body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/web-designs-bk.jpg);
	background-repeat: repeat-x;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	width: 982px;
	background-image: url(../images/san-diego-web-design.jpg);
	background-repeat: no-repeat;
	height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 210px;
}
#columntop {
	clear: both;
	background-image: url(../CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
.floatleft {
	float: left;
	border: 1px none #666;
	padding: 2px;
	background-color: #F0F1E3;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.floatright {
	float: right;
	border: 1px none #666;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	width: 220px;
	font-weight: normal;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFE084;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFFFFF;
	background-color: #5A828E;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-color: #FFB52B;
	padding-top: 30px;
}
#c2 {
	width: 736px;
}
#c1 .content {
	font-size: 0.8em;
	line-height: 1.7em;
	background-image: url(../login.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 16px;
	padding-left: 30px;
}
#c2 .content {
	color: #2A2A2A;
	font-size: 11pt;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
}
h1 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	color: #517681;
	font-weight: lighter;
	line-height: 1.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #6F7C1D;
}
h3 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #9E6813;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7A8270;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #CC6600;
	text-decoration: none;
}
.content a:visited {
	color: #CC6600;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #84A6B0;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #799EA7;
}
#footer a:visited {
	color: #CC6600;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #E7951A;
}
img, a img {
border: 0 none;
}
a {
    outline: none;
}
