/* CSS Document */

#body {
	padding : 0;
	margin : 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	height: 100%;
	background-color: #C5D7EB;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#wrapper {
	width : 850px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/contentbackground02.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: auto;
	min-height: 100%;
	overflow:hidden;
}

#header{
	width : 850px;
	height: 120px;
	backgroud-color : #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	line-height: 16px;
}

#headerleft{
	width : 200px;
	height: 100px;
	float : left;
}

#headerright {
	width : 525px;
	height : 15px;
	float: right;
	margin-right: 12px;
	text-align: right;
	font-size: 12px;
	margin-top: 1px;
}

#headerright a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 6px;
	padding-left: 6px;


}

#headerright a:hover, headerright a:focus, headerright a:active {
	color: #999999;

}



#flashcontent {
	width : 850px;
	height: 235px;


}


#nav{
	width : 850px;
	height: 25px;
	background-color: #B4CDE3;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	background-image: url(../images/navbackground.jpg);
	padding-left: 0px;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 13px;

}

#nav a:hover, nav a:focus, nav a:active {
	color: #CECB59;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	}

#content {
	width : 835px;
	height : 100%;
	overflow: hidden;
	padding-left: 15px;
	line-height: 22px;

}

#contentleft {
	width : 475px;
	float : left;
	position: relative;
	padding-top: 10px;
	padding-left: 18px;
	line-height: 30px;
	overflow: hidden;
	clear: both;
	height: 100%; 

}

#contentright {
	width : 270px;
	float : right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border: 1px dotted #CCCCCC;
	margin-right: 15px;
	background-color: #FDFFEE;
	overflow: visible;
}

#cash {
	float : left;
	font-size: 12px;
	color: #333333;
	background-color: #E0EAF4;
	width: 218px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	width : 850px;
	height : 80px;
	margin-left:auto;
	margin-right: auto;
	margin-top : 10px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	clear: both;
}

#footerleft{
	width : 225px;
	height : 75px;
	float : left;
	padding-left: 30px;
}


#footerright{
	width : 250px;
	height : 50px;
	float : right;
}

