/* CSS Document */

#wrapper {
	background-image: url(../images/common_bg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 790px;
	margin-left: 150px;
	margin-top: 80px;
}

#title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #9E1F63;
	letter-spacing: 1.5px;
	text-align: right;
	border-bottom: 2px #9E1F63 solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 790px;
	text-transform: uppercase;
}

#photo {
	padding: 0px 10px 0px 10px;
}

#photo .picture {
	background-image: url(../images/photo_bg.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 130px;
	padding: 5px 0px 0px 5px;
	float: left;
	width: 185px;
	height: 130px;
	margin: 0px 2px 5px 0px;
}

#footer {
	width: 790px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-left: 80px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p a {
	text-decoration: none;
	color: #006699;
}

#footer p a:hover {
	text-decoration: none;
	color: #9E1F63;
}

#footer_logo {
	float: right;
	width: 85px;
	height: 30px;
}	
