html {height: 100%; width: 100%;}

body {
	margin-top:50px;
	padding:0;
	background-color:#ffffff;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height: 100%;
}

/* layout */

.content {
	margin: auto;
	width:908px;
	height:945px;
	text-align:left;
}

.header1 {
	margin: auto;
	width: 392px;
	height: 132px;
	position: relative;
	background-image:url(/images/bg_01.jpg);
	float:left;
}

.header2 {
	padding: 5px 0 0 0;
	width: 516px;
	height: 159px;
	position: relative;
	background-image:url(/images/bg_02.jpg);
	float:right;
	text-align:right;
	z-index:1;
}

#blog_header {
	padding: 129px 100px 0 0;
	size:inherit;
	font-family:"Century", "Times New Roman", Times, serif;
	font-size:40px;
	letter-spacing:-1px;
	color:#00AEEF;
}

.header3 {
	width: 148px;
	height: 32px;
	position: relative;
	background-image:url(/images/bg_04.jpg);
	float:left;
}

.menu {
	margin: 0px;
	width: 244px;
	height: auto;
	position: relative;
	background-image:url(/images/bg_03.jpg);
	background-repeat:no-repeat;
	float:left;
	/*clear:left; */
}

.main {
	margin: 0px;
	width: 664px;
	min-height: 781px;
	position: relative;
	background-image:url(/images/bg_12.jpg);
	background-repeat:no-repeat;
	float:right;
}

.bottom {
	margin: 0px;
	width: 908px;
	height: 20px;
	position: relative;
	float:left;
	background-color:#FFFFFF;
	color:#666666;
	font-size:10px;
	text-align:left;
}

.menu_space {
	margin: 0;
	width: 244px;
	height: auto;
	position: relative;
	float:left;
}

.viewer {
	width:664px;
	height:537px;
	float:left;
	text-align:center;
	margin:20px 0 0 0;
}

.text {
	width:564px;
	height:auto;
	float:left;
	text-align:left;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 0;
}

.caption {
	float:right;
	height:auto;
	text-align:right;
	vertical-align:top;
}

.button {
	float:right;
	margin:0 0 1px 1px;
	width:45px;
	height:45px;
	border:1px solid #000000;
}

.thumb {
	width:45px;
	height:45px;
	border:0;
}

/* tags */

p {margin-top:0;}
a {color: #00AEEF; text-decoration:none}
a:hover {color: #ED257A; text-decoration:underline}
a.active {font-weight:bold; color:#009900;}

/* header links */
#home {
	position:absolute;
	left:181px;
	top:13px;
	width:211px;
	height:119px;
	border:0;
}

#portfolio {
	position:absolute;
	left:57px;
	top:164px;
	width:108px;
	height:61px;
	border:0;
}

#illustration {
	position:absolute;
	left:16px;
	top:32px;
	width:165px;
	height:100px;
	border:0;
}
#cartoons {
	position:absolute;
	left:36px;
	top:44px;
	width:129px;
	height:65px;
	border:0;
}

#about {
	position:absolute;
	left:165px;
	top:0px;
	width:79px;
	height:84px;
	border:0;
}

#design {
	position:absolute;
	left:30px;
	top:234px;
	width:97px;
	height:74px;
	border:0;
}

a:hover#cartoons {	background-image:url(/images/cartoons.jpg);}
a:hover#portfolio {	background-image:url(/images/portfolio.jpg);}
a:hover#design {	background-image:url(/images/design.jpg);}
a:hover#illustration {	background-image:url(/images/illustration.jpg);}
a:hover#about {	background-image:url(/images/about.jpg);}
a:hover#home {	background-image:url(/images/home.jpg);}
