/* Inner styles */
@import url("innerstyles.css");

/* menubar styles */
@import url("menubar.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%;
	}
br.left {clear: left;}
br.right {clear: right;}
br.both {clear: both;}

h1 {
	font-size:14px;
	color:#fff;
	padding-bottom:5px;
	}
h2 {
	font-size:22px;
	color:#d94b82;
	padding-top:10px;

	}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505153;
	/*line-height:18px;*/
	}
#wrapper {
	width:900px;
	margin:0 auto;
	/*overflow:hidden;*/
	}
#header {
	clear:both;
	overflow:hidden;
	height:auto;
	padding:7px 10px 0 0;
	margin:0 auto;
	}
#content {
	clear:both;
	overflow:hidden;
	margin:10px auto;
	width:900px;
	background:url(../images/content_bg.jpg) repeat-y left top;
	}
#footer {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:5px;
	background:url(../images/footer-bg.jpg) no-repeat left top;
	}
