body
{
	font-family: Verdana, Helvetica, Arial, Swiss;
	font-size; 0.75em;
	color: #22224e;
	/*background-image: url('images/background.jpg');*/
	background-repeat: repeat-x;
}

#main
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#top_left
{
	background-image: url('../images/block1.jpg');
	background-repeat: no-repeat;
	width: 297px;
	height: 297px;
	color: white;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 2px;
}

#top_left_inner
{
	padding: 20px;
}

#top_right
{
	background-image: url('../images/block2.jpg');
	background-repeat: no-repeat;
	width: 481px;
	height: 297px;
	float: right;
	
}

#middle_row
{
	background-image: url('../images/block3.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 128px;
	margin-top: 0px;
	padding: 4px;
	display: block;
}

#middle_right
{
	float: right;
	text-align: left;
	width: 220px;
	height: 128px;
}

#sep1
{
	display: none;
}

#menu
{
	margin-top: -20px;
	background-color: #9f186d;
	width: 100%;
	height: 30px;
	color: white;
	text-align: center;
}

#top_right_inner
{
	position: relative;
	top: 280px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
}

img.block-image
{
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}

h3
{
	font-size: 0.75em;
	text-decoration: underline;
}

ul.topmenu
{
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: -40px;
}

li.topmenu
{
	padding-left: 10px;
	padding-right: 10px;
	display: inline;	
	font-size: 0.70em;
	font-weight: bold;	
}

#footer_text
{
	margin-left: -25px;
	margin-top: -20px;
	width: 780px;
}

ul.footer_menu
{
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

li.footer_menu
{
	padding-left: 20px;
	padding-right: 20px;
	display: inline;	
	font-size: 0.65em;
}

a
{
	color: white;
}

a:hover
{
	color: #22224e;
}

a.topmenu
{
	text-decoration: none;
	color: white;
}

