@charset "utf-8";
/* SPLASH PAGE - Single Column on White Sheet (600 px wide) */
/*                                                          */
/* This stylesheet sets up the layout and color of the      */
/* splash page text area.                                   */
/*                                                          */
/* To changed font size, color, and text styling see        */
/* style.css                                                */
/*                                                          */
/* The two were separated so you could interchanged the     */
/* content area layout without having to recopy the text    */
/* styling.                                                 */

/*** CONFIGURABLE STYLES ***/
body {
    padding:0;
	margin:0;
}
p {padding: 0; margin: 0;}

/*** DO NOT CHANGE ITEMS BELOW unless you know what you are doing ***/
#box {
	width:625px;
	background:url(r_top.png) top right;
}
#box_shadow_r {
	position:absolute;
	right:0;
	width:17px;
	height:inherit;
	background:url(r_shadow.png) repeat-y right;
}
#box_bottom {
    
}
#top {
	margin: 10px auto 0px auto;
	padding:0;
	background:url(images/top.png) bottom center;
	width:625px;
	height:30px;
}
#middle {
	margin: 0px auto 0px auto;
	padding:0;
	color: #000;
	width:625px;
	background:url(images/mid.png) center repeat-y;
}

#bottom {
	margin: 0px auto 0px auto;
	padding:0;
	background:url(images/bottom.png) top center;
	height:26px;
	width:625px;
}

#content {
	margin:0px 35px 0px 20px;
	color:#000;
}
