/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
    float: left;
    height: 240px;
    width: 1000px;
    background: #A114FF;
}

#content {
   float: left; 
    background: #FFFFFF;
    width: 1000;
}

#footer {
	height: 30px;
	width: 1000spx;
	background: #FFFFFF;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
}
