body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	background-image: url(img/ornament.jpg);
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 20px;
}
#wrap{
	width:800px;
	background-color: #000000;
	height:auto;
	position: relative; 
	padding:0;
	border: 2px #CCCCCC solid;
	float: none;
	margin: auto;
}
#header{
	width:800px; 
	height: 40px;
	margin:0 auto; 
}
#header h1{
	padding:10px;
	color: #A5E133;
	font-size: 24px;
	font-weight:normal;
}
#menu{
	width:760px;
	height: 40px;
	float:inherit;
	margin:0; 
	padding: 20px;
}
#menu a{
	font-size: 30px;
	color: #CCCCCC;
	text-decoration:none;
}
#menu a:hover{
	font-size: 36px;
	color: #333333;
	text-decoration:none;
}
#menu a.on
{
	font-size: 36px;
	color: #A5E133;
	text-decoration:none;
}
#content{
	width:750px;
	height:auto;
	margin: auto;
	padding: 0px 30px 30px 30px;
}
#content a{
	color: #CCCCCC;
	text-decoration: none;
}
#content a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#content h2 {	
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	background: transparent url("img/color_swatch.png") no-repeat;
	background-position:left;
	padding-left: 20px;
	}
#content li {	
	color:#A5E133;
	list-style-type:square;
	text-align:left;
	}
#content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
#content ul.img li { list-style-type: none; background: none; float: left; margin-left: 25px; padding: 0; }
#content ul.img li img { border: 2px solid #CCCCCC; }
#content ul.img li img:hover { border: 2px solid #333333; }

#footer{
	width:800px; 
	height:50px;
	margin:0 auto; 
	padding:10px;
	color: #A5E133;
	font-size:12px;
	clear:both;
}
#footer a{
	font-size:12px;
	color: #A5E133;
	text-decoration:none;
}
#footer a:hover{
	font-size:12px;
	color: #CCCCCC;
	text-decoration: underline;
}
h3 {font-size:18px; font-family: Georgia, "Times New Roman", Times, serif; color: #999999; font-weight: normal;}
input, textarea {background-color: #CCCCCC ; border: 1px solid #A5E133;}

