body {
	margin:0px 0px 0px 0px;
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	background-color:#2d2d2d;
}

p, td, li{
	font-family: verdana;
	font-size:12px;
	color:#FFFFFF;
}

p{
	margin:0px 0px 10px 0px;
}

p.title
{
	font-family:'Copperplate Gothic Bold', sans-serif;
	color:#000000;
	font-size:14px;
	font-weight: bold;	
}

p.menu_select
{
	font-family:'Copperplate Gothic Bold', sans-serif;
	color:#000000;
}

.round_dot
{
	color: #000000;	
	font-weight:bold;	
}

a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a.footer_link{
	color:#FFFFFF;
	text-decoration:none;
}

a.footer_link:hover{
	text-decoration:underline;
}

a.main_menu{
	font-family:'Copperplate Gothic Bold', sans-serif;
	font-weight: bold;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

a.main_menu:hover{
	color:#000000;
}

input, textarea, select {
	border-width:1px;
	border-color:#FFFFFF;
	font-family:'Copperplate Gothic Bold';
	font-size:11px;
	color:#000000;
}

img{
	border:0px;
}

img.thumbnail{
	width: 100px;
	height:70px;
	margin:0px 10px 10px 0px;
	display: block;
	float: left;
}

.news_item{
	width: 100%;
	display:block;
	float: left;	
}

#wrapper {
	position:absolute;
	left:50%;
	top:50%;
	width:955px;
	height:600px;
	margin-top:-300px;
	margin-left:-477px;
	background-image:url('../images/bg_home.jpg');
	background-repeat:no-repeat;
}

#logo
{
	width: 100%;
	position:absolute;
	top:20px;
	left:0px;
	text-align: center;
}

.dots
{
	width:100%;	
	height:1px;
	background-image:url('../images/dots.gif');
	background-repeat:repeat-x;
	padding-bottom:10px;
}

#footer
{
	width: 100%;
	position:absolute;
	top:600px;
	left:0px;
	text-align: center;
	padding-top:10px;
}