@charset "UTF-8";
/* CSS Document */
*
	{
		margin: 0;
		padding: 0;
	}
body
	{
		text-align: center;
		background-color: #fff;
		color: #333333;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
h1
	{
		color: #430154;
		margin-bottom: 15px;
		font-size: 150%;
		font-weight: bold;
	}
h3
	{
		color:#999999;
		font-size: 125%;
	}
p
	{
	} 
a
	{
		text-decoration: none;
	}
img
	{
		border: none;
	}
a:hover
	{
		text-decoration: underline;
	}
#positioning
	{
		margin: 0 auto;
		margin-top: 20px;
		width: 960px;
		text-align:left;
		position:relative;
}
#header
	{
		width: 960px;
		height: 80px;
		float: left;
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
	}
#left
	{
		float: left;
		width: 460px;
		margin: 0;
		padding: 0;
	}
#right
	{
		float: right;
		width: 500px;
	}
#main_right ul
	{
		margin-left: 20px;
		margin-bottom: 10px;
	}
#number
	{
		float: right;
		font-size: 200%;
		margin: 15px 20px 0 0;
		color: #999999;
	}
#nav_top
	{
		margin-right: 20px;
		float: right;
	}
#nav_top ul
	{
		text-decoration: none;
		float: right;
	}
#nav_top li
	{
		display: inline;
		margin-left: 20px;
	}
#nav_top a
	{
		color: #333333;
		text-decoration: underline;
	}
#nav_top a:hover
	{
		text-decoration: none;
	}
#nav
	{
		width: 960px;
		min-height: 35px;
		float: left;
		background-image: url(../img/nav_bg.jpg);
		background-repeat: repeat-x;
		margin: 0 0 10px 0;
		padding: 0;
	}
#nav ul
	{
		list-style: none;
		margin: 0;
		float: left;
	}
#nav li
	{
		display: inline;
		float: left;
	}
#nav a
	{
		color: #333333;
		margin:  0;
		border-right: 1px solid #000;
		padding: 10px 9px;
		background-image: url(../img/nav_bg.jpg);
		background-repeat: repeat-x;
		float: left;
		font-size: 80%;
		font-weight: bold;
	}
#nav a.right
	{
		border-right: none;
		padding-left: 12px;
		padding-right: 12px;
	}
#nav a:hover
	{
		color: #fff;
		text-decoration: none;
		background-image: url(../img/nav_bg_hover.jpg);
		background-repeat: repeat-x;
	}
#main
	{
		width: 960px;
		float: left;
	}
#main_left
	{
		width: 660px;
		height: 446px;
		float: left;
		background-image: url(../img/home_bg.jpg);
		background-repeat: no-repeat;
	}
#main_right
	{
		width: 250px;
		height: 396px;
		float: left;
		background-color: #F5F5F5;
		padding: 25px;
		font-size: 80%;
		overflow: auto
	}
#main_right p
	{
		margin-bottom: 10px;
	}
#main_right li
	{
		margin-bottom: 5px;
	}
#footer
	{
		width: 960px;

		background-image: url(../img/footer.jpg);
		background-repeat: repeat-x;
		float: left;
		margin: 10px 0 5px 0;
		font-size: 75%;
	}
#footer_nav
	{
		width: 960px;
		float: left;
		margin: 0 0 0 0;
		padding: 0;
	}
#footer_nav ul
	{
		list-style: none;
		display: inline;

	}
#footer_nav li
	{
		display: inline;
	}
#footer_nav a
	{
		color: #333333;
		margin:  0;
		padding: 11px 25px 11px 25px;
		float: left;
	}
#footer_nav a:hover
	{
		color: #fff;
		text-decoration: none;
	}
#bottom
	{
		float: left;
		width: 960px;
		font-size: 70%;
	}
#bottom_left
	{
		float: left;
		width: 50%;
		margin-top: 5px;
	}
#bottom_right
	{
		float: right;
		width: 50%;
		text-align: right;
		margin-top: 37px;
	}
#bottom_right a
	{
		color: #333;
	}
		