/* Deekstar Designs Template */

body {
	background: #ddd;
	margin: 0;
	text-align: center;
	bottom: auto;
}
#container {
width: 900px;
margin: 35px auto;
float: center;


}
#header {
background: #fff;
width: 100%;
height: 250px;
padding-top: 0px;
}
#content {
background: #6a7da8;
float:center;
width: 900px;
text-align: left;

}
#sidebar {
background: #6a7da8;
float: left;
width: 220px;
}
