@import url(resetclearfix.css);

body {
	color: #fff;
	background-color: #900054;
	font-size: 12px;
	font-family: Arial, 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border:0;
}

a:link {
	color: #f09200;
	text-decoration: underline;
}

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

a:visited {
	color: #f09200;
	text-decoration: underline;
}

a:active {
	color: #f09200;
	text-decoration: underline;
}

h1 {
	color: #f09200;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #002b59;
	letter-spacing: -1px;
}

hr {
	border: 0px solid #f09200;
	background-color: #f09200;
	height: 1px;
}

.logo {
	margin-top: 30px;
	margin-left: 56px;
}

div#container {
	position: absolute;
	left: 50%;	
	width: 1000px;
	margin-left: -500px;
}	
	div#header {
		width: 1000px;
		height: 202px;
		background-image: url('../images/header.jpg');
	}

	div#header2 {
		width: 1000px;
		height: 100px;
	}
		div#text {
			padding-top: 15px;
			padding-right: 40px;
			line-height: 16px;
		}
		
		div#menu {
			float: left;
			width: 631px;
			height: 122px;
			background-image: url('../images/menu_bg.jpg');
			background-repeat: repeat-x;
			background-position: bottom;
		}
			div#menu_items {
				margin-top: 95px;
				margin-left: 11px;
			}
		
		div#logo {
			float: left;
			margin-top: 64px;
		}
	
	div#content {
		float: left;
		width: 1000px;
		padding-left: 55px;
		padding-top: 20px;
	}
	
		#first_column {
			float: left;
			text-align: center;
			width: 250px;
		}
		
		#second_column {
			float: left;
			text-align: center;
			width: 340px;
		}
		
		#last_column {
			float: left;
			text-align: center;
			width: 250px;
		}
		
		.profile {
			display: inline-block;
			width: 165px;
			height: 140px;
			background-image: url(../images/photo_bg.png);
			background-repeat: no-repeat;
			background-position: center top;
			color: #fff!important;
			text-decoration: none!important;
			font-size: 14px;
		}
		.profile:hover {
			text-decoration: underline!important;
		}
			.profile img {
				float: left;
				margin: 9px 0 0 38px;
			}
			.profile span {
				width: 165px;
				float: left;
				margin: 18px 0 0 0;
				display: block;
				font-weight: bold;
				text-align: center;
			}
		
		div.photo {
			float: left;
			width: 193px;
			height: 220px;
		}
		
		div.photo2 {
			float: left;
			width: 133px;
			height: 220px;
		}
