* {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5 {
margin-top:15px;
margin-bottom:5px;
}
p {
margin-top:5px;
margin-bottom:15px;
}
ul {
list-style-type:none;
}
body {
text-align:center;
}

/* LAYOUT */
#page {
text-align:left;
width:940px;
margin:auto;
}
#main {
	width : 100%;
	margin : 0 0 0 -200px;
	float : right;
	}
#content {
	margin : 0 0 0 210px;
	padding : 10px;
	}
#footer {
	clear : both;
	text-align:center;
	}
#sidebar {
	width : 200px;
	float : left;
}
#sidebar .inner {
margin:5px;
}
/*Style*/
body {
background:url("img/bg.jpg") repeat-x #daeeff;
font-family:"trebuchet MS";
font-size:12px;
color:#373737;
line-height:120%;
}
#header {
background:url("img/header.jpg") no-repeat;
height:202px;
}
#header h1 {
display:block;
margin:0;
text-indent:-5999px;
}
#page {
background:url("img/page.gif") repeat-y;
}
#footer {
background:url("img/footer.gif") no-repeat top #FFF;
padding:30px 0 20px 0;
}
