*
	{
		margin: 0;
		padding: 0;
	}
body
	{
		text-align: center;
		background-color: #fff;
		color: #333333;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		background-image: url(../img/bg.jpg);
		background-repeat: repeat-x;
		font-size: 99%;
	}
h1
	{
	}
h2
	{
	}
p
	{
	} 
a
	{
	}
img
	{
		border: none;
	}
a:hover
	{
	}
#positioning
	{
		margin: 0 auto;
		margin-top: 50px;
		width: 960px;
		text-align:left;
		position:relative;
		background-color: #fff;
	}
#header
	{
		width: 960px;
		height: 123px;
		float: left;
		background-color: #f1eee3;
	}
#nav
	{
		width: 960px;
		height: 27px;
		float: left;
		background-color: #f1eee3;
	}
#nav ul
	{
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
	}
#nav li
	{
		display: inline;
		float: left;
		background: #ff17a3;
		min-width: 105px;
		padding: 5px 10px 5px 10px;
		margin-right: 5px;
		text-align: center;
	}
#nav li:hover
	{
		background-color: #ff73c7;
	}
#nav a
	{
		color: #fff;
		text-decoration: none;
		font-size: 80%;
		font-weight: bold;
	}
#nav a:hover
	{
	}
#left
	{
		width: 396px;
		height: 430px;
		float: left;
		background-color: #fff;
		color: #000;
		padding: 30px 20px 0 20px;
		font-size: 89%;
		overflow: auto;
	}
#right
	{
		width: 524px;
		height: 460px;
		float: right;
		background-repeat: no-repeat;
	}
		
#main
	{
		border-bottom: 10px solid #ff17a3;
		float: left;
	}