/* Globals */

body
{
	margin-top: 0px;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #cd9707;
}

/* Body */

.header
{
	width: 800px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.main_bg
{
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 346px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 18px;
	color: #000000;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

	.main_bg a:link
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		size: 18px;
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.main_bg a:visited
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		size: 18px;
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.main_bg a:hover
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		size: 18px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

.contact_us_bg
{
	background-image: url(images/body.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 346;
}

.about_us_bg
{
	background-image: url(images/body.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 346;
}

.lr_border
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/* Layers */

#helmet
{
	width: 153px;
	height: 152px;
	left: -302px; 
	top: 5px;	
}