@charset "utf-8";
/* CSS Document */

/* CSS HEADER*/
/*body {
	/*background-image: url('body_background.gif');
	background-repeat: repeat
	background: #6B96B5;
	background: #CCCCCC;
}
*/
#osu-Header{
	position: relative;
	background: url(header.png);
	left: 0px;
	top: 0px;
	border: 1px;
 	border-color: black;
	margin-top: 0px;	
	background-color: #CCC;
	width: 886px;
	height:100px;	
	/*border-bottom: solid #03487a 1px;*/
	}

#headerArt{
	position: relative;
	width: 886px;
	left: 0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#menuTop { 
 padding-top:5px;
 /*height: 50;*/
 background-color: #303030;
 margin-left: 0px;
 border-top: 1px solid green;
 width: 886px;
}
#menuTop p{
color: white;
font-size: 12px;
/*text-decoration: underline;*/
font-weight: bold;
font-style: normal;
}

a.header-link{
	border: 0px;
}

img{
	border-style: none;
}

