/*
Copyright (c) 2009, Huntington University
Service Provider: Scope 1 Marketing Technologies
Devlopers: Kevin R. Smith and Berin Iwlew
Project: Huntington University Undergrad Web to Print 
*/



body {
	background-image: url(/Content/Undergrad/i/u_bg1.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	
	font-size: 12px;
	font-weight: bold;
}

#header1 {
	width: 900px;
	height: 146px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/Content/Undergrad/i/header1.png)
}

#contentwrapper {
	background-color: white;
	width: 846px;
	margin-left:auto;
	margin-right:auto;
	
}

.leftbox {
	width: 310px;
	margin-left:15px;
	float: left;
	border: 0px black solid;
	background-color: white;
	
}
.twopointohee{
	width: 95%;
	margin-top: 25px;
	border: 0px black solid;
	margin-left:15px;
	background-color: white;

}

.twoohlinks{
	display: inline;
	
}

.twoohlinks li{
	list-style-type:none;
}
#rightbox {
	width: 495px;
	margin-right:10px;
	float: right;
	border: 0px black solid;
	background-color: white;


}




#footer {
	clear: both; 
	width: 846px;
	margin-left:auto;
	margin-right:auto;
	border: 0px black solid;
	text-align:center;
	line-height: 30px;

}
