@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF; 

}

a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffcc;
}
a:hover {
	color: #ffffcc;
}

#container {
width: 968px;
background: #ffffcc;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: url(images/GMU_banner2.png);
	height: 24px;
	padding-top: 130px;
	width: 968px;
}
#main_image {
	background-image: url(images/GMU_Main1.gif);
	height: 436px;
	width: 968px;
}
#contentbox {
	background-color: #365125;
	height: 436px;
	width: 938px;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#left_column {
	height: 436px;
	width: 450px;
	overflow: auto;
	float: left;
}
#right_column {
	height: 360px;
	width: 250px;
	padding-top: 50px;
	float: right;
	padding-right: 150px;
}

