@charset "utf-8";
/*-----------------RESET ALL---------------------*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, table, td, tr, th { 
margin: 0; 
padding: 0; 
border: 0; 
}

/* -------------------LAYOUT--------------------------- */
body{
	background-color: #e1d6ba; 
	background-image:url(../img/uc_background.gif); 
	background-repeat:repeat-x;
	margin:0px; 
	padding:0px;
	text-align:center;
}
		
#container{
	width:800px;
	margin:0px auto; 
	text-align:left; 
	padding-left:0px; 
	padding:10px;
	position: relative;
}
		
#header{ 
	width:800px; 
	height:116px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 100;
}
#header img {
	position: relative;
	top: -3px;
}	
#main{
	position: absolute;
	top: 126px;
}
		
#content{
	width:650px; 
	background-color:#D7CA81; 
	height:400px; 
	float:left; 
}
#content img {
}
#navigation {
	width:110px; 
	height:100px; 
	margin-right:10px; 
	margin-left:10px; 
	float: left;}
#navigation a {
	width:110px;
	text-align: right;
	font: bold .9em/30px Georgia, "Times New Roman", Times, serif;
}	
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #D7CA81;
	text-decoration: none;
	text-align: right;
	}		
#navigation a:hover {
	color: #000;
}
#info{
	width:120px; 
	background-color:#D7CA81; 
	height:270px; 
	margin-right:10px; 
	margin-left:10px; 
	float:left; 
	text-align:center;
}
		
#footer{
	text-align: center;
	margin-top: 10px;
	width:650px; 
	height:100px;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	top: 520px;
}
#footer img {
	margin: 12px 20px;
}		
#chef{
	/*
	background-image:url(../img/uc_chef.png); 
	background-repeat:no-repeat; 
	*/
	height:244px; 
	width:155px; 
	position:absolute;
	margin-left:725px; 
	top:370px;
}

#contact {
	/*background-color: #b5aa6d;*/ 
	height:320px; 
	/*border: 3px double #000;*/
	text-align: center;
	margin: 30px auto;
	padding: 10px;
}
#contact p {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
  border: none;
}

/* -------------------FONT--------------------------- */
body{ 
	font-family:Arial, Helvetica, sans-serif;
}

	
#headerText{ color:#FFFFFF;

}
		
p.side_header{ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:16px; 
	font-weight:bold;
	text-align:center;
	/*margin-top: 15px;*/
}
		
.side_content{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:center;
	clear: left;
	margin-bottom: 10px;
}
.gap {
	margin-bottom: 10px;
}	

span.side_content:last-child {
	} 
		
a.link{ 
	background-color:#892D1E; 
	color:#D7CA81; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

/*#contact{
	width: 580px;
	font-size:14px;
}*/

span.contactPerson{ 
	font-weight:bold;
}
.right {
	float: right;
}
.newline {
	clear: both;
}
.center {
	text-align: center;
}
		
.phonenum {
	font-size: 20px;
}
.brown {
	color: #892d1e;
}
a.pdf {
	padding-left: 20px;
	background: url(../img/page_white_acrobat.png) no-repeat left center;
	text-decoration: none;
}
a.pdf:link {
	text-decoration: none;
	background: url(../img/page_white_acrobat.png) no-repeat left center;
}
a.pdf:hover {
	color: black;
	text-decoration: none;
	background: url(../img/page_white_acrobat.png) no-repeat left center;
}
