/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 2px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

a {
	color: #5D0E0E;
}

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

/* Header */




/* Pages */

#pages {
	clear: both;
	width: 100%;
	height: 43px;
	margin: 0 auto;
	background: #000000 url(images/img2.gif);
	padding-left: 5px;                                      /*for setting home bar*/
}

#pages h2 {
	display: none;
}

#pages ul {
	float: left;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
	padding: 7px 15px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#pages a:hover, #pages .active a {
	padding-left: 14px;
	padding-right: 14px;
	background: #580505 url(images/img3.gif);
	border: 1px solid #000000;
	border-bottom: none;
}

/* Float Images */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

/* Boxed */

.boxed {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	padding-left: 0px;

}

.boxed .heading {
	height: 26px;
	padding: 6px 0 0 10px;
	background: #5F1010 url(images/img4.gif);
	border: 1px solid #000000;
	border-bottom: none;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	background: #F2F2F2 url(images/img5.gif) repeat-x left bottom;
}

.boxed .content ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.boxed .content li {
	padding: 3px 0;
	border-top: 1px dotted #5D0E0E;
}

.boxed .content li.first {
	border: none;
}

.boxed .content a {
	padding-left: 10px;
	background: transparent url(images/img8.gif) no-repeat left center;
	text-decoration: none;
	color: #5D0E0E;
}

.boxed .content a:hover {
	color: #FF0000;
}







/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF url(images/img5.gif) repeat-x;
}

#footer p {
	padding: 10px;
	font-size: .8em;
}