﻿/*
   css
	  
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	background-color: #C0C0C0;
}
#header {
	width: 960px;
	float: left;
	height: 144px;
	background-color: #FFFFCC;
}
#navigation {
	float: left;
	width: 960px;
	background-color: #F7F7F7;
}
#insidewrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	float: left;
	background-color: #9BB6CA;
}
#leftcolumn {
	height: auto;
	width: 195px;
	float: left;
	background-color: #9CB5CA;
}
#content {
	float: left;
	padding: 10px;
	height: auto;
	width: 550px;
	display: inline;
	background-color: #FFFFFF;
}
#rightcolumn {
	height: auto;
	width: 195px;
	float: left;
	background-color: #9BB6CA;
}
#footer {
	width: 960px;
	float: left;
	background-color: #C0CDD4;
}
.footer_white_ctr {
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
}
.p_align_center {
	text-align: center;
}
.daves {
}
.photo_no_border {
	border-width: 0;
}
.noline {
	text-decoration: none;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.table_ctr {
	margin: 0px auto 0px auto;
}
.large_bold {
	font-size: large;
	font-weight: bold;
}
.bold_med {
	font-size: medium;
	font-weight: bold;
}
.white_link_text {
	color: #FFFFFF;
	text-decoration: underline;
}
.blue_back_bold {
	font-size: small;
	font-weight: bold;
	background-color: #CCCCFF;
}
.p_bmcenter {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.photo_border_blk {
	border: 1px solid #000000;
}


