@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#F8F8EF;
	margin:0px 0px 0px 0px;
	color:#666;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

body p {
	margin:10px 0px 10px 0px;
}

body a {
	text-decoration:none;
	color:#666;
}

body a:hover {
	text-decoration:underline;
}

body ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

body li {
	margin:0px 0px 5px 0px;
}

#bodyBorder {
	width:800px;
	text-align:left;
}

#header {
	margin-top:40px;
	text-align:center;
}

.hr {
	/*border-bottom:1px solid #EFEFDE;*/
	border-bottom:1px solid #F4F4E8;
	margin-bottom:10px;
}

.nav {
	margin:0px 15px 0px 15px;
	text-transform:uppercase;
	font-size:10px;
	font-family:"Trebuchet MS", Georgia;
}

#homeLeft {
	width:400px;
	float:left;
	margin-right:25px;
}

#homeRight {
	width:375px;
}

.contentHeader {
	font-size:20px;
	color:#777;
	letter-spacing:0em;
}

#footer {
	margin-top:50px;
	margin-bottom:25px;
}

#footerLeft {
	float:left;
	text-align:left;
}

#footerRight {
	float:right;
	text-align:right;
}

.footerNav {
	margin:0px 15px 0px 0px;
	text-transform:uppercase;
	font-size:10px;
	/*	font-family:"Trebuchet MS", Georgia;  */
}

.copy {
	margin-right:25px;
	text-transform:uppercase;
	font-size:10px;
}