﻿/* CSS layout */
.wrapper {
	background-color:.F7F7F7;
	position:relative;
	height:500px;
	border-color:black;
	border:thin;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.masthead {
	height:50px;
	background-color:white;
}

.top_nav {
	background-image:url('images/background-grads.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:309px;
	font-family:Georgia;
	width:900px;
 }

.nav_block{
	width: 224px;
	position: absolute;
	float:right;
	right: 0px;
	left: 667px;
	top: 50px;
	height:299px;
	font-size:small;
	text-decoration:none;
	font-family:Georgia;	
	color:black;
	padding:5px 5px 5px 5px;
	text-align:right;
	z-index:1;

}

.nav_block a {
	text-decoration:none;
	color:black;
}

.container {
	position: relative;
	width: 100%;

}

.page_content {
	margin-right: 200px;
	padding:15px 15px 15px 15px;
	font-family:verdana;
	font-size:12px;
	height:100%;
}

.page_content h1 {
	padding:0px 0px 0px 0px;
	font-family:Georgia;
	font-size:16px;
}


.right_col_1 {
	width:200px;
	height:133px;
	position: absolute;
	right: 0px;
	top: 10px;
}

.right_col_2 {
	width:200px;
	height:133px;
	position: absolute;
	right: 0px;
	top: 133px;
}

.footer {
	position: absolute;
	vertical-align: bottom;
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 900px;
}
