div#top
{
	background:url(backgroundTop.jpg) top center no-repeat;
	height:294px;
}
	div#topMenu
	{
		width:752px;
		height:132px;
	}
		div#topMenu ul
		{
			width:140px;
			position:relative;
			left:595px;
			top:5px;
		}
			div#topMenu ul li
			{
				padding:0px 10px;
				float:left;
			}
	
	div#topLogin
	{
		padding:5px 20px;
		height:31px;
	}
		div#topLogin input.submit
		{
			margin-right:70px;
		}
		div#topLogin a
		{
			margin:0px 20px;
		}
	
	div#topMainMenu
	{
		height:50px;
	}
		div#topMainMenu ul
		{
			padding:0px 15px;
			text-align:center;
			
		}
		div#topMainMenu ul li
		{
			display:inline;
		}
		div#topMainMenu a
		{
			float:left;
			padding:17px;
			font-size:12px;
			font-weight:bold;
		}
		div#topMainMenu a:hover
		{
			color:#ffffff;
		}
	
	div#topCheckDomain
	{
		padding:20px 20px 20px 358px;
		height:31px;
		overflow:hidden;
	}
		div#topCheckDomain p.formError
		{
			font-weight:bold;
			color:#ffffff;
			position:relative;
			top:-30px;
			left:-300px;
		}
	
div#content
{
	background:url(backgroundContent.png) repeat-x;
}
	div.white
	{
		width:700px;
		padding:21px;
		background-color:#ffffff;
	}
	div.white p,
	div.white a,
	div.white h1,
	div.white h2,
	div.white li,
	div.white span.bold,
	div.white td,
	div.white th
	{
		color:#333333;
	}
	
	div.white a
	{
		text-decoration:underline;
	}
	div.white a:hover
	{
		color:#A04D17;
	}
	
	div.white p.formError
	{
		border-left:1px solid #cccccc;
		color:#ff0000;
		padding-left:10px;
		margin-bottom:-10px;
	}
	div.white form#form_register p.formError,
	div.white form#form_login p.formError
	{
		margin-bottom:-3px;
	}
	
	form#form_contact input,
	form#form_register input,
	form#form_login input,
	form#form_login textarea,
	form#form_contact textarea
	{
		width:400px;
		margin:3px 0px;
		padding:3px;
	}
	form#form_contact input.submit,
	form#form_register input.submit,
	form#form_login input.submit
	{
		width:100px;
	}
	form#form_register td,
	form#form_login td
	{
		padding:7px;
		text-align:right;
	}

div#downMenu
{
	background:url(backgroundDownMenuBack.jpg);
}
	div#downMenu div
	{
		background:url(backgroundDownMenu.jpg) no-repeat;
		height:43px;
		padding-left:197px;
		width:545px;
	}
	div#downMenu ul
	{
		width:550px;
	}
	div#downMenu ul li
	{
		display:inline;
	}
	div#downMenu a
	{
		float:left;
		padding:13px;
	}
	div#downMenu a:hover
	{
		color:#ffffff;
	}
	

div#footer
{
	background:url(backgroundFooterBack.jpg);
}
	div#footer div
	{
		background:url(backgroundFooter.png);
		height:43px;
	}
	div#footer p
	{
		padding:13px;
	}
	div#footer p#copy
	{
		float:left;
	}
	div#footer p#project
	{
		float:right;
	}
	div#footer p#project a, div#footer p#project span
	{
		font-weight:bold;
	}
	div#footer a:hover
	{
		color:#F8B600;
	}