/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF  url(../images/bg_main.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/banner3.png);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}
.header_links{
	position:absolute;
	z-index:10;
	height:10px;
	width:350px;
	left: 49px;
	top:67px;
}

.header_links ul {float:right; padding:0 15px 0 0; font-weight:bold;}	
.header_links li {display:inline; list-style:none;}
.header_links li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125) ; text-decoration:none; font-size:120%;}
.header_links a:hover {text-decoration:none; color:rgb(50,50,50);}

/* Menu */

#menu {
	width: 760px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 20px 0 20px;
	background:url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 755px;
	margin: 0 auto 0 auto;
	padding: 10px 5px 5px 5px;
	background: #FFFFFF url(../images/bg_page_buttom.png) repeat-x left bottom;
}

/* Posts */

#posts {
	float: right;
	width: 540px;
	padding-right:5px;
}

.bdr tr td{
padding:2px;
border: dotted #996600 1px;}

.frm{
font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
color: #666666;

}


/* Links */

#links {
	float: left;
	width: 180px;
	border-right:dotted thin  #FF9900;
	
}

#links ul {
	margin: 3px;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 3px 0 15px 0;
}

#links li li {
	padding: 5px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: none;
	color: #666666;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 50px;
	padding: 10px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.footer{
color:#FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: none;
}
