@charset "UTF-8";
/* CSS Document for Friendz of Yoga */


#mainContainer {
	width:850px;
	background-color:#FFF;
	margin:auto;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 850px;
	height:176px;
	padding: 0px;
	margin: 0px;
}

#logo {
	width:470px;
	padding:90px 0px 0px 30px;
	float:left;
}

#headContent {
	width: 180px;
	padding: 75px 20px 0px 0px;
	float:right;
}

#nav {
	padding: 0px;
	margin: 0px;
	height: 50px;
	width:850px;
	
	background-color: #EBCF8F;
	background-image:url(images/nav_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
}

#nav a {
	color:#742A0A;
	text-decoration: none;
}

#nav a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

#nav li {
	background-image:url(images/li_border.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	
	padding: 12px 14px 0px 14px;
	list-style: none;
	display: inline;
	float:left;
	
	height:30px;
	
	}
#nav ul {
	margin:0;
	padding-top:7px;
}
#nav ul li.first {
	background-image:none;

	}


#homeContent-left {
	height: 275px;
	width: 450px;
	float:left;
}

#homeContent-right {
	width: 380px;
	height: 235px;
	float:right;
	padding: 40px 20px 0px 0px;
}

#homeContent-right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:130%;
	color:#8C8C8C;
	text-align:left;
}


#mainFeatures {
	width: 850px;
	height: 210px;
	position:inherit;
	padding: 0px;
	margin: 0px;
	background-image: url(images/dropshadow.png);
	background-repeat:repeat-x;
	float:left;
}
	
.itemFeature {
	background-color:#FFFFFF;
	border:1px solid #FCC80C;
	float:left;
	height:160px;
	margin-right:14px;
	padding:15px;
	text-align:left;
	width:240px;
}

.item3Feature {
	width: 230px;
	height: 150px;
	background-color:#FFFFFF;
	padding: 20px;
	border: 1px solid #FCC80C;
	float:left;
	text-align:left;
}

#leftContent {
	width: 80px;
	padding: 40px 0px 20px 20px;
	float:left;
}

#mainContent {
	width: 520px;
	padding: 40px 0px 20px 120px;
	margin: 0px 20px 0px 20px;
	float:left;
}

#rightContent {
	width: 200px;
	padding: 40px 20px 20px 0px;
	float:left;
}

#footer {
	width:830px;
	height:20px;
	background-color:#732906;
	color:#EBCF8F;
	font-size:11px;
	padding:8px 0px 8px 20px;
	text-align:left;
	float:left;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:115%;
	text-align:center;
	
}

p {
	font-size:12px;
	color:#777777;
	text-align:left;
	line-height:16px;
}

p.red {
	color:#742A0A;
}

p.quote {
	color:#BABA23;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 22px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#742A0A;
	font-size:38px;
	margin-bottom:32px;
	margin-top:0;
	text-align:left;
}

h2 {
	color:#BABA23;
	font-size:20px;
	margin-bottom:7px;
	margin-top:0;
	text-align:left;
}

h3 {
	color:#BABA23;
	font-size:16px;
	margin-top:0;
	text-align:left;
}

a {
	color:#777777;
	text-decoration: underline;
}

a.feature {
	text-decoration:none;
	color:#BABA23;
}

a.footer {
	color:#EBCF8F;
	text-decoration:underline;
}

ul.text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#888;
	text-align:left;
	font-size:12px;
}


strong.red {
	color:#742A0A;
}

img.floatLeft {
	float:left;
	margin: 8px 8px 8px 0px;
}

img.floatRight {
	float:right;
	margin: 0px 0px 8px 12px;
}


