/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
	font-size: 13px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	background-color: #1A7196;
	background-image: url(images/a1.gif);
	background-repeat: repeat-x;
}

li
{

}
a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

/* Menu */

#menu {
	float: center;
	width: 900px;
	height: 40px;
	background: #8C8C73 url(images/img02.jpg) no-repeat;
	top: 2px;
	
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10;
	padding-left: 15px;
}

#menu a:hover {
	border-top-color: #1A7196;


}

#menu .active a {
background-color:#FFFFFF;
color:#333333;
text-transform: uppercase;
	font-size: 16px;
}

#menu a b {
	text-decoration: underline;
}

/* added by me */
/* Content */

#content {
	width: 900px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #8C8C73;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
/* Content > Main */

#main {
	float: none;
	width: 520px;
	padding: 20px;
	border: 1px solid #666666;
	border-left:none;
	border-top:none;
	border-bottom:none;
	line-height:normal;
	background-color: #FFFFFF;
}
/* Content > Main wide */

#mainwide {
	float: none;
	width: 95%;
	padding: 20px;
	border: 1px solid #ffffff;
	border-left:none;
	border-top:none;
	border-bottom:none;
	line-height:normal;
	background-color: #FFFFFF;
}
/* Content > Sidebar */

#sidebar {
	float: right;
	width: 325px;
	height:auto;
	padding: 5px;
	background-color: #FFFFFF;
	
	
}
.footer{
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}
/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
}

#news h3 {
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}
