@charset "utf-8";
body {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7F7F7;
}
#cont {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#meni {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
}
#menu {
	background-image: url(images/menu-bg.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 32px;
	float: left;
	width: 980px;
}

#menu ul{
	width:822px;
	top:150px;
	left:124px;
	height: 32px;
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#menu ul li{
	float:left;
	height: 32px;
	list-style-type: none;
	width: 115px;
	margin: 0;
	padding: 0px;
	background-image: url(images/menu-divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
#menu ul li a{
	text-transform:uppercase;
	text-transform:capitalize;
	text-decoration:none;
	background-repeat: repeat-x;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0;
	width: 115px;
	font-family: georgia, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000;
	font-weight: bold;
	}

#menu ul li a:hover{
	color:#900;
	background-image: url(images/menu-hover.jpg);
	height: 32px;
	}
.active    {
	color:#900;
	background-image: url(images/menu-hover.jpg);
	height: 32px;
}

.Leftcont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px;
}
#menu_L {
	background-image: url(images/menu-left.jpg);
	float: left;
	height: 32px;
	width: 13px;
}

#menu_D {
	background-image: url(images/menu-right.jpg);
	float: right;
	height: 32px;
	width: 7px;
}

#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	float: left;
}

#main_L {
	background-image: url(images/side-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 278px;
	background-color: #F7F7F7;
	margin: 0px;
	float: left;
}
.main_L_top {
	background-image: url(images/side-heading.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	margin: 0px;
}

.mainLbot {
	background-image: url(images/side-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#Leftcont {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #F7F7F7;
}
#Leftcont1 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #F7F7F7;
}
#Leftcont1 p {
	font-size: 14px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#Leftcont p {
	font-size: 14px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}




#main_D {
	background-image: url(images/post-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 706px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
}
.main_D_top {
	background-image: url(images/post-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #000;
	height: 30px;
	padding-top: 10px;
}
#mainDcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
#mainDcont p {
	margin: 0px;
	color: #272727;
}
#mainDcont h1 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}



.mainDbot {
	background-image: url(images/post-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

#bot {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-position: center top;
	width: 1000px;
	float: left;
	height: 60px;
	text-align: center;
	font-size: 9px;
	color: #999;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #900;
}
.o {
	border: 1px solid #E8E8E8;
}
#Leftcont1 p a {
	margin-left: 15px;
	display: block;
	padding-left: 15px;
	width: 222px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	background-color: #F7F7F7;
}#Leftcont1 p a:hover {
	margin-left: 15px;
	display: block;
	padding-left: 15px;
	width: 222px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}
#Leftcont p a {
	margin-left: 15px;
	display: block;
	padding-left: 15px;
	width: 222px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	background-color: #F7F7F7;
}#Leftcont p a:hover {
	margin-left: 15px;
	display: block;
	padding-left: 15px;
	width: 222px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#content {
	width: 800px;
	top: -1000px;
	left: -1000px;
	position: absolute;
}
