/*
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: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

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

h2 {
	font-size: 1.6em;
}

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

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

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

a:hover {
	border: none;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration:none;
	}

img {
	border: none;
}

/* Header */

#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
	background-color: #CCCCCC;
}

#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: 750px;
	height: 41px;
	background: #37AEF2 url(images/img2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

#menu li {
	display: inline;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}

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

#menu a:hover {
	background: url(images/img3.gif);
	color: #000000;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background-image: url(images/content_bg.png);
}


#colOne {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


#colTwo {
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#colTwo h1, h2, h3, p {
	color:#000000
	}

/* Footer */

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

#footer * {
	color: #CCCCCC;
}

.bio img {
	border: 2px solid #000000;
}
.bio_image {
	float: left;
	position: relative;
	width: 200px;
}
.bio_text {
	float: right;
	position: relative;
	width: 275px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
}

