/********************************************
   AUTHOR:  			Dawn Sanders
   WEBSITE:   			http://www.urban-digital.com/         	
 *******************************************/
 
/********************************************
   LAYOUT ELEMENTS
********************************************/ 

body {background: #9DC5CD;}
#wrap {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 160px;
	width: 1024px;
}
#content-wrap {
	clear: both;
	width: 780px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left-content {
	width: 27%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#center-content {
	width: 35%;
	background-color: #FFFFFF;
	float: left;
	background-position: center;
	padding-left: 2px;
}
#right-content {
	width: 35%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	background-image:url(images/footer.jpg);
	height: 59px;
	background-position: center;
	background-repeat: no-repeat;
	width: 1024px;
	clear: both;
	text-align: center;
}
#footer .footer-left{
	float: left;
	width: 50%;
}
#footer .footer-right{
	float: right;
	width: 45%;
}

/********************************************
   HTML ELEMENTS
********************************************/ 	
.body {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #E1DCCA;
	text-transform: uppercase;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.headline {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1381AA;
	text-transform: uppercase;
}
.copyright {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.menuitem {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.menuprice {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #E4E4E4;
}
.navbottom {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #E1DCCA;
}



