/*____________________________________________________
  Tags
  ____________________________________________________
*/

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background: url(/images/bg.jpg) center top;
	background-repeat: repeat-x;
	background-color: #3C361E;
	line-height: 130%;	
}

a:link, a:visited{
	color: #B4D7FD;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: none;
	background-color: #B4D7FD;
	color: #FFFFFF;
}

/*____________________________________________________
  Divs
  ____________________________________________________
*/



#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	min-height: 100%;
	height: 100%;
	border: none;
	text-align: justify;
	background: url(/images/body_bg.jpg) center;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	margin: 0 auto;
    text-align: center;
	width: 800px;
	height: 300px;
	background: url(/images/header_bg.jpg) center;
	background-repeat: no-repeat;
}

#headerLinks {
	text-align: left;
	padding-left: 30px;
	padding-top: 255px;
	font-weight: bold;
	font-size: 90%;
}

#headerLinks a:link, #headerLinks a:visited { 
	color:#ffffff;
	margin-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}

#headerLinks a:hover{ 
	color:#FFFFFF;
	background-color:#B4D7FD;
}

#contentRight{
	position: relative;
	float: left;
	margin-left:25px;
	width: 455px;
	padding-bottom: 20px;
}

#contentLeft{
	float:left;
	width: 240px;
	background-image: url(/images/sideShadow_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

#content{
	left: auto;
	right: auto;
	top: 160px;
	width: 715px;
	margin-left: 40px;
	padding-bottom: 20px;
}

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	color: #cccccc;
	font-size: 90%;
	text-align: center; 
}

#footer a:link, #footer a:visited { 
	color:#999999;
	margin-right: 15px;
}

#footer a:hover{ 
	color:#FFFFFF;
	background-color:#999999;
}

