/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 1px 0;
	padding: 0;
	background: FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #224E7B;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	color: #224E7B;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #224E7B;
}


a:visited {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #224E7B;
}	

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 120px;
	margin: 0 auto;
	background: url('images/img1.jpg') no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 65px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 87px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #224E7B url('images/img4.gif'); 
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: list-item;
	float: left;
	height: 15px;
	padding: 20px 5px 0 20px;
	text-decoration: underline;
	color: #224E7B;
}

#menu a:hover, #menu .active a {
	cursor: auto;
	stress: inherit;
	color: #224E7B;
}

/* Content */


#content {
	width: 700px;
	margin: 0 auto;
	background: url('images/img4.gif');
}

#colOne {
	float: right;
	width: 500px;
	height: 470px auto;
	font-size: smaller;
	background: url('images/img7.gif') repeat-x;; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:0
}

#colTwo {
	float: left;
	width: 160px;
	background: url('images/img7.gif') repeat-x;
	font-size: smaller; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:0
}

/* Footer */

#footer {
	width: 690px;
	margin: 30px auto;
	background: url('images/img7.gif') repeat-x;
	font-size: smaller; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

#footer * {
	color: #666666;
}