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

body {
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	line-height: 180%;
	text-align: left;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 16px;
	list-style-position: outside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/img1.gif);
}

#logo * {
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#logo h1 {
	padding: 44px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: 200px;
	background: url(images/img2.jpg);
}

#menu ul {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 3px 0.5em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid white;
	margin-right: 1px;
	background-color: silver;
}
#menu a:hover,
#menu .active a
 {	
 	color: black;
	background-color: white;
}


/* Breadcrumbs */
#breadcrumb{
	width: 660px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	background: url(images/img3.gif);
	border-top: 10px solid #FFFFFF;
}

#colOne {
	float: left;
	width: 450px;
}

#colOne .top-head {
	padding: 15px 0 0 20px;
	border-top: 10px solid #5C4A46;
}

#colOne .content {
	padding: 0px 20px;
}

#colTwo {
	float: right;
	width: 190px;
	padding-right: 10px;
	border-top: 10px solid #132BBC;
	color: white;
}
#colTwo h2{
	font-size: 110%;
}
#colTwo ul{
	border: 1px solid white;
	border-width: 1px 0;
}
#colTwo li{
	margin-bottom: 1em;
}


#colTwo .content {
	padding: 10px 10px 10px 20px;
}

#extra {
	height: 10px;
}

/* Footer */

#footer {
	width: 660px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img4.gif);
	border-top: 10px solid #FFFFFF;
}

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

#footer a {
	color: #A1A1A1;
}