* 			{ 
	margin:0px; 
	padding:0px;
}

body 		{
	font: 12px verdana, arial, sans-serif;
	color: #FFFFFF;
	background-color:#3abbf4;
}

a:link 		{
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited 	{
	text-decoration: underline;
	color: #FFFFFF;
}
a:active 	{
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover 	{
	text-decoration: none;
	color: #8D00B0;
}

a img 		{ 
	border: 0; 
}

h1 			{
	font: 1.5em arial, verdana, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

h2 			{ 
	font: 1.3em arial, verdana, sans-serif; 
	font-weight:bold; 
	color:#FFFFFF;
}

#side-bg	{
	width: auto;
	height: 280px;
	margin: 0 auto;
	padding-top: 0px;
	background:url('../images/side-bg.png');
	/**background-image:url(../images/side-bg.png);**/
	background-repeat: repeat-x;
	z-index: 1;	
}

#bg-image	{
	width: 1000px;
	height:  280px;
	background:url('../images/bg.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 2;
}

#main	{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	/**border: solid #F00 1px;**/
}

#top 		{
	width: 506px;
	height:160px;
	margin: 0 auto;
	text-align:center;
	padding-top: 15px;
	z-index: 3;
}

#flags {
	float: right;
	margin-right: 55px;
}

#menu-bg	{
	width: 1000px;
	height: 85px;
	background-image:url(../images/menu-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 4;
}

ul#nav {
	list-style-type: none;
	margin: 0px 0px 0px 230px;
	padding: 55px 0px 0px 0px;
	text-align: center;
}
		
ul#nav li {
	display: inline;
}
		
ul#nav li a:link, ul#nav li a:visited {	
	display: block;
	width: 85px;
	height: 20px;
	float: left;
	padding: 0px 0px 0px 3px;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
	color: #009ce2;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

ul#nav li a:hover, ul#nav li a:active {
	color: #8D00B0;
}

#content	{
	width: 1000px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main-bg.png);
	background-repeat: no-repeat;
}

#cform {
	padding-left: 250px;
}

#news	{
	width: 430px;
	margin: 20px auto 0px auto;
	padding-top: 20px;
}

#foot {
	width: 900px;
	height: 30px;
	background-image:url(../images/foot-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 11px;
}
