

body{
	margin				: 0 auto 0 auto;
	background-image	: url('backgroundwood.jpg');
	font-family: verdana;
	font-size: 12px;
	height:100%; 

}

.globalblock{
	width				: 800px;
	margin				: 0 auto 0 auto;
}

.top{
    width: 800px;
    height:124px;
    background-image	: url('header3.gif');
}

.topxmas{
    width: 800px;
    height:135px;
    background-image	: url('xmas.jpg');
}

.main{
    width: 800px;
    background-color: white;
    margin-top: 30px;
    padding-top: 2px;
	height:100%;
}

.mainheaderimage{
    width: 800px;
    height:135px;
    background-image	: url('collage.jpg');
}

.sandwichheader{
    width: 800px;
    height:135px;
    background-image	: url('sandwich-header.jpg');
}

.eveningheader{
    width: 800px;
    height:135px;
    background-image	: url('evening-header.jpg');
}

.lunchheader{
    width: 800px;
    height:135px;
    background-image	: url('lunch-menu.jpg');
}

.functionheader{
    width: 800px;
    height:135px;
    background-image	: url('function-header.jpg');
}

.buffetheader{
    width: 800px;
    height:135px;
    background-image	: url('buffet-header.jpg');
}

.conferenceheader{
    width: 800px;
    height:135px;
    background-image	: url('conference.jpg');
}

.contactheader{
    width: 800px;
    height:135px;
    background-image	: url('contact.jpg');
}

.accheader{
    width: 800px;
    height:135px;
    background-image	: url('acc-header.jpg');
}

.event-header{
    width: 800px;
    height:135px;
    background-image	: url('events.jpg');
}

.jobs-header{
    width: 800px;
    height:135px;
    background-image	: url('jobs.jpg');
}

.navigation{
    width: 800px;
    height: 34px;
    background-image	: url('bgnav.jpg');
    background-repeat:repeat-x;
    text-align: center;
    padding-top: 7px;
}
.navfont{
    font-family:verdana;
    font-size:11px;
    font-weight:700;
    color:#203264;
}

.maincontent{
    width: 800px;
    background-color: white;
	height: 100%;
}


.footer{
	width:800px;
	height: 25px;
	text-align:center;
    font-family:verdana;
    font-size:11px;
	background-color: white;
}

A:link {text-decoration: none; color: #203264;}
A:visited {text-decoration: none; color: #203264;}
A:active {text-decoration: none;  color: #203264;}
A:hover {text-decoration: underline; color: red;}


.menuleft{
	float:left;
	font-size:14px;
	width: 200px;
		height: 100%;
	margin-left:20px;
}

.rightcontent{
	
	width: 400px;
		height: auto;
	float: left;
}

.clean-gray{

border:solid 1px #DEDEDE; 
background:#EFEFEF;
color:#222222;
padding:4px;
text-align:center;
}

.dashedline{
width: 150px;
height: 2px;
border-top: 2px dashed #213164;
margin-top:5px;
}
