/* Inner styles */
@import url("innerstyles.css");

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,
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-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background:#4d4948 url(../images/page_bg.gif) no-repeat center 50px;
	padding:25px 0;
	color:#232323;
	font-size:13px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1280px;
	margin:0 auto;
	background:#fff;
	clear:both;
	overflow:hidden;
}
#posts { display:none; }
#header {
	width:1230px;
	height:222px;
	margin:0 auto;
	overflow:hidden;
}
#content {
	width:1230px;
	margin:0 auto;
	padding:0 0 30px 0;
	clear:both;
}
#footer {
	width:1280px;
	padding-top:10px;
	font-size:12px;
	margin:13px 0 0 0;
	color:#ddd9d8;
	background:#4d4948;
	/*border-top:1px solid #e9e9e9;*/
}

a {	text-decoration:none;}
.float_l { float:left;}
.float_r { float:right}

