* {
	border:0;
	margin:0;
	padding:0;
}

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

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

#main {padding-bottom: 0px;
	float:left;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}


/* CLEAR FIX*/
.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 */

.left {
	float:left;
	padding:0 10px 0 0;
}
.right {
	float:right;
	padding:0 0 0 10px;
}
a {
	color:#01a5ec;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
p {
	padding:0 0 10px;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
height: 100%;
	line-height: 1px;
}


 
	#content, main
	{
		position: relative;
		min-height: 100%;
	}

 

/* body */
html, body {
	background:#0070b8 url('images/background_body.jpg') center repeat-y;
	color:#666;
	height: auto;
	font:12px "Trebuchet ms", Helvetica, sans-serif;
}

/* header */
#header {
	background:#0070b8 url('images/background_header.jpg') center no-repeat;
	height:100px;
	margin:0 auto;
	width:548px;
}
#header h1 {
	color:#fff;
	display:block;
	font:32px "Trebuchet MS",Verdana,sans-serif;
	padding:50px 0 0 25px;
}
.clearfooter {
   height: 4em;
   clear: both;
}
.dent{
padding-left: 25px;
}
#header h1 span {
	color:orange;
}

/* content */
#content {
	margin:0 auto;
	width: 550px;
        height: auto !important;
        height: 100%;
        margin-bottom: -50px;
        position: relative;
}
#content h1 {
	color:#01a5ec;
	font:18px Verdana,sans-serif;
	margin:15px 0 5px 0;
}

#sidebar {
	width:160px;
	float:right;
	padding:15px;
}
#sidebar .navigation {
	list-style:none;
}
#sidebar .navigation li {
	list-style:none;
}

/* footer */
#block{
height: auto;
}

#footer p {
	color:#666;
	line-height:18px;
	padding:7px 0 0
}

/* form elements */
form {
	margin: -6px 0px; 
	padding: 0;
	background: #;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:2px solid lightblue;
	font:12px "Trebuchet ms", Helvetica, sans-serif;
	color:#777;
}
textarea {
	width: 400px;
	padding:2px;
	font:12px "Trebuchet ms", Helvetica, sans-serif;
	border:2px solid lightblue;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font:12px "Trebuchet ms", Helvetica, sans-serif;
	border: 2px solid lightgrey;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}