/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

a:link {color: #CC0000}     /* unvisited link */
a:visited {color: #003399}  /* visited link */
a:hover {color: #CC0000}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #00308F;
 background-image: url(images/bkg_fill.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
	background: url(faux-3-2-col.gif);
	margin-bottom: 10px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #333;
	width: 902px;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	background: #003399;
}
#leftcolumn {
	display: inline;
	color: #003399;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
}
.clear { clear: both; background: none; }
.body_list {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
.body_heading {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}


.body_copy {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.bottom_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
	
.bold_red {
	color: #CC0000;
	font: bold;
}
.text_copy_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.body_list_blue {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
}
.text_restaurants {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.body_list_red {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
