body
{
	margin: 0px;
	background-color: #383838;
}

a:link
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.text2
{
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
}

#left
{
	background-image: url('images/leftBg.gif');
	background-position: right;
	background-repeat: repeat-y;
	width: 25%;
}

#right
{
	background-image: url('images/rightBg.gif');
	background-position: left;
	background-repeat: repeat-y;
	width: 25%;
}

#header
{
	width: 800px;
	height: 65px;
	background-image: url('images/header.jpg');
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
}

.orangeHeader
{
	color: #d5790d;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	position: relative;
	left: 35px;
	top: -5px;
}

#topText
{
	float: right;
	padding-right: 10px;
	width: 300px;
	font-size: 11px;
	text-align: right;
}

#content
{
	vertical-align: top;
	text-align: left;
	width: 526px;
	height: 348px;
	background-image: url('images/content.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}

.contentHeader
{
	color: #d5790d;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	position: relative;
	left: 20px;
	top: 20px;
	width: 520px;
}

.whiteContent
{
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	position: relative;
	left: 21px;
	top: 20px;
	width: 480px;
}

#navigation
{
	padding-top: 35px;
	width: 274px;
	height: 378px;
	background-image: url('images/navigationBg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
	background-color: #000000;
}

#nada
{
	position: relative;
	left: 20px;
}

#footer
{
	padding-top: 20px;
	width: 800px;
	height: 144;
	background-image: url('images/footer.jpg');
	text-align: center;
	vertical-align: top;
}

#footerLinks
{
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

#copyrightInfo
{
	color: #ffffff;
	font-size: 11px;
	font-family: arial;
}

#buildingPic
{
	padding-left: 7px;
	width: 266px;
	height: 204px;
	float: right;
}