/* CSS Document */

body {
	background:url(../images/back.png) repeat-x top #000;
	margin:0;
	padding:0;
}
#container {
	text-align:center;
}
#navigationmenu {
	background:url(../images/front_top.png) repeat-x;
}
#frontmiddle {
	background:url(../images/front_mid.png) repeat-x #fff;
	width:874px;
	height:471px;
	text-align:left;
}
#innermiddle {
	background:url(../images/front_mid.png) repeat-x #e4e4e4;
	width:874px;
	min-height:471px;
	text-align:left;
}
#welcomecolumn {
	background:url(../images/column_welcome.png);
	width:242px;
	height:337px;
}
.frontcolumn {
	background:url(../images/front_column.png) no-repeat top;
	width:286px;
	height:307px;
}
#footer {
	color:#9d9d9d;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	height:20px;
}

#footer a:link, a:hover, a:visited, a:active{
	color:#9d9d9d;
}
#copyright {
	color:#9d9d9d;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
#copyright a:link, a:hover, a:visited, a:active{
	color:#9d9d9d;
}
.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.subtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	border-top:#cecece 1px solid;
	border-bottom:#cecece 1px solid;
	line-height:30px;
	letter-spacing: -1px;
	color:#2f2f2f;
}
.subtitle2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:30px;
	letter-spacing: -1px;
	color:#2f2f2f;
}

#logowrapper {
	position:relative;
	width:573px;
	height:336px;
}
#piccover {
	position:absolute;
	top:0px;
	left:0px;
}