body{
	margin: 0;
	padding: 0;
	font-family: georgia, arial;
	font-size:12px;
	background-image: url('../gfx/bg.png');
	background-repeat: repeat-x;
	background-color: #EFE457;
	height: 100%;
}

a{
	color: #444;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

#container{
	width: 960px;
	height: 100%;
	background-color: #fffcb0;
	margin: 0 auto;
	position: relative;
	}

#left{
	/*height: 1000px; TEMP*/
	width: 198px;
	float: left;
	/*background-color: #fff;*/
	/*border-left: 1px solid #ccc;*/
	/*background-color: #eee;*/
}

#right {
	float: right;
	width: 760px;
}

#header{
	float: right;
	height: 200px;
	width: 760px;
	position: relative;
	z-index: 50;
}
#header_overlay{
left: 200px;
width: 760px;
height: 200px;
z-index: 100;
position: absolute;
font-size: 22px;
font-weight: bold;
background-image: url('../gfx/logo.png');
background-repeat: no-repeat;
}
#banner{
	float: right;
	width: 760px;
	
}

#menu{
	float: right;
	height: 35px;
	width: 760px;
	background-image: url('../gfx/bg.png');
	/*background-color: #FFC;*/
	/*background-color: #FFC;*/
	/*background-color: #feae31;*/
	/*border-bottom: 1px solid #000;*/
	/*border-top: 1px solid #000;*/
}

#content{
	/*background-color: #f2f7fa;*/
	/*background-color: white;*/
	width: 760px;
	height: 100%;
	float: right;
}

.spacer {
	height: 10px;
	clear: both;
}

#cats {
	margin: 0 auto;
	clear: both;
	width: 730px;
	padding: -5px;
}

.category{
	width: 225px;
	float: left;
	border: 1px solid #feae31;
	background-color: #fff; 
	margin: 10px 0 0 10px;
	height: 30px; /*byuo 23*/
	display: block;
	padding-left: 5px;
	padding-top:7px;
	font-size: 11px;
	/*background-color: #f2f7fa;*/
}
.category:hover{
background-color: #FFF9C0;
cursor: pointer;

}
.category_name{
	margin: auto 0;
	padding-left: 10px;
}
.cat_name{
margin-left: 40px;
color: #317aa1;
}

.subcategories{
	font-size: 12px;
}

#latest{
	margin: 0 auto;
	clear: both;
	border: 1px solid #ccc;
	width: 715px;
	margin-left: 25px;
	background-color: #FFF9C0;
}

#footer{
width: 940px;
border-top: 1px solid #bbb;
float:left;
background-color: #feae31;
text-align: justify;
padding: 10px;
}

#footer p {
	text-align: center;
	padding: 2px;
	margin: 2px;
}


.latest_add{
	margin: 0;
	background-color: #0186d6;
	background-image: url('../gfx/bg.png');
	background-repeat: repeat-x;
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
}

.latest_category{
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px;
	overflow: hidden;
    min-height: 130px;
	height: auto !important;
}

.latest_name{
	margin: 0;

}

.latest_ss{
	width: 180px;
	float: left;
	height: 100%;
}

.latest_ss img{
	width: 150px;
	height: 100px;
	float: left;
	clear: both;
	margin: 10px;
	border: 3px solid white;
}

.latest-content{
	margin-left: 180px;
	width: 500px;
}
.latest_keywords{
	font-size: 11px; 
	font-style: italic;
}
#menu_buttons, #menu_buttons li{
	display: inline;
	list-style: none;
	margin:5px;
	margin-right: 15px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	
}
#search, #search input{
	float: right;
	margin: 3px;
}

.tamtamtugeder{
border: 1px solid #DDDDDD; 
width: 25px; 
height: 25px; 
padding: 2px 3px; 
margin-left: 2px; 
}
#tamtamtugeder a{
text-decoration: none;
}
#tamtamtugeder a:hover{
text-decoration: none;
background-color: #0C90B7;
color: #EEEEEE;
}
.text{
	line-height: 200%;

}
.result_ok {
	border: 1px solid #000000; 
	background-color: #99FF99;
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.result_err {
	border: 1px solid #000000; 
	background-color: #FFCC99;
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cat_chk {
	width: 660px;
	margin: 0 auto; 	
	margin-bottom: 10px;
}