@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0}

body {
	background: #0076be url('images/background.gif') center repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	}

p {
	margin-bottom: 20px;
	}

h3 {
	margin-bottom: 10px;
	}

#container {
	position: relative;
	width: 770px;
	height: 600px;
	background: url('images/corner.jpg') 0px 30px no-repeat;
	margin: 0 auto;
	}

#menu {
	position: absolute;
	top: 277px;
	left: 107px;
	text-align: left;
	list-style: none;
	width: 125px;
	}

#menu li {
	margin-bottom: 35px;
	}

#menu a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}

#menu a:hover {
	color: #0076be;
	}

#content {
	float: right;
	width: 450px;
	background: url('images/title.gif') 10px 20px no-repeat;
	text-align: left;
	padding: 70px 20px 15px 60px;
	}

#content .headshot {
	float: right;
	margin: 0 0 15px 15px;
	}

.right {
	text-align: right;
	}

.right strong {
	text-transform: uppercase;
	}
