/* Global Resetting */
body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

a img{
	border:0;
}
.clear{
	clear:both;
}

a{
	color:#06a6e9;
}

/* Layout CSS */

h2{
	font-size:14px;
}

#header{
	width:800px;
	margin:0 auto;
}
#header #top{
	height:28px;
	text-align:right;
	padding-right:20px;
	color:#FFF;
	line-height:30px;
}
#header #middle{
	height:115px;
	text-align:right;
	padding:35px 15px 0 0;
}
#header #menu{
	height:28px;
	color:#FFF;
	1margin-left:150px;
	float:right;
}
#menu a{
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding:8px 30px;
	float:left;
}
#menu a:hover{
	color:#06a6e9;
}
#menu a.current{
	color:#06a6e9;
}

#content #left{
	float:left;
	text-align:center;
	margin:10px 0 0 0;
}
#content #main{
	float:left;
	padding:20px;
	width:474px;
	
}
#content #main p{
	line-height:22px;
}
#content #main h1{
	display:block;
	border-bottom:1px solid #0489c0;
	color:#0489c0;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {
	padding-bottom: 37px;
	width:800px;
	margin:0 auto;

} 

#footer {position: relative;
	margin-top: -37px;
	height: 37px;
	clear:both;
	background-color:#000;
}
#footer .crank{
	width:780px;
	margin:0 auto;
	color:#FFF;
	line-height:34px;
	text-align:right;
	padding-right:20px;
}
#footer .crank a{
	color:#FFF;
	text-decoration:none;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form {
	margin-left:20px;
	margin-right:20px;
	width:558px;
}
form div.form_style {
	text-align:left;
}
form div.form_style p textarea {
	float:right;
	width:337px;
}
form div.form_style p input {
	float:right;
	width:333px;
}
form div.style_submit {
	clear:both;
	float:none;
	padding:20px 20px 5px;
	text-align:right;
}

