body {
	color: #6e6b53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background:url('/media/images/BG.jpg');
}
* {margin:0px;padding:0px;}
.clear{clear:both;}

h1, h2, h3 {
	color: #c81126;
	font-family: georgia, "times new roman";
	font-weight: normal;
}

h4 {
	font-size: 18px;
	font-family: georgia, "times new roman";
	color: #f3cbcf;
	margin-top: 15px;
}

h5 {
	font-size: 11px;
	font-family: georgia, "times new roman";
	color: #333333;
	font-weight: normal;
	font-style: italic;
}

h1 {
	font-size: 32px;
	display: block;
	border-bottom: dashed 1px #6e6b53;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 932px;
	background: url('/media/images/contentbg.gif');
}
#header {
	background-image:url(/media/images/header.jpg);
	width:932px;
	height:193px;
	display:block;
}
#border {
	background: transparent;
	background-repeat: repeat-y;
	width:932px;
}
#main {
	background: transparent;
	margin: 0;
	background-repeat: repeat-x;
}
#left {
	width:261px;
	float:left;
	display:inline;
	
}
#right {
	float:right;
	width:670px;
}
/***************** Content ***********************/
.content {
	width:650px;
	margin-top: 10px;
}

.content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 10px 0px 0px 6px;
	line-height: 19px;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}

/***************** Menu ***********************/
#menu {
	background:#c81126 url('/media/images/menuBG.gif') repeat-y;
	width:226px;
	margin-left:0px;
	margin-top: -45px;
}
#menu ul {
	padding: 5px 0px;
	width:210px;
	margin-left:15px;
}
#menu li {
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #970f1f;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:left;
	color: #f3cbcf;
}

#menuSmall li a {
	font-size: 11px;
}

#menu a {
	font-family: arial, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#menu a:hover {
	color:#ded2d3;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(/media/images/menubottom.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:76px;
	margin-left:0px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:0px;
}
#menubottom li {
	float:left;
	display:inline;
	width:72px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
#footer {
	background: transparent;
	height:75px;
	width:932px;
}

#copyright {
	background-image:url(/media/images/copyright.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:55px;
	display:inline;
	margin-left:0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #fff;
	padding: 20px 0px 0px 10px;
	text-align:left;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}