/* Body style */
body {
	background-color: #333;
}
/* Font */
div, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F5F5F5;
}
/* Set out the layers */
#OutsideLayer {
	position:absolute;
	width:800px;
	height:570px;
	z-index:1;
	background-color: #000;
	visibility: hidden;
}
#OutsideLayer2 {
	position:absolute;
	width:800px;
	height:1570px;
	z-index:1;
	top: 100px;
	background-color: #000;
	visibility: hidden;
}
#LogoLayer {
	position:absolute;
	width:800px;
	height:100px;
	z-index:1;
	background-color: #000;
	border: 1px solid #686868;
}
#MenuLayer {
	position:absolute;
	width:150px;
	height:451px;
	z-index:1;
	top: 100px;
	background-color: #000;
	padding: 10px 0px 0px 0px;
	border: 1px solid #686868;
}
#Menutagline {
	margin: 20px 10px 0 10px;
}
#Menutagline p {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 0 0;
}
#MenuLayer2 {
	position:absolute;
	width:150px;
	height:1451px;
	z-index:1;
	top: 100px;
	background-color: #000;
	padding: 10px 0px 0px 0px;
	border: 1px solid #686868;
}
#ContentLayer {
	position:absolute;
	width:650px;
	height:450px;
	z-index:1;
	left: 150px;
	top: 100px;
	background-color: #000;
	border: 1px solid #686868;
	padding: 10px 0 10px 0;
}
#ContentLayer h1 {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 13px;
	text-align: justify;
}
#ContentLayer h2 {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}
#ContentLayer p {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 11px;
	text-align: justify;
}
#ContentLayer a {
	color: #FFF;
	text-decoration: underline;
}
#ContentLayer a:hover {
	color: #DCDCDC;
	text-decoration: underline;
}
#ContentLayer2 {
	position:absolute;
	width:650px;
	height:1450px;
	z-index:1;
	left: 150px;
	top: 100px;
	background-color: #000;
	border: 1px solid #686868;
	padding: 10px 0 10px 0;
}
#ContentLayer2 h1 {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 13px;
	text-align: justify;
}
#ContentLayer2 h2 {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}
#ContentLayer2 p {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 11px;
	text-align: justify;
}
#ContentLayer2 a {
	color: #FFF;
	text-decoration: underline;
}
#ContentLayer2 a:hover {
	color: #DCDCDC;
	text-decoration: underline;
}#CopyrightLayer {
	position:absolute;
	width:800px;
	height:20px;
	z-index:1;
	top: 562px;
	background-color: #000;
	border: 1px solid #686868;
}
#CopyrightLayer2 {
	position:absolute;
	width:800px;
	height:20px;
	z-index:1;
	top: 1562px;
	background-color: #000;
	border: 1px solid #686868;
}
#Copyright {
	color: Gray;
	font-size: 9px;
	margin: 3px 0 0 10px;
}
