* {
	margin:0;
	padding:0;
}
body { 
	background-image: url('../images/main-bg.jpg');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
#container {
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
#header {
	width:760px;
	height:147px;
}
#left-header {
	float:left;
	width:512px;
	height:147px;
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
}
#right-header {
	float:right;
	width:248px;
	height:147px;
}
#navigation {
	width:760px;
	height:34px;
}
/*========================================================
//                       CONTENT
//======================================================*/
#content-holder {
	width:760px;
}
#content {
	width:742px;
	background-color:#FFFFFF;
	float:left;
	background-image:url('../images/content-bg.jpg');
	background-repeat:repeat-y;
}
#left-content {
	float:left;
	width:502px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
#left-content h2 {
	margin: 10px 10px 10px 15px;
	color:#bbbbbb;
	font-size:120%;
}
#left-content p {
	font-size:90%;
	margin: 5px 35px 10px 35px;
	line-height:20px;
}
#left-content form {
	margin: 20px 0px 20px 0px;
}
#left-content input {
	display:block;
}
#left-content img {
	padding: 0px 0px 2px 0px;
}
#left-content a {
	text-decoration:underline;
	color:#1f346d;
}
#left-content a:hover {
	text-decoration:none;
}
#left-content hr {
	margin:0px 0px 10px 20px;
}
#left-content ul {
	margin: 0px 35px 0px 35px;
}
#left-content li {
	margin: 0px 35px 0px 65px;
}
.textboxborder {
	margin:0px 0px 8px 60px;
	border:1px solid #333333;
	background-color:#ffffff;
	color:#233251;
}
.buttonborder {
	margin:8px 0px 0px 60px;
	border:1px solid #333333;
	background-color:#1f346d;
	color:#ffffff;
}
/*==============================================
//                 RIGHT
//============================================*/
#right-content {
	float:right;
	width:230px;
	
}
#right-content a {
	text-decoration:underline;
}
#right-content a:link {
	color:#aeaeae;
}
#right-content a:visited {
	color:#aeaeae;
}
#right-content a:hover {
	text-decoration:none;
	color:#bbbbbb;
}
#right-details {
	width:220px;
	padding: 5px 5px 5px 5px;
}
#right-details h3 {
	color:#bcc9d8;
	font-size:90%;
	margin:3px 5px 3px 8px;
}
#right-details ul {
	list-style:none;
}
#right-details li {
	margin:3px 5px 3px 20px;
	color:#FFFFFF;
	font-size:85%;
	line-height:16px;
}
#right-details h5 {
	text-align:right;
	font-size:80%;
	color:#ffffff;
	margin:3px 5px 20px 0px;
}
#right-details h6 {
	text-align:right;
	font-size:85%;
	color:#ffffff;
	font-weight:bold;
	margin:3px 10px 20px 0px;
}
#right-details p {
	font-size:85%;
	color:#FFFFFF;
	margin:5px 10px 5px 10px;
	line-height:18px;
}
#right-spacer {
	float:right;
	width:18px;
	height:75px;
	background-image: url('../images/sub-spacer-bg.jpg');
	background-repeat:no-repeat;
}
/*========================================================
//                      FOOTER
//======================================================*/
#footer {
	width:742px;
	height:23px;
	background-image:url('../images/footer-bg.jpg');
	margin:0px 18px 0px 0px;
	background-repeat:repeat-x;
	line-height:23px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
}
#footer .floatRight {
	float:right;
}
#footer p {
	padding:0px 5px 0px 5px;
	font-size:90%;
	color:#FFFFFF;
}
/*========================================================
//                    CLASSES
//======================================================*/
.clearboth {
	clear:both
}
