/*
Design by Head First Digital Media LLC
http://www.headfirstdm.com

*/

body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

h2 {
	font-size: 1.5em;
}

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

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

a:link {
	border-bottom: none;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 728px;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo3.jpg) no-repeat;
}

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

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

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

/* Menu */

#menu {
	width: 728px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.jpg)
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;    /* this makes it horizontal, remove to make vertical */
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	font-size: 1.3em;
	color: #19a73a;
}

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

/* Content */

#content {
	width: 728px;
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 0 auto;
	background: url(images/img4.jpg);
}

#colRight {
	float: right;     /*  this is the column on the right side... */
	width: 140px;
	padding: 20px 10px 0 10px;
}

#colContent {
	float: right;     /*  main content area   */
	width: 388px;
	padding: 20px 10px 0 10px;
}

#colLeft {
	float: right;    /* left column   */
	font-size: 0.85em;
	width: 140px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 728px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}