	/*----Clear-----*/
	.clearboth { clear: both; }
	
	html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset
	{
		margin: 0;
		padding: 0;
	}
	
	/*=Layout----*/
	body
	{
		text-align: center;
		background-image: url(../images/blue_bg.gif);
		background-repeat: repeat-x;
	}
	
	#main
	{
		width: 751px;
		margin: 0 auto 0 auto;
		background-color: #000;
		text-align: center;
	}
	
	#content
	{
		width: 639px;
		text-align: center;
		background-color: #fff;
		margin: 0 6px 0 6px;
		padding: 0 50px 0 50px;
		border-top: #000;
		border-width: 6px 0;
		border-style: solid none none none;
	}
	
	#b_left
	{
		background-image: url(../images/bottom_left.gif);
		background-repeat: no-repeat;
		float: left;
		height: 70px;
		width: 23px;
	}
	
	#b_right
	{
		background-image: url(../images/bottom_right.gif);
		height: 70px;
		width: 23px;
		background-repeat: no-repeat;
		float: left;
	}
	
	#footer
	{
		width: 705px;
		height: 58px;
		background-color: #426FC3;
		border-bottom-width: 6px;
		border-bottom-style: solid;
		border-bottom-color: #000;
		float: left;
		border-top-width: 6px;
		border-top-style: solid;
		border-top-color: #000;
	}
	
	p
	{
		text-indent: 1.5em;
		text-align: left;
		text-decoration: none;
		color: #333;
		font-family: ariel, helvetica, sans-serif;
		font-size: small;
		padding: 0 0 15px 0;
	}
	
	h1
	{
		text-align: left;
		text-decoration: none;
		color: #333;
		font-family: century gothic, trebuchet, ariel, helvetica, sans-serif;
		font-size: x-large;
		padding: 0 0 15px 0;
	}
	
	h2
	{
		text-align: left;
		text-decoration: none;
		color: #333;
		font-family: century gothic, trebuchet, ariel, helvetica, sans-serif;
		font-size: medium;
		padding: 0 0 15px 0;
	}