body,html {
	background-color:#171717;
	font-size:12px;
	font-family: Arial;
	line-height:140%;
}

a {
	outline:none;
}

#container {
	width: 828px; 
	background-image:url(../images/cbg.gif);
	display:block;
	
}

#smallcontainer {
	width: 828px; 
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	padding-bottom:40px;
	height:100%;
}

#banner {
	height:160px;
	display:block;
}

#menu {
	padding-left:248px;
	width: 580px;
	height:44px;
}

#menu a {
	color:white;
	font-weight:bold;
	height:44px;
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
}

#menu a.home {
	background-image:url(../images/splat_home.jpg);
	background-repeat:no-repeat;
	width:37px;
	height:44px;
	display:block;
}

#menu a.home:hover,#menu a.homeselected {
	background-image:url(../images/splat_home.jpg);
	background-repeat:no-repeat;
	background-position:0 -44px;
}

#menu a.news {
	background-image:url(../images/splat_news.jpg);
	background-repeat:no-repeat;
	width:99px;
	height:44px;
	display:block;
}

#menu a.news:hover,#menu a.newsselected {
	background-image:url(../images/splat_news.jpg);
	background-position:0 -44px;
	background-repeat:no-repeat;
	
}

#menu a.bio {
	background-image:url(../images/splat_bio.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:44px;
	display:block;
}

#menu a.bio:hover,#menu a.bioselected {
	background-image:url(../images/splat_bio.jpg);
	background-position:0 -44px;
	background-repeat:no-repeat;
}

#menu a.gallery {
	background-image:url(../images/splat_gallery.jpg);
	background-repeat:no-repeat;
	width:61px;
	height:44px;
	display:block;
}

#menu a.gallery:hover,#menu a.galleryselected {
	background-image:url(../images/splat_gallery.jpg);
	background-position:0 -44px;
	background-repeat:no-repeat;
}

#menu a.contact {
	background-image:url(../images/splat_contact.jpg);
	background-repeat:no-repeat;
	width:58px;
	height:44px;
	display:block;
}

#menu a.contact:hover,#menu a.contactselected {
	background-image:url(../images/splat_contact.jpg);
	background-position:0 -44px;
	background-repeat:no-repeat;
}

#body {
	clear:both;
	width:336px;
	padding-left:248px;
	padding-right:248px;
	padding-top:50px;
	color:#d3d3d3;
	padding-bottom:-40px;
}

#body ul li {
	margin-left:14px;
}

#body .description {

}

#body .header {
	color:white;
	font-weight:bold;
}

#body .picturetext {
	font-style:italic;
	margin-bottom:2px;
	
	font-size:11px;
}

#body .picturebox img {
	border:3px solid white;
	
}

#body p {
	margin-bottom:10px;

}

#body a {
	color:#d3d3d3;
	text-decoration:none;
}

#footer {
	clear:both;
	color:#828282;
	text-align:center;
}

img.left {
	margin-top:4px;
	margin-right:12px;
	float:left;
	border:3px solid white;
}

img.right {
	margin-top:4px;
	margin-left:12px;
	float:right;
	border:3px solid white;
}

#body .left {
	margin-right:18px;
	float:left;
}

#body .right {
	margin-left:18px;
	float:right; 
}

#gallery {
	line-height:100%;
	margin-bottom:80px;
	width:336px;
}

#gallery a {
	float:left;
	margin:6px;
}

#gallery img {
	border:7px solid white;
	
}

input,textarea {
	color:white;
}

table.center {margin-left:auto; margin-right:auto;}



