* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #1AA3F7;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #5BD5FE;
	text-decoration: none;
}
p {
	margin: 0 0 18px;
        text-indent: 25px;
}
ul {
        text-indent: 25px;
}
img {
	border: none;
        margin: 0px 5px 0px 0px;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
        font-family: gabriola;
        font-size: 22px;
          
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
        margin: 0px 0px 0px -3px;
}
#content {
	padding: 0 0 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #FFF;
}

.sidebar_menu {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:3px;
} 
.sidebar_menu a{
	text-decoration:none;
        color:#ff;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;
	position: relative;
	font-size:9px;
}
#footer copyright {
	position:relative;
	width:200px;
	margin-left:50%;
}