/*
Created by Brad Grier of ColdTree Creative
*/

/*
Colors
Black - HTML: 000000
White - HTML: FFFFFF
Pink - HTML: ED0080
Blue - HTML: 6DCFF6
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
 background-color: #ebe4df;
 text-align: center;
}
div {
text-align: left;
}
p {
	color: black;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#wrapper {
 padding-top: 30px;
 margin-right: auto;
 margin-left: auto;
 width: 900px;
}
#header {
 float: right;
 border-bottom-style: none;
 text-align: left;
 background-repeat: no-repeat;
 width: 900px;
 height: 100px;
}
#left_header {
	padding-left: 35px;
	float: left;
	width: 400px;
}
#left_header img {
 text-align: left;
}
#right_header {
	padding-right: 10px;
	background-position: 0 60px;
	display: inline;
	float: right;
	width: 450px;
}
#right_header p {
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: black;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#menu_bar {
	padding-right: 15px;
	padding-top: 10px;
	text-align: right;
	border-color: #1c9f82;
	border-style: solid;
	border-width: 1px;
	clear: both;
	background-color: #025744;
	height: 35px;
	width: 885px;
}
#menu_bar li {
text-transform: uppercase;
font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
color: #1c9f82;
border-right-color: #1c9f82;
border-right:1px solid;
padding-left: 5px;
font-size: 13px;
display:inline;
padding-right: 10px;
}
#menu_bar li.last {
border-right-style: none;
font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
color: #1c9f82;
font-style: normal;
font-weight: normal;
padding-left: 5px;
font-size: 13px;
display:inline;
padding-right: 10px;
}
#menu_bar a {
text-decoration: none;
color: #ebe4df;
}
#menu_bar a:hover {
text-decoration: none;
color: #1c9f82;
}
#content { 
 background-image: url(../art/content-background.jpg); 
 border-bottom-color: #1c9f82; 
 border-left-color: #1c9f82; 
 border-right-color: #1c9f82; 
 border-bottom-style: solid; 
 border-left-style: solid; 
 border-right-style: solid; 
 border-right-width: 1px; 
 border-left-width: 1px; 
 border-bottom-width: 1px; 
 height: 600px; 
 clear: both; 
 width: 900px;
}
#content p {
	color: black;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#content a {
	text-decoration: none;
	color: #025744;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#content a:hover {
	text-decoration: none;
	color: #1c9f82;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#content_left {
	padding-right: 15px;
	float: left;
	padding-left: 50px;
	padding-top: 110px;
	width: 380px;
}
#content_left img {
	margin-top: 15px;
	border-color: #1c9f82;
	border-style: solid;
	border-width: 1px;
}
#content_left p {
	line-height: 20px;
	padding-top: 10px;
	color: black;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#content_left h1 {
	padding-bottom: 5px;
	border-bottom-color: #1c9f82;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#content_right {
	padding-left: 15px;
	padding-right: 50px;
	display: inline;
	float: right;
	padding-top: 160px;
	width: 380px;
}
#content_right img {
	border-color: #1c9f82;
	border-style: solid;
	border-width: 1px;
}
#content_right p {
	line-height: 20px;
	padding-top: 10px;
	color: black;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
#copyright {
font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
 padding-top: 15px;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 font-size: 12px;
 color: #c4bdb7;
 width: 850px;
}
#copyright a {
text-decoration: none;
font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
 padding-top: 15px;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 font-size: 12px;
 color: #c4bdb7;
 width: 850px;
}
#copyright a:hover {
	text-decoration: none;
	color: #1c9f82;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}
