html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**ENDRESET**/
body{
	background:#ebdeaa url('repeat.png') repeat-x;
	font-family: sans-serif;
	font-size:18px;
}


#container{
	float:left;
	background:#d82b27;
	width:970px;
	}
	
	
#sidebar{
	float:left;
	background:#d82b27;
	width:200px;
	font-family:Century Gothic;
	font-weight:bold;
	min-height:780px;
	}
#sidebar ul{
	width:150px;
	margin:30px;
	}
#sidebar li{
	margin:20px 0 0 0;
	}
#sidebar a{
	color:#edc01f;
	text-decoration:none;
	}
#sidebar a:hover{
	color:#ebdeaa;
	}
	
	
#header{
	float:left;
	height:220px;
	width:770px;
	background:#ebdeaa url('header.png');
	}
#logo{
	float:left;
	width:200px;
	height:200px;
	background:#d82b27 url('logo.png');
	}
	
	
#content{
	float:right;
	background:#ebdeaa;
	width:760px;
	padding-left:10px;
	min-height:780px;
	}
#content p{margin:0 0 1em 0;}
img.floatLeft{float:left;}
img.floatRight{float:right;}


#footer{
	width:760px;
	background:#ebdeaa url('footer.png');
	height:220px;
	}
