* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif,;
	color: #333;
	width: 100%;
}
a {
	color: #333333;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

li {
	margin: 0 0 18px
}
h1 {
	color: #999;
}

h2 {
	color: #999;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	text-align:center;
	height: 100px;
	background: #cecece;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 270px 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #FFFFCC;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 0px;
	margin-left: -00px;
	position: relative;
	background: #cecece;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align:center;
	height: 100px;
	background: #cecece;
}