body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6d6f71;
	text-align: center;
	background: url(../images/bg.png) repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #d9170e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	margin-left: 10px;
	margin-top: -10px;
	padding: 0;
}

#logo a, #logo a:hover {
	text-decoration: none;
}

#logo h1 {
	font-size: 38px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #d9170e;
	font-family: "Times New Roman", Times, serif;
}

#logo p {
	font-size: 13px;
	color: #91989e;
	text-transform: uppercase;
	margin-top: -30px;
	padding-left: 10px;
}

#menu {
	width: 630px;
	height: 80px;
	float: right;
	margin-top: -10px;
	margin-left: 20px;
	background: url(../images/bg.png);
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	margin-top: -5px;
	padding: 30px 20px 20px 20px;
	text-decoration: none;
}

#menu a:hover {
	background: #fff;
	color: #d9170e;

}

#search_top {
	float: right;
	margin-right: 30px;
	padding-top: 20px;
}

#search_top input {
	padding: 5px;
	border: 0px;
}

#header {
	float: left;
	width: 960px;
	height: 175px;
	background: url(../images/bg.png);
	text-align: center;
	padding-top: 5px;
}

#title_head {
	float: left;
	padding-top: 30px;
	padding-left: 550px;
	color: #333333;
	font-size: 24px;
}

#menu_top {
	width: 960px;
	height: 50px;
	float: left;
	margin-top: -10px;
	background: url(../images/bg.png);
}

#menu_top ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#menu_top li {
	display: block;
	float: left;
}

#menu_top a {
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

#menu_top a:hover {
	background: #fff;
	color: #d9170e;
}

#container {
	float: left;
	margin-bottom: 30px;	
	margin-top: 30px;
	width: 960px;
}

#content {
	float: left;
	width: 600px;
	text-align: justify;
	line-height: 22px;
}

#content p {
	text-align: justify;
	line-height: 26px;
	padding: 5px;
}

.content_title {
	padding: 3px;
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/bg.png);
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #6d8b44;
}

#sidebar {
	float: right;
	width: 280px;
	line-height: 22px;
	text-align: justify;
	margin-top: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#sidebar li {
	display: block;
	float: left;
	width: 270px;
	border-bottom: 1px solid #CCC;
}

#sidebar a {
	color: #555;
	font-size: 14px;
	display: block;
	float: left;
	padding: 4px 0px 4px 10px;
	text-decoration: none;

}

#sidebar a:hover {
	color: #d9170e;
	margin-left: 10px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

#sidebar_title {
	width: 270px;
	font-size: 20px;
	font-weight: normal;
	color: #d9170e;
	float: left;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #d9170e;
}

#sidebar p {
	padding: 5px;
}

#foot {
	width: 960px;
	float: left;
	border-top: 1px solid #CCC;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

#foot a {
	font-size: 12px;
	color: #d9170e;
	padding: 0;
	margin: 0;
}
