body
{
	background: #f1f8fc;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	
	background: url('images/background-new.png');
	background-repeat:no-repeat;
	background-position: center center;

}

#container
{
	width: 1300px;
	height: 1300px;
	margin: 0px auto;
	
	background: url('images/background-new.png');
	background-repeat:no-repeat;
	background-position-x: center;
	
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

/* MENU */

#menu_holder
{
	width: 906px;
	height: 50px;
	background: #4c6273;
	margin: 0px;
	padding: 0px;
	margin-left: 46px;
}

#menu_holder ul
{
	list-style-image: none;
	list-style-type: none;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#menu_holder ul li
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: -10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: 'Century Gothic' sans-serif;
	padding-top: 10px;
	text-align: center;
}

#menu_holder ul li a
{
	color: #ffffff;
	text-decoration: none;
	margin-left: 0px;
}

#menu_holder ul li a:hover
{
	color: #ffffff;
	text-decoration: none;

}

.active
{
	height: 38px;
	padding: 0px 13px;
}
.active:hover
{
	background: #2c3a44 url('');
	background-repeat: no-repeat;
	background-position-x: 116px;
	border-radius: 2px solid;
}

.first {
	margin-left: 0px !important;
}
.last {
}

/* END OF MENU */


#formbox
{
	width: 294px;
	height: 338px;
	background: url('images/formbox.jpg');
	margin-left: 24px;
}

#formbox input
{
	margin-left: 30px;
}

#title
{
	font-size: 22pt;
 	color: #05b8e3;
 	font-weight: bold;
 	font-family: 'Century Gothic', sans-serif;
 	margin-top: -8px;
 	
}


#alink {
	text-decoration: none;
	font-style: normal;
	color: #42586a;
	font-family: century gothic; 
	font-size: 9pt;
}



