
*
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, form
{
	margin: 0px;
	padding: 0px;
}
	
html, body
{
	height:100%;
	width:100%;
}

body
{
	background-color: #FFFFFF;
	text-align: center;
}

#container
{
	margin: 0 auto 0 auto;
	width:1000px;
	height:100%;
	text-align: left;
	background: url(images/bg.jpg) repeat-y top left;
}

#maintable
{
	width:100%;
	text-align: left;
}

#top
{
	height:134px;
	background: url(images/top.jpg) no-repeat top left;
}

#menubg
{
	height:31px;
	background: url(images/menu.jpg) repeat-x top left;
}

#menuleft
{
	width:233px;
	border-right:2px solid #FFFFFF;
}

#menuright
{
	width:228px;
}

#menu
{
	height:31px;
}

#menu ul
{
	list-style: none none;
	height:31px;
	margin: 0px;
	padding: 0px;
}

#menu ul li
{
	display: block;
	float:left;
	height:31px;
	padding: 0px 10px 0px 10px;
	border-right:2px solid #FFFFFF;
}

#menu ul li a
{
	padding-top:7px;
	display:block;
	float:left;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#contentleft
{
	padding-top:250px;
	width:233px;
	background: url(images/birds.jpg) no-repeat top left;
	text-align:center;
	vertical-align:top;
}

#contentright
{
	padding-top:30px;
	width:228px;
	text-align:center;
	vertical-align:top;
}

#members
{
	margin-bottom:15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#EAB801;
}

#members a
{
	color: #EAB801;
	text-decoration: underline;
}

#members a:hover
{
	text-decoration: none;
}

#content 
{
	padding:20px 10px 20px 10px;
	width:539px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;
}

#content h1
{
	color: #FF9900; /* #0071BD; */
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

#content h2
{
	color: #FF9900;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 24px 0px 8px 0px;
}

#content h3
{
	color: #FF9900;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

#content p
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#content ul li
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

#content a
{
	color: #EE2F27;
	text-decoration: underline;
}

#content a:hover
{
	color: #0071BD;
}

#multilanguage
{
	margin:0px 0px 0px 10px;
	text-align:left;
}
