body {
	background-image: url(../images/layout/brickbg.jpg);
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color:#FDC937;
}

div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px; border-width: 0px 0px 0px 0px;}


	
table {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#6b6a6a;
}	
	
#layout {
	background-color:#fff;
	width: 800px;
}


#nav {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#6b6a6a;
	width: 780px;
	background: #333333;
	height: 30px;
}

#nav div
{	
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #333333;
border: 1px solid #868686
}

#nav div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}


#positioning {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width: 100%;
	text-align: center;
	margin: 0; 
	padding: 0;
}


#navcontent {
	font-size:11px;
	padding:0px 10px;
}

#navcontent a{
	color:#FFFFFF;
}

#navcontent a:hover{
	color:#FDC937;
}



#content {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#6b6a6a;
	width: 590px;
}

#content #pageheading {
	font-size:16px;
	padding:0px 0px 15px;
	font-weight: bold;
}

#content a {
	color: #332055;
	text-decoration: none;
}

#content a:hover{
	color:#FDC937;
}

#footer {
	font-size:10px;
	background-color: #2D2D2D;
	background-image: url(../images/layout/footer/bg.jpg);	
}


#footer a{
	color:#FFFFFF;
}

#footer a:hover{
	color:#FDC937;
}
	
#header {
	height:100px;
	width: 780px;
	}
	
#banner {
	height:100px;
	width:590px;
	
}

#banner th {
	width: 1px;
}

#banner td {
	background-color: #411C6A;
	color:#FFFFFF;
	padding: 5px; 
	vertical-align: top;
	background-image: url(../images/layout/banner/bg.jpg);
}

#banner a{
	color:#FDC937;
}

#banner a:hover{
	color:#FFFFFF;
}


input, textarea, button, select {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#6b6a6a;
}


.highlight {
	background-color: #F8F8F8;
	border: 1px solid #999999;

}

#pgheader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width: 800px;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}

#pgfooter {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width: 800px;
	color:#000000;
	background-color: #FFFFFF;
	margin: 20px 0px 0px;
	padding: 0px;
}

#pgfooter a{
	color: #332055;
}

#pgfooter a:hover{
	color:#FDC937;
}

