/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
body{
 	background-color: #CCCCCC;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
h2{
	background-color: #333333;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px 0px 5px 0px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


character_graphic{
	background-color: #000000;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/character_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

environment_graphic{
	background-color: #000000;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/environment_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

model_graphic{
	background-color: #000000;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

contact_graphic{
	background-color: #000000;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

latest_graphic{
	background-color: #000000;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

pixel_graphic{
	background-color: #000000;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 5px;
	padding-left: 30px;
	font-size: 100%;
	line-height: 30px;
	background-image: url(../img/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

a{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 1px solid #fff;
}
a:hover img{
	border-bottom: 1px solid #ccc;
}
#header{
	margin-bottom: -5px;

}
#frame{
	width: 860px;
	margin: 5px auto;
	clear: both;
}
#topnav{
	background-color:#333333;
	border: 1px solid #FFF;
	color: #FFF;
	background-image: url(../img/topnavbg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topnav a, #topnav a:hover{
	color: #FFFFFF;
}
#topnav ul{
	list-style: none;
	text-align: center;
	
}
#topnav li{
	display: inline;
	margin-left: 70px;
	margin-right: 20px;
	line-height: 30px;
}
/*change this to change the main graphic*/
#headergraphic{
	border: 1px solid #333333;
	background-color: #fff;
	height: 201px;
	margin: 11px 0px 8px 0px;
	background-image: url(../img/header.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#headergraphic1{
	border: 1px solid #333333;
	background-color: #fff;
	height: 201px;
	margin: 11px 0px 8px 0px;
	background-image: url(../img/header1.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#headergraphic2{
	border: 1px solid #333333;
	background-color: #fff;
	height: 201px;
	margin: 11px 0px 8px 0px;
	background-image: url(../img/header2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#headergraphic3{
	border: 1px solid #333333;
	background-color: #fff;
	height: 201px;
	margin: 11px 0px 8px 0px;
	background-image: url(../img/header3.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	
}

.column{
	float: left;
	width: 33.3%;
}
.midcolumn h2{
	margin: 5px;
}
.widecolumn{
	float: left;
	width: 100%;
}
.column .white{
	margin: 5px 0px 5px 0px;
}
.midcolumn .white{
	margin: 5px;
}
.white{
	background-color: #FFF;
	border: 1px solid #999;
	padding-bottom: 20px;
	}
.white p{
	padding: 10px;
	text-align: left;	}
.gallery, ul, li{
	text-align: center;
	padding: 0;
	margin: 0;
}
.gallery img{
	padding: 8px;
}