@charset "UTF-8";

@import url("reset.css");
@import url("header.css");
@import url("content.css");
@import url("sidebar.css");
@import url("footer.css");


/* BODY Layout & Formating
----------------------------------------------- */
body {
	height: 100%;
	margin: 0;
	background: #950000 url(../images/bg.jpg) repeat-x;
	color: #444;
	text-align: center;  /* ie */
	font-size: 13px; 
	font-family: georgia, serif;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a img {
	border-width: 0;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
	display: none;
}
