body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #060606;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

html {
	height: 100%;
}

#container
{
	position: relative;
	width: 1000px;
	height: 600px;
}

#header
{
	position: relative;
	width: 1000px;
	height: 117px;
}

#layout, #front
{
	position: relative;
	width: 1000px;
	height: 483px;
}

#front
{
	background-image: url(/img/main.jpg);
	background-repeat: no-repeat;
}

.frontLayer
{
	position: absolute;
	width: 168px;
	height: 129px;
	left: 762px;
	text-align: left;
	margin: 20px;
}

.frontLayer h1
{
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;	
}

.frontLayer p
{
	font-size: 120%;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}


.frontLayer a
{
	color: black;
	text-decoration: none;
	display: block;
}

#fp1	{top: 16px;}
#fp2	{top: 196px;}

#custLogin
{
	position: absolute;
	width: 208px;
	height: 55px;
	left: 762px;
	top: 380px;
}

#menu1, #menu2, #menu3, #menu4, #menu5
{
	position: absolute;
	top: 0px;
	width: 64px;
	height: 64px;	
}

#menu1	{left: 0px;}
#menu2	{left: 77px;}
#menu3	{left: 154px;}
#menu4	{left: 231px;}
#menu5	{left: 308px;}

#subMenu1, #subMenu2, #subMenu3, #subMenu4, #subMenu5
{
	background-color: #060606;
	position: absolute;	
	left: 0px;
	width: 360px;
	height: 15px;
	border: white solid 1px;
	text-align: left;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 10px;	
}

#subMenu1 a, #subMenu2 a, #subMenu3 a, #subMenu4 a, #subMenu5 a
{
	color: white;
	text-decoration: none;
	display: block;
}

#subMenu1	{top: 77px;}
#subMenu2	{top: 94px;}
#subMenu3	{top: 111px;}
#subMenu4	{top: 128px;}

#image
{
	position: absolute;
	top: 159px;
	left: 0px;
	width: 371px;
	height: 324px;
}

#content
{
	font-size: 120%;
	position: absolute;
	background-color: white;
	top: 1px;
	left: 385px;
	width: 570px;
	height: 408px;
	text-align: left;
	padding: 25px 15px 10px 30px;
	overflow: auto;
	line-height: 16px;
}

#contentScroll
{
	font-size: 120%;
	position: absolute;
	background-color: white;
	top: 1px;
	left: 385px;
	width: 570px;
	text-align: left;
	padding: 25px 15px 10px 30px;
	line-height: 16px;
}

#content h1, #content td h1, #contentScroll h1, #contentScroll td h1
{
	font-size: 120%;
	font-weight: bold;
	margin: 1px 0px 7px 0px;
	padding: 0px;
}

#content p, #contentScroll p
{
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

#content a, #contentScroll a
{
	color: black;
}

#content img, #contentScroll img
{
	border: 1px solid #ccc;
	margin-top: 5px;
}

.vertStripe
{
	background-image: url(/img/vertStripe.gif);
	background-repeat: repeat-y;
}
#footer
{
	position: absolute;
	top: 457px;
	left: 385px;
	width: 613px;
	height: 19px;
	border: white solid 1px;
	color: white;
	padding-top: 4px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

.active
{
	color: #ff6600;
}

.imgEmpl
{
	position: absolute;
	top: 30px;
	left: 454px;
}

#scrollUp, #scrollDown
{
	position: absolute;
	left: 976px;
	width: 14px;
	height: 17px;
}

#scrollUp	{top: 30px;}
#scrollDown	{top: 50px;}
