@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: url(../images/pattern04.jpg) repeat #222;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	margin-top: 35px;
}

#comments {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

#comments a {
	text-decoration: none;
	color: #CCC;
}

#comments a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#header {
	margin: 0 auto;
	margin-top: 35px;
	width: 1000px;
}

#body {
	margin: 0 auto;
	padding: 0 25px 0 25px;
	width: 950px;
	background: url(../images/fade-in.jpg) repeat-x #111;
}

#content {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 350px;
	width: 100%;
}

#menu {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
}

#clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	margin-bottom: 35px;
	padding-top: 15px;
	background: url(../images/fade-out.jpg) repeat-x;
	width: 1000px;
}
