/* CSS Document */
/*/*/

html {
	height: 100%;
	overflow-x: hidden;
}
body {
	background: #ffd52d;
	margin: 0;
	padding: 0;
	font-family: sans-serif; 
	font-size: x-small;
	line-height: 1.2em;
	color: #000;
}
#bg_tile {
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	background: url('../images/bg_tile.gif') repeat-x;
	z-index: 0;
}
#header {
	position: relative;
	top: 30px;
	width: 778px;
	height: 114px;
	margin: auto;
	background: url('../images/main_top.jpg') no-repeat;
	z-index: 1;
}
#masthead {
	position: absolute;
	top: -9px;
	left: 466px;
	width: 304px;
	height: 66px;
}
#masthead a.homelink {
	display: block;
	width: 304px;
	height: 66px;
	border: none;
}
#nav {
	position: relative;
	top: 71px;
	left: 6px;
	width: 778px;
	height: 33px;
	font-size: small;
	text-align: center;
	z-index: 2;
}
#nav ul {
	width: 460px;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#nav li.about a:link, #nav li.about a:visited, #nav li.about a:active {
	display: block;
	width: 115px;
	height: 33px;
	line-height: 36px;
	float: left;
}
#nav li.about a:hover, #nav li.about:hover a {
	background: url('../images/nav_about.gif') no-repeat;
	color: #fff;
}
#nav li.portfolio a:link, #nav li.portfolio a:visited, #nav li.portfolio a:active {
	display: block;
	width: 115px;
	height: 33px;
	line-height: 36px;
	float: left;
}
#nav li.portfolio a:hover, #nav li.portfolio:hover a {
	background: url('../images/nav_portfolio.gif') no-repeat;
	color: #fff;
}
#nav li.contact a:link, #nav li.contact a:visited, #nav li.contact a:active {
	display: block;
	width: 115px;
	height: 33px;
	line-height: 36px;
	float: left;
}
#nav li.contact a:hover, #nav li.contact:hover a {
	background: url('../images/nav_contact.gif') no-repeat;
	color: #fff;
}
#nav li.blog a:link, #nav li.blog a:visited, #nav li.blog a:active {
	display: block;
	width: 115px;
	height: 33px;
	line-height: 36px;
	float: left;
}
#nav li.blog a:hover, #nav li.blog:hover a {
	background: url('../images/nav_blog.gif') no-repeat;
	color: #fff;
}
#search_field {
	position: relative;
	top: -33px;
	left: 460px;
	width: 187px;
	height: 33px;
}
#search_field input.textfield_gray {
	width: 187px;
	height: 22px;
	padding-top: 8px;
	border: #999 1px solid;
	color: #999;
}
#search_field input.textfield_normal {
	width: 187px;
	height: 22px;
	padding-top: 8px;
	border: #999 1px solid;
	color: #000;
}
#search_button {
	position: relative;
	top: -66px;
	left: 649px;
	width: 115px;
	height: 33px;
	margin: 0; 
}
#content_box {
	position: relative;
	top: 30px;
	width: 778px;
	margin: auto;
	background: url('../images/main_tile.gif') repeat-y;
	z-index: 3;
}
#content {
	padding: 20px;
	z-index: 4;
}
#footer {
	position: relative;
	top: 30px;
	width: 778px;
	height: 56px;
	margin: auto;
	background: url('../images/main_bottom.gif') no-repeat;
	z-index: 5;
}
#spacer {
	position: relative;
	top: 30px;
	width: 778px;
	height: 136px;
	margin: auto;
}
#bottom img {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 12;
}
.clearboth { 
	clear: both; 
}
.hide { 
	display: none; 
}