@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg.gif) repeat-x #262425;
	}

.clear {clear:both;}

img { border:none; }

/* ads vertical scroll bar to all pages to keep center-aligned pages from jumping left or right */
html {
	overflow: -moz-scrollbars-vertical;
	}

#header {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	}
	
#body {
	width:100%;
	background:#ffffff;
	border-top:10px solid #e6e6e6;
	}

#footer {
	width:100%;
	background:url(/images/bg_footer.gif) repeat-x;
	}

.content {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	}

h1 {
	font-size:18px;
	margin-bottom:14px;
	}

p {
	font-size:12px;
	margin-bottom:14px;
	}