
#wrapper {
	width : 100%;
	margin : 0;
	padding : 0;
}
#page {
	width : 900px;
	margin : 0 auto;
	border : solid 2px #CC0000;
	background-image : url(http://www.umaryland.edu/usga/Images/template2009/bg.jpg);
	background-repeat : repeat-y;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
#header {
	height : 120px;
	background-color : #FFFFFF;
}
#usga {
	float : left;
	margin : 15px 50px;
}
#umb_seal {
	float : left;
	margin : 10px 10px 10px 200px;
}
#usga_seal {
	float : left;
	margin : 10px;
}
#nav {
	height : 18px;
	background-image : url(http://www.umaryland.edu/usga/Images/template2009/menu_bg.jpg);
	background-repeat : repeat-x;
	border-top : solid 2px #CC0000;
	border-bottom : solid 2px #CC0000;
	padding : 6px 10px;
	font-size : 14px;
	font-weight : bold;
}
#content {
}
#main_content {
	width : 700px;
	float : left;
	padding : 10px;
	overflow : auto;
}
#right_column {
	width : 179px;
	float : left;
	margin-left : 1px;
}
#quick_link {
}
#quick_link_title {
	height : 18px;
	background-image : url(http://www.umaryland.edu/usga/Images/template2009/menu_bg.jpg);
	background-repeat : repeat-x;
	border-bottom : solid 2px #CC0000;
	font-size : 14px;
	font-weight : bold;
	padding : 6px 10px;
}
#quick_link_content {
	padding : 5px;
}
#announcements {
}
#announcements_title {
	height : 18px;
	background-image : url(http://www.umaryland.edu/usga/Images/template2009/menu_bg.jpg);
	background-repeat : repeat-x;
	border-top : solid 2px #CC0000;
	border-bottom : solid 2px #CC0000;
	padding : 6px 10px;
	font-size : 14px;
	font-weight : bold;
}
#announcements_content {
	padding : 5px;
}
#footer {
	clear : both;
	background-image : url(http://www.umaryland.edu/usga/Images/template2009/footer_bg.jpg);
	background-repeat : repeat-x;
	height : 50px;
	border-top : solid 2px #CC0000;
	padding : 5px 20px;
}
#nav a:visited {
	color : #000000;
	text-decoration : none;
}

