﻿html {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: auto;
	background-image: url('images/bg_fill.png');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
body {
	padding: 0px;
	position: relative;
	width: 718px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#shadow {
	background-image: url('images/shadow.png');
	background-repeat: repeat-y;
	width:100%;
	height:100%;
	position:relative;
}
#container {
	position: relative;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	width: 100%;
	height: 200px;
	background-image: url('images/header_fill.png');
	background-repeat: repeat-x;
}
#logo {
	margin-top: 15px;
	margin-left: 25px;
	position: relative;
	float:left;
}
#headerInfo {
	position: relative;
	float: right;
	width: auto;
	height: auto;
	margin-top: 35px;
	margin-right: 65px;
	color: #323A34;
	text-align: right;
}
#nav {
	position: relative;
	width: 100%;
	height: 40px;
	background-image: url('images/nav.png');
	background-repeat: repeat-x;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
}
#content {
	position: relative;
	width: 630px;
	height: auto;
	min-height: 500px;
	padding: 25px 35px 25px 35px;
}
#footer {
	position: relative;
	width: 100%;
	height: 35px;
	background-image: url('images/footer_fill.png');
	background-repeat: repeat-x;
	font-size: small;
	color: #313131;
	text-align: center;
	line-height: 35px;
}
#photoWrapper {
	position:relative;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
}
#nav A:link {
	text-decoration: none;
	color: #F2F2F2;
}
#nav A:visited {
	text-decoration: none;
	color: #F2F2F2;
}
#nav A:active {
	text-decoration: none;
	color: #F2F2F2;
}
#nav A:hover {
	text-decoration: underline;
	color: #F2F2F2;
}

#footer a {
	text-decoration: underline;
	color: #313131;
}
#footer a:link {
	text-decoration: underline;
	color: #313131;
}
#footer a:visited {
	text-decoration: underline;
	color: #313131;
}
a img {
	border-style: none;
	border-width: 0px;
}

