
/* Common Part
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background:url(../img/main_bg.jpg) repeat-x 0% 0%;
	background-color:#99bef3;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E6F0D5;
}
#wrapper {

	height:100%;
}
#all {
	position: relative;
	height: 100%;
	width:900px;
	margin:0 auto;
}
html>body #all {
	height: auto;
	min-height: 100%;
}
.clear {
	clear:both;
	font-size:1px;
	margin-top:-1px;
}
/* =Misc(links)
----------------------------------------------- */
a {
	color:#E6F0D5;
}
/* =Header
----------------------------------------------- */
#main_picture {
	float:left;
	width:323px;
	height:936px;
	background:url(../img/main_pic.jpg);
}
#menu {
	list-style:none;
	width:433px;
}
#menu li {
	float:left;
	height:26px;
}
#menu li a {
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	width:144px;
	height:26px;
}
.home {
	background:url(../img/home.gif);
}
.work {
	width:143px;
	background:url(../img/work.gif);
}
.about {
	background:url(../img/about.gif);
}
h1 span {
	display:none;
}
h1 a img {
	border:0;
}
h1 {
	margin-top:46px;
}

h2 {
	color:#111;
	font-size:1.4em;
	margin: 5px 0;
	padding:0 0 0 3px;
}

h3 {
	color:#111;
	background-color:transparent;
	font-size:1.2em;
	padding:5px 0 5px 3px;
}
/* =Content
----------------------------------------------- */
#content {
	float:left;
	width:500px;
	display:table;
	background:url(../img/content_bg.jpg) no-repeat 0% 0%;
}

/* =Footer
----------------------------------------------- */

#empty, #footer {
	height: 17px;
	clear:both;
}

#footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer a {
	display:block;
	text-decoration:none;
	color:#111;
	width:250px;
	height:17px;
	margin-left:325px;
	margin-bottom:20px;
}

