﻿/********************* BASICS *********************/



#main {

	background-position: center center;

	margin: 0px;

	background-color: #DBDBDB;

	background-image: url('files/images/site-wide/summer.jpg');

	background-repeat: repeat;

}



p {

	padding: 0px;

	margin: 0px;

}







/********************* LOGO *********************/



#logo-link {

	background-image:url('files/images/site-wide/logo.png');

	display:block;

	width:430px;

	height:120px;

    text-indent:-9999px;

    float:left;

}



#contact-link {

	width: 350px;

	height: 120px;

	float: right;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	text-align: right;

}

#logo-holder {

	padding: 20px 50px 0px 50px;

	background-position: center;

	width: 800px;

	background-image: url('files/images/site-wide/shadow.png');

	background-repeat: repeat-y;

	margin-right: auto;

	margin-left: auto;

}







/********************* SLIDER *********************/



#banner-holder {

	background-position: center;

	margin: auto;

	width: 850px;

	background-image: url('files/images/site-wide/shadow.png');

	background-repeat: repeat-y;

	height: 525px;

	padding-left: 20px;

	padding-right: 20px;

}



#banner {

	width: 850px;

	height: 300px;

	background-image: url('files/images/site-wide/banner-bg.png');

	background-repeat: no-repeat;

}







/********************* MENU *********************/



#menu-holder {

	width: 850px;

	height: 51px;

	float: left;

}







/********************* CONTENT *********************/



#content {

	padding: 20px 50px 0px 50px;

	background-position: center;

	margin: auto;

	width: 800px;

	background-image: url('files/images/site-wide/shadow.png');

	background-repeat: repeat-y;

	height: 610px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#content-inner {

	font-family: Arial, Helvetica, sans-serif;

	width: auto;

}







/********************* FOOTER *********************/



#footer {

	padding: 0px 30px 0px 30px;

	background-position: center;

	margin: auto;

	width: 800px;

	background-image: url('files/images/site-wide/shadow.png');

	background-repeat: repeat-y;

	height: 80px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

#footer-link {

	background-position: bottom;

	background-image: url('files/images/site-wide/footer-logo.png');

	display: block;

	width: 200px;

	height: 56px;

	text-indent: -9999px;

	float: left;

	padding-top: 10px;

	background-repeat: no-repeat;

}

#footer-link-pres {

	background-position: bottom;

	background-image: url('files/images/site-wide/footer-logo-pres.png');

	display: block;

	width: 150px;

	height: 50px;

	text-indent: -9999px;

	float: right;

	padding-top: 10px;

	background-repeat: no-repeat;

}


