/* CSS Document */

/* MAIN CSS FOR THE SITE */

/*
div {
	border: 1px dotted #000099;
}/**/

/*------------------- LINKS -------------------*/
 a:link, a:visited
{
	color: #000099;
	text-decoration:underline;
}



a:hover
{
	text-decoration: underline;
	color: #CC9900;
}

/*====================================== PAGE LAYOUT ======================================*/
body, html
{
	margin: 0;
	padding: 0;
}



body
{
	color: #02121d;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	
	background-image: url(../images/site/sand.jpg);
	background-repeat: repeat;
	background-position: top;		
	background-color: #F9F7DF;
	/*  ffee95   e8bd49  627a8a*/
}



#pageContainer
{
	width: 800px;
	margin: 0 auto;
	text-align: left;

	
	border-left-color: #d5b657;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #d5b657;
	border-right-width: 1px;
	border-right-style: solid;
}
#header
{
	text-align: center;	
}

/*------------------- NAVBAR -------------------*/
#navBar
{
	height: 29px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 21pt;
	color: #fff;
	background-image: none;
	background-color: #012130;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8be69;
	border-bottom-color: #d8be69;
}

#navBar a:link, #navBar a:visited
{
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;	
}

#navBar a:hover
{
	color: #fff;
	text-decoration: underline;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;	
}

/*------------------- CONTENT AREAS -------------------*/
#content-wrapper {
	margin: 0 0 0 0px;
	}

#content
{
	
	padding-bottom: 50px;
	
	min-height:550px;
	background-color:#ffffff;

	
}
/*------------------- FOOTER -------------------*/
#footer
{
	width: 780px;
	height: 50px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-align: center;
	background-image: url(../images/site/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: normal;
}

#footer a:link, #footer a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}




