body
{
	background-color: #2D1608;
	background-image: url(images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
}


.topimage
{
	background-color: #000000;
	background-image: url(images/topimage.png);
	background-repeat: no-repeat;
	width: 714px;
	height: 156px;
}

.image2
{
	background-color: #000000;
	background-image: url(images/image2.png);
	background-repeat: no-repeat;
	width: 714px;
	height: 34px;
}

.nav1
{
	
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
	background-color: #19482A;
	width: 203px;
	height: 200px;
	vertical-align: bottom;
}

.nav2
{
	background-image: url(images/nav2.png);
	background-repeat: no-repeat;
	background-color: #19482A;
	width: 203px;
	height: 200px;
	vertical-align: top;
}

.nav3
{
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	background-color: #19482A;
	width: 203px;
	height: 100%;
	vertical-align: top;
	text-align: center;
}

.introimg
{
	background-image: url(images/introbg.png);
	background-repeat: no-repeat;
	width: 509px;
	height: 273px;
	text-align: center;
	vertical-align: top;
	
}

.introimg img
{
	border: 1px solid white;
	
}

.content
{
	background-image: url(images/contentbg.png);
	background-repeat: no-repeat;
	width: 509px;
	height: 429px;
	vertical-align: top;
	text-align: center;
	padding-top: 40px;
}

.link
{
	background-image: url(images/linkbg.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 32px;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 8px;
	color: white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
}

.link a:link, .link a:active, .link a:visited
{
	color: white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

.link a:hover
{
	color: yellow;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

.text
{
	vertical-align: top;
	font-size: 12pt;
	font-family: Tahoma;
	color: white;
	text-indent: 30px;
	text-align: justify;
	width: 400px;
}

.text img
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.blank
{
	width: 509px;
}