/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 10: 2 column 760 PMM Hz
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EDEAD9;
	margin: 0;
	padding: 0;
}
#masthead {
	width: 660 px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	font-size: 0.8em;
	zoom: 1;
	background-image: url(../images/SummersTanning_locations.png);
	background-repeat: repeat-x;
	height: 100px;
}
#navbar_inner {
	width: 660px;
	margin-left: auto;
	margin-right: auto;

}
#navbar_inner2 {
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
}
#columntop {
	clear: both;
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 230px;
	margin-top: 25px;
}
#c2 {
	width: 429px;
	float: right;
	margin-top: 125px;
}
#c1 .content {
	font-size: 0.75em;
	padding-right: 16px;
	padding-left: 35px;
	color: #FFFFFF;
}
#c2 .content {
	color: #FFFFFF;
	font-size: 0.75em;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 660px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
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: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

