/* hide from ie on mac \*/
html {
	height: 100%;
}

#website {
	height: 100%;
	text-align:center;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
#logo {
	width:231px;
	height:170px;
	margin:10px auto;
}
#mainContainer {
	clear:both;
	text-align:left;
	padding:10px;
}
#nav {
	float:left;
	background:url(/_images/bg_nav.jpg) no-repeat;
	width:135px;
	height:269px;
}
#nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#nav ul li {
	padding:0px;
	margin:0px;
	width:130px;
	height:53px;
	overflow:hidden;
}
#nav ul li a {
	width:130px;
	height:53px;
	display:block;
	background-image:url(/_images/img_nav.jpg);
	background-repeat:no-repeat;
	background-position:15px 16px;
	text-indent:-1000px;
}
#nav ul li a:hover {
	background-position:-120px 16px;
}
#nav ul li a#portfolio {
	background-position:15px -37px;
}
#nav ul li a#portfolio:hover {
	background-position:-120px -37px;
}
#nav ul li a#about {
	background-position:15px -90px;
}
#nav ul li a#about:hover {
	background-position:-120px -90px;
}
#nav ul li a#services {
	background-position:15px -143px;
}
#nav ul li a#services:hover {
	background-position:-120px -143px;
}
#nav ul li a#contact {
	background-position:15px -195px;
}
#nav ul li a#contact:hover {
	background-position:-120px -195px;
}
#portfolio_page #nav ul li a#portfolio {
	background-position:-120px -37px;
}
#about_page #nav ul li a#about {
	background-position:-120px -90px;
}
#services_page #nav ul li a#services {
	background-position:-120px -143px;
}
#contact_page #nav ul li a#contact {
	background-position:-120px -195px;
}
#_page #nav ul li a#home {
	background-position:-120px 16px;
}
#contentContainer {
	float:left;
	width:75%;
	margin-bottom:75px;
}
#content {
	padding:10px;
	width:550px;
	margin:auto;
}
#content a {
	color:#00b5ee;
}
#disclaimer {
	clear:both;
	width:100%;
	text-align:center;
	bottom:0px;
	position:fixed;
	padding:10px;
	font-size:9px;
	color:#999;
	background-color:#F3F3F3;
}
.err {
	color:#FF0000;
    font-weight:bold;
}
.juice {
	color:#999999;
    font-size:10px;
}