* {
	margin: 0;
	padding: 0;
}
body {
	font: 16px/20px Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #F33;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
h1{
	color:#F33;
	text-align:center;
	margin:40px 0 20px;
	line-height:40px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background:#DCDCDC;
	border-left:4px solid #F33;
	border-right:4px solid #F33;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
	background-image:url(images/header.jpg);
	border-bottom:4px solid #F33;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 20px 0 320px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
}
#download{
	display:block;
	width:250px;
	height:80px;
	background:#F33;
	border:2px solid #FFF;
	border-radius:15px;
	margin:40px auto;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#download:hover{
	background:#FFF;
	color:#F33;
	border:2px solid #F33;
}
#download p{
	margin:-72px 0 0 80px;
	line-height:30px;
}
#download img{
	margin-left:-150px;
}
#sideLeft ul{
	margin-left:25px;
	list-style:none;
}
#sideLeft li{
	padding:15px 0 0 110px;
	margin-top:20px;
	height:91px;
	background-image:url(images/marker.jpg);
	background-repeat:no-repeat;
	line-height:30px;
	color:#F33;
	font-size:20px;
}

/* Footer
-----------------------------------------------------------------------------*/
#banner{
	width:800px;
	height:150px;
	margin:20px auto;
	border:4px solid #F33;
	background:#FFF;
}
#banner p{
	font-size:48px;
	color:#F33;
	margin:-140px 0 0 200px;
	line-height:60px;
	text-align:center;
	text-decoration:blink;
}

#footer {
	height: 50px;
	background: #F33;
}
#copy{
	padding:15px 0 0 80px;
	color:#FFF;
}
