/* Main Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#262626;
	background: url(images/header-bg.gif) repeat-x;
	text-align: center;
	margin:0;
}
#wrapper {
	text-align: left;
	width:900px;
	margin: auto;
	background: url(images/header-img.jpg) top right no-repeat;
}
#logo{
	margin:0;
}
#header {
	height:194px
}
#menu {
	text-align:left
}

.content_wrapper {
	padding:30px 0 10px;
}
#left_column {
	width: 200px;
	float: left;
}
#right_column {
	width: 640px;
	float: right;
	padding-left:30px;
	border-left:1px solid #ccc;
}

/* Style */
h1 {
	font:bold 28px "Times New Roman", Times, serif;
	margin:0;
	margin-bottom:20px;
}

h2 {
	font:24px "Times New Roman", Times, serif;
	margin:0;
	margin-bottom:20px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	margin:0;
}

.dividerH {
	float: none;
	height:15px;
}

p {
	line-height: 18px;
	margin:0;
	margin-bottom:20px
}

ul{
	margin:0;
	padding:0;
	padding-left:20px;
	margin-bottom:20px;
}
li{
	margin:0;
	padding:0;
	line-height:18px
}

#embed-wrapper{
	margin-bottom:20px;
}

.left{
	float:left;
	width:300px;
	text-align:center
}
.embed{
	float:right
}
.underline{
	text-decoration:underline
}

.blocks {
	clear: both;
	font-size: 1px;
}

form{
margin:0;
}

.input {
width: 180px;
margin-bottom:5px;
}

textarea{
width:180px;
height: 80px;
overflow:auto;
margin-bottom:10px;
} 

.label{
font:bold 12px Arial, Helvetica, sans-serif;
padding-bottom:2px;
}

.red {
color:#ff0000;
font-weight:bold
}

#footer {
	font-size: 12px;
	color: #eee;
	text-align:center;
	padding:15px 0;
	margin-top:20px;
	background: url(images/footer-bg.gif) repeat-x;
}

#footer a{
	color: #fff;
	padding:0 3px;
	text-decoration:none;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}