/* 

  -------------------------------------

  Curvitude by Project Seven Development

  www.projectseven.com

  Layout 06: 2 column basic nav

  -------------------------------------

*/



body {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #808080;
	margin: 0;
	padding: 0;
}

#masthead {

	background-color: #FFFFFF;

	color: #999999;

	margin: 12px auto 0 auto;

	width: 987px;

}

#logo {
	padding: 0px;
}

#columntop {
	clear: both;
	background-image: url(../img/top_2.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

#columnwrapper {
	margin: 0 auto;
	width: 987px;
	background-image: url(../img/middle_2.jpg);
	background-repeat: repeat-y;
}

/*NavBar*/

#nav_wrapper {
	font-size: 1em;
	margin: 20px 0px 0px 5px;
	width: 232px;
}



#navbar {

	margin: 0px;

	padding: 0px;

}

#navbar li {

	list-style-type: none;

}

#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #FFE084;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCCCCC;
	background-color: #000;
}



#c1, #c2 {

	float: left;

}

#c1 {

	width: 239px;

}

#c2 {
	width: 736px;
	/*background-image: url(../img/back2_1.gif);
	background-repeat: no-repeat;*/
	padding-top: 0px;
	background-position: 50% 50%;
}

#c1 .content {

	font-size: 0.8em;

	padding: 16px 28px 16px 34px;

}

#c2 .content {
	color: #333;
	font-size: 1em;
	padding: 16px 35px 16px 55px;
	line-height: 1.6em;
}

#c2 .content2 {
	color: #333;
	font-size: 0.8em;
	margin-top: -10px;
}

 #c2 .content .movie {
	padding: 0;
	margin: 0;
	width:650px;
	height: 140px;
	background-image:url(../PHOTO/FAUX/FLASH/faux_1_intro.jpg);
 }


h1 {

	font-size: 1.2em;
	letter-spacing: 0.2em;

}

h2 {

	font-size: 1.1em;
	letter-spacing: .2em;

}

h3 {

	font-size: 0.9em;
	letter-spacing: .3em;

}

.topZero {

	margin-top: 0;

}

.top40 {
	margin-top: 40px;
	text-align: center;
	font-style: italic;
}

.marginleft {
	margin-left: 20px;
	text-align: center;
}

#columnbottom {
	clear: both;
	background-image: url(../img/bottom_2.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

#footer {
	margin: 0px auto;
	font-size: 0.9em;
	width: 987px;
}

#footercontent {

	padding: 14px;

}

/*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;

}

.top20 {
	margin-top: 20px;
}

.img1 {
	float: left;
	padding: 8px 20px 10px 0px;;
}

.img2 {
	float: right;
	padding: 7px 0px 3px 10px;;
}

.img3 {
	border: 1px solid #333;
}

.slideart {
	margin: 0 auto;
}

.contact {
	font-size: 1em;
	letter-spacing: 0.5em;
	margin-top: 30px;
	margin-left: 20px;
}

.share {
	margin-top: 50px;
}

