body
{
	text-align: left;
	/*
	width: 975px;
	margin: auto;
	*/
	background: #FBF9ED url('../img/skin/bodybg.png') repeat-x;
	margin:0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6
{
	color: #090;
}

div#head 
{
	margin: 0 auto;
	width: 975px;
	height: 100px;
	/*background: url('../img/skin/head.png');*/
	font-size: 70px;
	color: #fff;
	line-height: 100px;
}

div#head .menu
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	line-height: 100px;
	color: #fff;
	text-align: right;
	height: 100%;
}

div#head .menu a
{
	color: white;
	text-decoration: none;
}

#head .menu ul
{
	padding: 0;
	margin: 0;
}

#head .menu li
{
display: inline;
list-style-type: none;
background: #0E4DAB;
padding: .1em .3em;
margin: 0 0 0 .3em;
-moz-border-radius:5px;
-webkit-border-radius:5px;

border: 1px solid #0E4DAB;
}

#head .menu li:hover
{
	border: 1px solid white;
}

div#body
{
	margin: 0 auto;
	width: 975px;
	/*background: #FBF9ED url('../img/skin/bodybg.png') repeat-x;*/
		
}

div#footer
{
	/*width: 100%;*/
	background: #0E4EAD;
	border-top: #000099 solid 1px;
	color: #eee;
	padding: .5em;
	font-size: 85%;
}


div#footer a {
	color: #eee;
	text-decoration: none;
}


div.content
{
	border: 1px solid #CDC8B4;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: #fff url('../img/boxbg.png') repeat-x bottom;
	margin: 2em 0;
	padding: .5em 2em;
}

div.bigButton
{
	border: 1px solid #194719;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #56A110;
	margin: 2em auto;
	font-size: 160%;
	color: #fff;
	width: 250px;
	text-align: center;
	padding: 1em;
}

div.bigButton a
{
	color: #fff;
	text-decoration: none;
}

input[type=text],input[type=password],select,textarea {
	color: #1111aa;
	background: #fff url(../img/bgInput.png) repeat-x center top;
	padding: .2em;
	border: 1px solid #aaa977;
	font-family: Georgia, Times New Roman, Times, serif;
}

input.chatUrl
{
	border: none;	
	background: none;		
}

input.big
{
	font-size: 150%;
}


/*** BOXES ***/
div.infoBox,div.errorBox,div.okBox {
	margin: 1em;
	text-align: left;
	padding: 1em 1em 1em 45px;
}

div.infoBox {
	background: #fce94f url(../img/infoBox.png) 4px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

div.errorBox {
	background: #fce94f url(../img/errorBox.png) 4px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

div.okBox {
	background: #8ae234 url(../img/okBox.png) 4px 50% no-repeat;
	border-top: 2px solid #4e9a06;
	border-bottom: 2px solid #4e9a06;
}

td, th
{
	border: none;
	vertical-align: top;	
}

div.topBanner
{
	text-align: center;
	margin: 1em;
}

div.footerAds
{
	padding: 1em;
	text-align: center;
	background: #fff;
	color: #aaa;
}

div.footerAds b
{
	padding: .2em .3em;
	background: #aaa;
	color: #fff;
}

div.footerAds a
{
	color: #aaa;
}