@charset "utf-8";
body {
	background-image: url(../img/bodyBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #91A4CF;
}

.clear {clear:both; height:0px;}
.clearWithLine {
	clear:both;
	background-image: url(../img/keyline.png);
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.contentBlock {
	padding-left: 65px;
	padding-top: 10px;
	position: relative;
}
.contentBlockText {
	width: 450px;
	float: left;
	margin-right: 50px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	line-height: 16pt;
	color: #333333;
}

#nav ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav li
{
	float: left;
	margin: 1px;
} 
h1 {
	color: #4464ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: -2px;
}
h2 {
	color: #821d1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: -2px;
}

#nav li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 65px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#nav li a:hover{
	color:#FFFF99;
	text-decoration: underline;
}
#footer {
	background-image: url(../img/keyline.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 65px;
}
#footer p {
	color: #FFFFFF;
	font-size: 8pt;
}



.logo {
	margin-top: 25px;
	margin-left: 65px;
	margin-bottom: 10px;
}
#header {
	background-image: url(../img/keyline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#nav {
	position: absolute;
	top: -1px;
	right: 83px;
	background-color:#3154A6;
	opacity: .8;
}
.myWorkText {
	width: 600px;
	float: left;
	margin-right: 50px;
}
.contentBlock a {
	color: #821D1D;
	font-weight: normal;
}
#footer a {
	color: #821D1D;
	font-weight: normal;
}
h3 {
	color: #821d1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: -1px;
}

