/* -------------- GENERAL ------------- */
* 
{
	margin:0;
	padding:0;
}

/* Set same size for all headers */
h1, h2, h3, h4, h5, h6 
{
	font-weight: normal;
}
h1
{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}


a, a:visited, a:active, a:hover	
{
	color: #D05B72;
	font-weight:bold;
	text-decoration:none;
}
a:hover	
{
	text-decoration:underline;
}


body
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	background-color: #FFF9DF;
	color: #D05B72;
	font-family: arial, hevetica, sans-serif;
}

/* -------------- NAVIGATION ------------- */
	/* hack for centered navigation */
		#nav_spacer_left 
		{
			height: 40px;
			width:50%;
			float:left;
			margin-right:-416px;
		}
		#nav_spacer_left_liner
		{
			margin-right:416px;
			background:url(bg_left.gif); background-repeat:repeat-x;
		}

	#nav_bar
	{
		padding-top: 10px;
		height: 40px;
		width:832px;
		float:left;
		position:relative;
		z-index:10;
		background:url(bg_nav.gif); background-repeat:repeat-x;
	}
	
	/* hack for centered navigation */
		#nav_spacer_right_outer 
		{
			height: 40px;
			width:50%;
			float:right;
			margin-left:-417px;
		}
		#nav_spacer_right 
		{
			height: 40px;
			margin-left:415px;
			background:url(bg_right.gif); background-repeat:repeat-x;
		}
		


#header
{
	clear:both;
	width:832px;
	margin:auto;
	padding-top: 24px;
	padding-bottom: 24px;
}
#content
{
	clear:both;
	width:800px;
	margin: 10px auto;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.9em;
}
#footer
{
	clear:both;
	width:832px; 
	margin: auto;
	text-align:center;
	font-size: 0.8em;
	line-height: 1.5em;

}