body {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color:#e5e5e5;
	line-height: 140%;
}

h1 {
	font-size:22px;
	color: #000066;
}

h2 {
	font-size:17px;
	color: #000066;
}

#main {
	width:759px;
	margin: auto;
	background-image: url(images/bg.gif);
}

#banner {
	margin:auto;
	border:3px solid white;
	width:719px;
	height:145px;
	background-image: url(images/banner.jpg);
	position:relative;
}

#nav {
	font-size:13px;
	position: absolute;
	bottom: 5px;
	right:8px;
	color: #e5e5e5;
}

#nav a {
	color:white;
	text-decoration:none;
	font-weight: bold;
}

#nav a:hover {
	color:#99ccff;
}

#content {
	width: 680px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#footer {
	font-size:10px;
	color: #e5e5e5;
	width:713px;
	background-color: #193798;
	position:relative;
	bottom: 3px;
	left:20px;
	text-align:center;
	padding:3px;
}

#photobox{
	width: 230px;
	float:right;
	margin-left:20px;
	margin-top:20px;
	background-color: #F3F3F3;
	text-align:center;
	border: 1px solid #E5E5E5;
}

img.photo{
	border: 2px solid #193798;
}
