html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, sub, sup, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body {
background: #fff;
color: #656464;
text-align: center;
font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
}
:focus {
outline: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}
a {
color: #3590cb;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

html,body {
height: 100%;
}
#wrapper {
	width: 881px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
* html #wrapper { 
height: 100%; 
}

/* HEADER*/
#header{
	height: 275px;
	position: relative;
	background: url(images/header_bg.jpg) left bottom no-repeat;
}
#header h1{
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 1px;
	position: absolute;
	top: 38px;
	left: 30px;
}
#header a{
	font-size: 3.7em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:1px;
	position: absolute;
	top: 0;
	left: 30px;
}
#header a span{
	color: #656464;
}
#header p{
	width: 335px;
	padding-left: 10px; 
	color: #3590cb;
	border-left: 1px dashed #656464;
	position: absolute;
	bottom: 25px;
	right: 5px;
}

/*CONTENT*/
#content{}
#content .main{
	width: 76%;	
	float: right;
	padding: 0 10px 0 5px;
	font-size: 1.2em;
}
#content .main h2{
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 0 10px;
}
#content .main p{
	text-align: justify;
	padding: 7px 0;
}
#content .main .gallery{
	margin: 15px 10px;
	padding: 9px 6px;
	background-color: #000;
}
#content .main .gallery img{
	padding: 0 4px 0;
}
#content .main ul{
	padding: 5px 0;
	list-style: none;
}
#content .main ul li{
	padding: 3px 0 8px;
	background: url(images/marker.gif) 14px 7px no-repeat;
	text-indent: 24px;
}

#content .sideBar{
	width: 22%;
	float: left;
	font-size: 1.1em;
}
#content .sideBar ul{
	list-style-type: square;
	margin: 35px 15px 5px 25px;
}
#content .sideBar ul li{
	font-weight: bold;
	padding: 10px 0;
}
#content .sideBar img{
	padding: 35px 0 0;
}

/*FOOTER*/
#for-footer{
	height: 50px;
	clear: both;
}
#footer {
	width: 881px;
	height: 40px;
	margin: -40px auto 0; 
	background: #000;
	color: #3590cb;
	position: relative;
}
#footer p{
	position: absolute;
	top: 14px;
	right: 13px;
}