@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../images/about/background-1.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#d9e7ee;
}

li {
	list-style-type:none;
}
#container {
	width: 979px;
	height: 750px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container #header {
	padding: 0px;
	height: 180px;
	width: 979px;
}
#container #content {
	width: 373px;
	margin-left: 522px;
	top: 380px;
}
#container #copy {
	font-size: 13px;
	line-height: 22px;
	color: #552d0e;
	width: 400px;
	position: absolute;
	top: 629px;
	left: 245px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container #left-sidebar {
	left: 112px;
	position: absolute;
	width: 207px;
	height: 527px;
	top: 202px;
	background-image: url(../images/about/sign-about.png);
	background-repeat: no-repeat;
}
#container #right-sidebar {
	left: 359px;
	position: absolute;
	width: 552px;
	top: 202px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;	
}

#container #right-sidebar a {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;
	text-decoration: underline;
}


#container #footer {
	font-size: 10px;
	color: #508da4;
	width: 207px;
	position: absolute;
	top: 700px;
	left: 112px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
}

ul#follow{
	list-style: none;
	width: 100px;
	left: 135px;
	position: absolute;
	top: 470px;
	
	}
	ul#follow li {
		display: inline;
		float: left;

	}
	
ul#followBody{
	list-style: none;
	width: `562px;
	left: 1px;
	position: absolute;
	top: 37px;
	height: 45px;
	}
	ul#followBody li {
		display: inline;
		float: left;

	}

.italic{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
}

.imagefloat {
	clear: left;
	float: right;
	margin-left: 10px;
	height: 270px;
	width: 180px;
	margin-top: 5px;
}

#email .form-label {
width:110px;
}
#email label {
color:#562E0D;
font-size:12px;
}
#email .form-buttons {
margin-left:115px;
}
#email .formError {
	color:#562E0D;
	margin:5px 0 0;
	padding:10px 0 0 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/about/errow-arow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#email .text_field {
	border:0 none;
	color:#bc6545;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:14px;
	width:240px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/about/text_field_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#email .text_area {
	border:0 none;
	color:#bc6545;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:136px;
	width:240px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/about/text_area_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.field h3, .form h3 {
	color:#562E0D;
	font-size:24px;
	font-weight:normal;
	margin:10px 0;
	padding:0 0 5px;
	font-family: "Trebuchet MS";
}
.form form {
padding:10px 0 0;
}
.form-item {
clear:both;
margin-bottom:10px;
padding:0;
}
.form-item .form-label {
	float:left;
	width:90px;
	font-size:12px;
	line-height:25px;
	font-family: "Trebuchet MS";
	color:#562E0D;

	}

.form-item .form-label label {
	color:#562E0D;
	cursor:pointer;
	font-size:12px;
	line-height:25px;
	font-family: "Trebuchet MS";

}

h3 {
	color:#562E0D;
	font-size:20px;
	font-weight:normal;
	margin:10px 0;
	padding:0 0 5px;
	font-family: "Trebuchet MS";
}
