﻿/*
Design by FAMIC
*/

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #626938;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #282b16;
}

*{
	border: 0;
	margin: 0;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#main{
	margin: 0 auto;
	width: 998px;
	border-right: 15px solid #ffffff;
	border-left: 15px solid #ffffff;
}

#header{
	width: 999px;
	margin: 0 auto;
	height: 200px;
//	height: 285px;
	border-bottom: 15px solid #ffffff;
}

#logo{
	padding-left: 15px;
	text-align: left;
	padding-top: 50px;
//	height: 143px;

}

#logo a{
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a{
	font-size: 10px;
}

#buttons{
	width: 998px;
	height: 35px;
	margin: 0 auto;
	padding-left:10px;
}

#buttons ul{
    padding-left: 5px;
}

#buttons li{
	display: inline;		
}

#buttons a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: 160px;
	height: 30px;
	padding-top: 8px;
	margin-right: 3px;
	background: url(images/menubg.png) no-repeat;
}

#buttons a:hover{
	width: 160px;
	height: 30px;
	background: url(images/menuhov.png) no-repeat;
}

#contop{
	background: url(images/contop.png) no-repeat;
	height: 8px;
	margin-top: 5px;
}

#conbot{
	background: url(images/conbot.png) no-repeat;
	height: 8px;
}

#content{
	width: 983px;
	background: url(images/mainbg.png) repeat-y;
}

#content_bg{
	padding-left:7px;
}


#left{
	width: 200px;
	float:left;
	margin-left: 8px;
}

#left H2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #1f1f06;
	font-size: 24px;
	text-align:center;
	height: 35px;
	padding-bottom: 5px;
	margin-bottom:20px;
	background: url(images/title_left.gif) repeat-x bottom;
}

#left ul{
	list-style: none;
	margin-bottom: 30px;
	padding-left:7px;
	padding-top: 5px;
}

#left li.top{
	background: url(images/ls.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}

#left li.sub{
	background: none;
	padding-left: 20px;
	margin-bottom: 5px;
	font-style:italic;
}

#left a{
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}

#left a:hover{
	font-weight:bold;
}


#right{
	width: 762px;
	float:right;
	margin-left: 8px;
}

#right H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #1f1f06;
	font-size: 24px;
	height: 35px;
	padding-left: 20px;
	padding-bottom: 5px;
	width:727px;
	margin-bottom:20px;
	background: url(images/title_left.gif) repeat-x bottom;
}

#right p{
	padding-left:5px;
	padding-right:5px;
}

#right td{
	vertical-align:top;
	text-align:center;
	width:25%;
}


#text{
	padding-right:15px;
}

.read, #left ul .read{
	text-align: right;
}

.read a, #left ul .read a{
	color: #626938;
	font-weight:normal;
	padding-right: 20px;
}

.padding{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}
