#page_body
{
        width:		700px;
        margin:		0 auto;  
        border: 	solid 1px #710005;
}


#content_body
{
	width:		500px;
	float:		left;
	
	padding-left:	5px;
	padding-right:	25px;
	padding-top:	1px;
	padding-bottom:	1px;
	
	color:			#710005;
	font-family:	verdana;
	margin-top:		0px;
	min-height:		400px;
}

a
{
	color:		#710005;
}

a:hover
{
	color:		black;
}

#content_right
{
        width:		175px;
        margin: 	0px 0px 0px 525px;
}

#content_clear
{
	clear: both;
	height: 0px;
}

p
{
	margin:	5px;
}

/************************************* page_header ******************************************/
body
{
        /*some browsers add margins and padding by default, remove them*/
        margin:		0px;
        padding:	0px;
}


#page_header
{
        width:		700px;
        margin:		0 auto;
        
        /* backup method
        
	        position:absolute;
	        width:800px;
	        height:600px;
	        /*visual aid so we can see div border*
	        border:1px solid #000;
	        /* center *
	        left:50%;
	        /*substract half the width of the div (400px in our case) from margin-left*
	        margin-left:-400px;
        */
}

#heading
{
	margin-bottom:	10px;
	padding-left:	68px;
}

#heading_title
{
	float:		left;
	margin-right: 	15px;
}

#heading_image
{
}


#header_links
{
        width:		700px;
}

.header_link
{
	float:		left;	
	/*display:	block;*/
	width:		175px;
	color:		#710005;
	font-size:	11px;
	font-family:	Verdana;
	font-weight:	bold;
	text-decoration:	none;
	text-align:	center;
}

.header_link:hover
{
	background-color:	#710005;
	color:			white;
}

#content_header
{
	margin-top:	15px;
	min-height:	5px;
}

#spacer
{
	height:	15px;
}
/************************************* page_header END **************************************/

/************************************* page_footer ******************************************/


#content_footer
{
	min-height:	5px;
}

#page_footer
{
        width:		700px;
        margin:		0 auto;
	color:		#710005;
	font-size:	9px;
	font-family:	Verdana;	 
	text-align:	center;
}


a
{
	color:		#710005;
}

a:hover
{
	color:		black;
}

.right_image img
{
	border:	solid 1px white;

}

.right_image img:hover
{
	border:	solid 1px #710005;

}

.right_image
{

}



/************************************* page_footer END **************************************/
