@charset "utf-8";
/* CSS Document */

body{
	background:#b3b3b3 url(images/background.jpg);
	margin:0;
	padding:0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}

#container{
	width:800px;
	margin:auto;
	padding:0 0 20px 0;
}

#header{
	width:800px;
	margin:auto;
	padding:0;
}

#logo{
	height:174px;
	position:relative;
	margin:auto;
	width:340px;
	padding:0;
	z-index:9;
}

#content{
	background:url(images/contentBack.png) repeat-y;
	width:800px;
	margin:-40px 0 0 0;
	padding:50px 0 0 0;
}

#navBar{
	float:left;
	width:162px;
	margin:0 0 0 20px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	list-style:none;
}

#navBar li{
	padding:3px 18px 0 18px;
	margin:0 0 3px 0;
	background:#661e1f;
	height:32px;
	width:124px;
	display:block;
	border:1px solid #c6bb9d;
}

#navBar li a{
	color:#d17a2e;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height:15px;
}

#navBar li a:hover{
	text-decoration:underline;
}

#rightCol{
	width:567px;
	border:1px solid #c6bb9d;
	margin:0 0 0px 195px;
	padding:2px 6px 0px 7px;
}

#mic{
	position:absolute;
	margin:-38px 0 0 473px;
	z-index:8;
}

/**********Footer**********/

#footer{
	font-size:14px;
	color:#303030;
	text-align:center;
	clear:both;
	padding:15px 0 0px 0;
}

#footer a{
	color:#000;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/**********Form**********/

.text{
	width:200px;
	margin:2px 0 5px 0;
}

.textarea{
	width:280px;
	margin:2px 0 5px 0;
	height:120px;
}

label.error{
	color:red;
	font-size:13px;
	margin-left:5px;
}

/**********Flash Player**********/

#flashPlayer{
	margin:-15px 0 5px 0;
}

/**********General**********/

h1{
	font-size:25px;
	margin:0;
	padding:0 0 1px 0;
	color:#661e1f;
	font-weight:normal;
	border-bottom:1px solid #661e1f;
	text-transform:capitalize;
}

h2{
	font-size:19px;
	margin:0;
	padding:0;
	color:#661e1f;
	font-weight:normal;
	text-transform:capitalize;
}

p{
	line-height:24px;
	margin:10px 0 25px 0;
}

img{
	border:0;
}

a{
	color:#000;
}

.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
