/*
 * Common Style Sheet for all of oncampusbooking.com
 */

body
{
	font-family: Georgia, Verdana, Lucida, Times, serif;
	font-size: 12px;
	color: #333; /*#666;*/
	background-color: #cd3528;
}

h2
{
	margin: 0px 0px 0px 0px;
	color: #000;
}

#content
{
	background-color: #fff;
	position:absolute;
	left:50%;
	margin-top: 10px;
	margin-left:-400px;
	width:800px;
	border: 1px solid #000;
}

#title
{
	width: 800px;
	height: 300px;
	background-image: url("../images/ONCAMPUS_BOOKING_HI.jpg");
	background-repeat: no-repeat;
	font-size: 1px;
	color: #fff;
}

#menu
{
	margin-left: 200px;
	margin-top: -10px;
}

#left-column
{
	float: left;
	width: 300px;
	margin-top: 15px;
	padding: 1em;
}

#right-column
{
	margin-top: 15px;
	margin-left: 325px;
	padding: 1em;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
	border-top: 1px solid #000;
}

#footer a
{
	color: #000;
	text-decoration: none;	
}

#footer a:hover
{
	color: #cd3528;
	text-decoration: underline;
}

/*
* MENU LINKS
*/


#menu-nav
{
margin:0px 0px 0px 0px;
letter-spacing: 2px;
text-align: left;
font-size:12px;
font-weight:demi-bold;
line-height: 12px;
}

#menu-nav ul
{
margin: 0;
padding-left: 0;
white-space: nowrap;
}

#menu-nav li
{
display: inline;
list-style-type: none;
padding-right: 2px;
}

#menu-nav a
{
color: #cd3528; 
text-decoration:none;
font-weight: bold;
}

#menu-nav a:hover
{
color: #000;
text-decoration: underline;
}

/*
* END OF MENU LINKS
*/