body {
	margin: 0;
	background: url('../images/background.jpg') repeat-x;
	background-color: #666;
}

#all {
	margin: 0 auto;
	margin-top: 15px;
	width: 800px;
	background-color: #fff;
	border: 12px solid #000;
	
}

#all ul{
	list-style-type: none;
	margin: 0;
}

#all #header #logo {
	float: left;
	width: 174px;
	height: 238px;
	background: url('../images/main_logosmall.gif') no-repeat;
	background-color: #000;
}

#all #header #logo a{
	font: 10px verdana;
	color: #666;
	text-decoration: none;
}

#all #header #logo a:hover{
	color: #c93;
	text-decoration: none;
}

#all #header #nav img{
	float: left;	
}

#all #header #nav {
	margin: 0;
	width: 143px;
	height: 238px;
	float: left;
	background-color: #000;
	font: 12px/24px verdana;
	color: #999;
	text-align: left;
	letter-spacing: 2px;
}

#all #header #nav ul{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#all #header #nav a{
	color: #999;
	text-decoration: none;
}

#all #header #nav a:hover{
	color: #c93;
	text-decoration: none;
}

#all #header #subnav {
	float: left;
	width: 483px;
	height: 238px;
	background: url('../images/photomen_toppic.jpg') no-repeat;
	font: 10px/18px verdana;
	color: #999;
}

#all #header #subnav a{
	color: #999;
	text-decoration: none;
}

#all #header #subnav a:hover{
	color: #c93;
	text-decoration: none;
}

#all #header #subnav ul{
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}

#all #features {
	margin: 0;
	background: url('../images/main_background1.jpg') no-repeat;
	font: 10px/14px verdana;
	color: #333;
	text-align: justify;
}

#all #features a{
	text-decoration: none;
	color: #333;
}

#all #features ul {
	padding-left: 0;
	margin-left: 0;
}

#all #features a:hover{
	text-decoration: underline;
	color: #900;
}

#all #features #thumbs a:hover img{
	border: 1px solid #fc3;
}

#all #features hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
}

#all #features h2 {
	font: bold 10px/12px verdana;
	color: #fc3;
	margin: 0 auto;
	margin-bottom: 3px;
}

#all #features img a:hover{
	border: 1px solid #fc3;
}

#all #features #thumbs{
	float: left;
	width: 250px;
	margin: 0;
	padding-left: 18px;
	padding-right: 7px;
	padding-top: 39px;
	border-right: 1px solid #999;
}

#all #features #thumbs img{
	border: 1px solid #ccc;
	margin: 0;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#all #features #preview{
	float: left;
	width: 500px;
	padding-left: 11px;
	padding-right: 12px;
	padding-top: 39px;
}

#all #features #preview img{
	border: 1px solid #ccc;
	margin: 0 auto;
	margin: 1px;
}

#all #footer {
	width: 800px;
	height: 250px;
	margin-top: 35px;
	background: url('../images/background_bottom.gif') no-repeat;
	text-align: center;
}

#all #footer h1 {
	width: 754px;
	font: normal 18px/20px georgia;
	color: #999;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}

#all #footer #text{
	margin: 0 auto;
	margin-top: 3-px;
	padding-top: 30px;
	padding-bottom: 10px;
	font: 10px/12px verdana;
	color: #fff;
	text-align: center;
}

#all #footer #text a{
	text-decoration: none;
	color: #fff;
}

#all #footer #text a:hover{
	text-decoration: underline;
	color: #900;
}