/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

#site {
	width: 833px;
}

#header {
	width: 833px;
	height: 116px;
	background-image: url(images/site_texture.jpg);
	background-repeat: repeat-y;
}

#header_holder {
	width: 799px;
	height: 116px;
}

#middle {
	width: 833px;
	float: left;
	display: inline;
	background-image: url(images/site_texture.jpg);
	background-repeat: repeat-y;
}

#left {
	width: 199px;
	float: left;
	display: inline;
	margin-left: 17px;
}

#central {
	width: 458px;
	float: left;
	display: inline;
	padding-top: 10px;
}

#right {
	width: 142px;
	float: left;
	display: inline;
}

#footer {
	width: 833px;
}

#footer_top {
	width: 833px;
	background-image: url(images/site_texture.jpg);
	background-repeat: repeat-y;
}

#footer_bottom {
	width: 833px;
	height: 26px;
	float: left;
	display: inline;
}

#left_menu {
	width: 186px;
	float: left;
	display: inline;
	background-color: #dcdcdc;
	margin-top: 10px;
}

.left_box {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 6px;
}

.right_box {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 13px;
}

.post {
	width: 457px;
	float: left;
	display: inline;
	background-color:#FFFFFF;
	margin-bottom: 8px;
}

.post_title {
	width: 431px;
	height: 20px;
	background-color: #dcdcdc;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0 15px;
}

.title {
	font-size: 13px;
	margin-left: 10px;
	color: #1c3784;
	font-weight: bold;
	border: #dcdcdc solid 2px;
}

.title a:link {text-decoration: none; color:#1c3784;}
.title a:visited {text-decoration: none; color:#1c3784;}
.title a:active {text-decoration: none; color:#1c3784;}
.title a:hover {text-decoration: underline; color:#1c3784;}

.post_body {
	width: 437px;
	background-color: #f1eeee;
	border: #dcdcdc solid 2px;
	color: #000000;
	float: left;
	display: inline;
	margin-top: 8px;
	font-size: 12px;
	padding: 10px;
}

.post_body a:link {text-decoration: none; color:#000000;}
.post_body a:visited {text-decoration: none; color:#000000;}
.post_body a:active {text-decoration: none; color:#000000;}
.post_body a:hover {text-decoration: underline; color:#000000;}

.post_body p {
	margin-bottom: 10px;
}

.details {
	font-size: 14px;
	margin-left: 10px;
	color: #1c3784;
	font-weight: bold;
}

.description {
	color: #000000;
	float: left;
	display: inline;
}


.thumb {
	width: 115px;
	height: 115px;
	margin-left: 10px;
}

.picture {
	width: 200px;
	margin: 0 0 0 10px;
}

.brake {
	margin: 0 0 10px 0;
}

.margin_top {
	margin-top: 5px;
}

.margin_bottom {
	margin-bottom: 10px;
}

.margin_right {
	margin: 0 10px 0 0;
}

/* Menu start*/

.menutitle{
cursor:pointer;
background-color:#f1eeee;
color:#1c3784;
width:180px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 5px;
text-align:left;
font-weight:bold;
border:1px solid #dcdcdc;
font-size: 14px;
float: left;
display: inline;
}

.menutitle a:link {text-decoration: none; color:#1c3784;}
.menutitle a:visited {text-decoration: none; color:#1c3784;}
.menutitle a:active {text-decoration: none; color:#1c3784;}
.menutitle a:hover {text-decoration: underline; color:#1c3784;}


.submenu{
margin-bottom: 0;
padding-left: 3px;
color:#1c3784;
float: left;
display: inline;
}
.submenu a:link {text-decoration: none; color:#1c3784;}
.submenu a:visited {text-decoration: none; color:#1c3784;}
.submenu a:active {text-decoration: none; color:#1c3784;}
.submenu a:hover {text-decoration: underline; color:#1c3784;}





/* Menu end*/