/* CSS Style */
body { 
	background:#000000;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
}
#wrapper {
	margin:10px auto;
	width:900px;
	height:auto;
}
#frame {
	margin:10px 25px;
	width:850px;
	height:auto;
}
#main-header {
	margin:0px auto;
	width:850px; 
	height:250px;
	float:left;
	background:url(content/frame_850x250.png);
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
.logo{
	cursor:pointer;
	width:850px; 
	height:auto;
	margin:25px auto;
}
#main-menu {
	margin:-20px auto;
	width:850px; 
	height:380px;
	float:left;
	background:url(content/frame_850x380.png);
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
.main-left {
	margin:60px 15px 10px 40px;
	width:375px; 
	height:185px;
	float:left;
	background:url(content/frame_375x185.png);
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
.main-right {
	margin:60px 25px 10px 5px;
	width:375px; 
	height:185px;
	float:left;
	background:url(content/frame_375x185.png);
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
.main-left a, .main-right a {
	text-decoration:none;
	cursor:pointer;
}
.main-left img, .main-right img {
	margin:23px auto;
	cursor:pointer;
}
.bottom-left {
	margin:10px 15px 10px 40px;
	width:375px; 
	height:80px;
	float:left;
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
.bottom-right {
	margin:10px 25px 10px 5px;
	width:375px; 
	height:80px;
	float:left;
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
.bottom-left p, .bottom-right p {
	margin:5px 10px;
	text-decoration:none;
	cursor:pointer;
}
.bottom-left a, .bottom-right a {
	margin:5px 10px;
	text-decoration:none;
	cursor:pointer;
}
#footer { 
	margin:5px auto;
	width:850px; 
	height:80px;
	float:left;
	background:url(content/frame_850x80.png)
	/*box-shadow:2px -2px 10px 3px #FFFFFF, inset 2px -2px 10px 3px #FFFFFF;*/
}
#footer p { 
	cursor:pointer;
	margin:0px auto;
	padding-top:32px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF; 
}
a.link, p{ 
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}
a.link:hover { 
	text-decoration:underline;
}