/* @override 
	http://front.greenearthwear.com/stylesheets/content.css
	http://greenearthwear.com/stylesheets/content.css
*/

html {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #000;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #a7cbdc;
}

h1 {
	font-size: 25px;
	color: #5f5f5f;
}

h2 {
	font-size: 18px;
	color: #5f5f5f;
}

h3 {
	font-size: 16px;
	color: #5f5f5f;
}

a {
	color: #7f1f20;
}
a img {
	border-style: none;
}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 774px;
	background:url(/images/shadow.png) repeat-y -9px;
}

#header{
	height: 80px;
	background-color:#F5F7EC;
	margin-right: 14px;
	margin-left: 11px;
}
#banner{
	margin-right: 14px;
	margin-left: 11px;
}
#header img{
	position: relative;
	left: 20px;
	top: 10px;
}
#content {
	margin-left: 50px;
	margin-right: 30px;
	margin-top: -40px;
	min-height: 500px;
}
#content img {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}
#footer{
	height: 80px;
	background-color:#F5F7EC;
	margin-left: 11px;
	margin-right: 14px;
	padding: 0px;
}

#footer ul{
	list-style: none;
	text-align: right;
	padding-top: 33px;
}

#footer ul li{
	display: inline;
	padding-right: 50px;
}

#footer ul li a{
	text-decoration: none;
}
#footer a img {
	float: left;
	padding:5px ;
	border-style: none;
}
#side_content {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 290px;
	height: 280px;
	/*background: url(images/dashed_lines.jpg) no-repeat;*/
	float: left;
	position: relative;
	top: -20px;
	left: 20px;
	background-color:#F4F5E8;
}
#side_content h2{
	padding-top: 10px;
	padding-left: 20px;
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#side_content p{
	padding-right: 20px;
	padding-left: 20px;
	font: .8em Georgia, "Times New Roman", Times, serif;
	color:#888;
	background-position: 0 20px;
}
#side_content img {
	position: relative;
	margin-left: -20px;
	top: 10px;

}

/* @group Nav */

/* @group Nav */

#top_nav ul li{
	list-style-type: none;
	display: inline;
	position: relative;
	
	top: -30px;
    padding-left: 550px;
}

#top_nav a{
	text-decoration: none;
	color: #838383;
	font-size: 18px;
}
#top_nav{
	text-align: center;
	margin:0 auto;
}
#top_nav a:hover{
	color: #555;
}

/* @end */

#nav ul li{
	list-style-type: none;
	display: inline;
	padding-right: 50px;
	position: relative;
	top: -60px;
}

#nav a{
	text-decoration: none;
	color: #838383;
	font-size: 18px;
}
#nav{
	text-align: center;
	margin:0 auto;
}
#nav a:hover{
	color: #555;
}

/* @end */

/* @group content */

#main_content {
	position: relative;
	float: left;
	width: 420px;
	height: 340px;
	top: -25px;
	left: 40px;
	
}
div#main_content div.heading{
	width: 420px;
}
div#main_content div.text{
	float: left;
	width: 119px;
	color: #888;
}

#main_content img{
	float: left;
}
#main_content h2 {
	color: #7AA32D;
	font-size:1.6em;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* @end */
div.clear {
	clear: both;
}
