body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	color: #666666;
	width: auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 8px 0 12px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e43900;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	margin-top:0;
	line-height: 18px;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #e43900;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.nolink, a.nolink:hover, a.nolink:visited {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:18px;
	color: #666666;
	border:0;
}

input
{
	border:1px solid #5D8BB8;
	background:#FFFFFF;
}

input.text{ width:200px; }

textarea
{
	width:400px;
	height:240px;
	border:1px solid #666666;
	background:#FFFFFF;
}

img, a img, a
{
	border:0;
}

.button
{
	background-color:#E9E8EF;
	width:120px;
}

hr
{
	width:100%;
}

.highlight
{
	font-weight:bold;
	color:#009900;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
}


#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

.green
{
	color:#336601;
}

.orange
{
	color:#e43900;
}

/* categories */
div.category_main 
{
	width:700px;
	background-color:#FFFFFF;
	border-right:1px solid #e43901;
	border-left:1px solid #e43901;
	border-bottom:1px solid #e43901;
	padding:0;
}

div.category
{
	float:left;
	width:160px;
	height:400px;
	margin-top:20px;
	margin-bottom:8px;
	margin-right:18px;
	background-color:#FFFFFF;
	border-right:1px solid #e43901;
	border-left:1px solid #e43901;
	border-bottom:1px solid #e43901;
	padding:0;
}

div.category_small
{
	float:left;
	width:78px;
	height:110px;
	margin-top:20px;
	margin-bottom:8px;
	margin-right:4px;
	background: #5B5D6A;
	color: #CCCCCC;
	border-top: 2px inset #e43900;
	border-right:1px solid #e43901;
	border-left:1px solid #e43901;
	border-bottom:1px solid #e43901;
	padding:2px;
	line-height:16px;
	text-transform: uppercase;
	text-align:center;
	text-decoration: none;
	font-size:9px;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
}

div.category_small a
{
	color: #CCCCCC;
	text-decoration:none;
}
div.category_small div.pic
{
	position:absolute;
	display:block;
	bottom:8px;
	left:20px;
}
div.category_main div.content, div.category div.content
{
	padding: 8px;
}

div.category_main div.content_nopadding, div.category div.content_nopadding
{
	margin: -8px;
}

div.category_main div.heading, div.category div.heading
{
	padding:8px;
	height:15px;
	background-image:url(images/img03.gif);
	background-repeat:repeat-x;
}
div.category_main div.heading h2, div.category div.heading h2
{
	margin:0;
	padding-top:0px;
	line-height:22px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 2px 15px 0 15px;
	background: url(images/menu_delimitor.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: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 430px;
}

/* Links */

#links {
	margin-top:40px;
	float: right;
	width: 250px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: -12px 0;
	list-style-position:outside;
	list-style-image:url(images/next.gif);
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	margin:0;
	background: #5B5D6A;
	color: #CCCCCC;
	border-top: 2px inset #e43900;
}

#footer p {
	text-align: center;
	color: #CCCCCC;
}
