*{
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}

:focus { 
	outline: 0;
}

html{
	background:url(../images/background.jpg);
	min-width: 1000px;
}

body{
	background:url(../images/back_texture.png) no-repeat center top;
}

#container{
	margin: 0 auto;
	width: 840px;
}

#content_middle{
	background:url(../images/body_bg.png) repeat-y top center;
	width: 840px;
	position: relative;
	top: 177px;
	padding-top: 25px;
}

#image_right{
	top: 23px;
	left: 50%;
	margin-left: 138px;
	position: absolute;
	background: url(../images/image_right.png);
	width: 411px;
	height: 401px;
	z-index: 1;
}

#image_left{
	top: 0px;
	right: 50%;
	margin-right: -18px;
	position: absolute;
	background: url(../images/image_left.png);
	width: 876px;
	height: 486px;
	z-index: 1;
}

/******** HEADER ********/

img#header{
	position: absolute;
	top: 15px;
	right: 50%;
	margin-right: 290px;
	height: 166px;
	width: 188px;
	z-index: 2;
}

/******** NAVBAR ********/

ul#navbar{
	position: relative;
	bottom: 48px;
	width: 435px;
	float: right;
	z-index: 999;
}

ul#navbar li{
	float: left;
	list-style-type: none;
}

ul#navbar li a{
	text-indent: -9999px;
	display: block;
}

ul#navbar li#home a{
	background: url(../images/navbar/home.png) top center;
	width: 82px;
	height: 42px;
}

ul#navbar li#home a:hover{
	background: url(../images/navbar/home.png) bottom center;
	width: 82px;
	height: 42px;
}

ul#navbar li#blog a{
	background: url(../images/navbar/blog.png) top center;
	width: 76px;
	height: 42px;
}

ul#navbar li#blog a:hover{
	background: url(../images/navbar/blog.png) bottom center;
	width: 76px;
	height: 42px;
}

ul#navbar li#bio a{
	background: url(../images/navbar/bio.png) top center;
	width: 56px;
	height: 40px;
}

ul#navbar li#bio a:hover{
	background: url(../images/navbar/bio.png) bottom center;
	width: 56px;
	height: 40px;
}

ul#navbar li#gallery a{
	background: url(../images/navbar/gallery.png) top center;
	width: 104px;
	height: 42px;
}

ul#navbar li#gallery a:hover{
	background: url(../images/navbar/gallery.png) bottom center;
	width: 104px;
	height: 42px;
}

/******** RANDOM QUOTE ********/

#random_quote{
	position: absolute;
	top: 25px;
	right: 45px;
	width: 380px;
	height: 118px;
}

#random_quote_ie{
	position: absolute;
	top: 25px;
	right: 45px;
	width: 380px;
	height: 118px;
	z-index: 999;
}

/******** SELF PIC ********/

#self_pic{
	position: absolute;
	top: -85px;
	left: 720px;
	background: url(../images/photos/1.png);
	width: 149px;
	height: 164px;
	z-index: 999;
}

/******** CLEAR HACK ********/

#clear_hack{
	clear: both;
}

/******** FOOTER ********/

#footer{
	margin: 176px auto 0 auto;
	background: url(../images/body_footer.png) top center;
	width: 840px;
	height: 176px;
}

#footer p{
	position: relative;
	top: 160px;
	padding-bottom: 15px;
	text-align: center;
	color: #85dbf0;
	font-family: Century Gothic, Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -.06em;
}

#footer a{
	color: #85dbf0;
	text-decoration: none;
}