@charset "UTF-8";
body {
	background-image: url(webImages/bkgd.jpg);
	background-repeat: repeat-x;
	background-color:#666;
}

#wrapper {
	width: 850px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(webImages/header.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 850px;
	height: 193px;
}

#footer {
	margin-top: 5px;
	padding-right: 5px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#footer a:link, a:visited {
	color: #F7941D;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#nav {
	padding-top: 156px;
	padding-left: 550px;
}

#whiteBox {
	width: auto;
	min-height: 650px;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 75px #000;
	-moz-box-shadow: 0px 0px 75px #000;
	box-shadow: 0px 0px 75px #000;
}

.leftContent {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(webImages/paulPortrait.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-top: 400px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.rightContent {
	padding-top: 20px;
	width: 500px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #F7941D;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.bottomLinks img {
	border-style: none;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 20px;
	margin-bottom: 0em;
}

h4 {
	font-size: 20px;
}

ul {
	margtin-top: 0em;
}
