/*
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;
	background: #ffffff;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color:#333333;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 820px;
	height: 120px;
	margin: 0 auto;
	background: url(images/banner.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 820px;
	height: 41px;
	margin: 0 auto;
	background: #bdbcc1 url(images/bk_menu.jpg) repeat-y;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #dedede;
	font-size:16px;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 820px;
	margin: 0 auto;
	
}

#colOne {
	float: left;
	height:620px;
	width: 160px;
	padding: 0px 0px 0 0px;
	background: #CECECE url(images/bk_left.jpg);
	background-repeat:repeat-y;
}

#colTwo {
	float: left;
	height:600px;
	width: 580px;
	padding: 20px 50px 0 30px;
	background: #CECECE url(images/bk_right.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
}

#colThree {
	float: left;
	width: 0px;
	padding: 10px;
}

/* Footer */

#footer {
	float:left;
	width: 820px;
	height:33px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: url(images/bk.jpg) repeat-y;
	font-size: smaller;
	text-align:center;
}

#footer * {
	color: #000000;
}
