#main {
    position:relative;
    width:770px;
	height:500px;
	margin:0px auto;
	text-align:left;
	z-index:1;
}
#nav {
	position:absolute;
	left:419px;
	top:25px;
	width:339px;
	height:26px;
	z-index:2;
	font-family: arial;
	font-size: 75%;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
#subnav2 {
	position:absolute;
	left:493px;
	top:50px;
	width:185px;
	height:72px;
	z-index:2;
	font-family: arial;
	font-size: 75%;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
#subnav3 {
	position:absolute;
	left:419px;
	top:50px;
	width:185px;
	height:72px;
	z-index:2;
	font-family: arial;
	font-size: 75%;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
#back {
	position:absolute;
	left:184px;
	top:84px;
	width:129px;
	height:33px;
	z-index:2;

}
#home_about {
	position:absolute;
	left:54px;
	top:142px;
	width:330px;
	height:274px;
	z-index:3;
	font-family: Arial;
	font-size: 75%;
	color: #333333;
}
#home_news {
	position:absolute;
	left:405px;
	top:110px;
	width:341px;
	height:300px;
	z-index:3;
	font-family: Arial;
	font-size: 70%;
	color: #333333;
}
#title {
	position:absolute;
	left:54px;
	top:142px;
	width:694px;
	height:55px;
	z-index:3;
	font-family: Tahoma;
	font-size: 40px;
	color: #CC0033;
	text-decoration: none;
}
#sidebar {
	position:absolute;
	left:54px;
	top:216px;
	width:285px;
	height:55px;
	z-index:3;
	font-family: Arial;
	font-size: 75%;
	color: #CC0033;
	text-decoration: none;
}
#content {
	position:absolute;
	left:369px;
	top:212px;
	width:376px;
	height:274px;
	z-index:3;
	font-family: Arial;
	font-size: 75%;
	color: #333333;
}
#content2 {
	position:absolute;
	left:54px;
	top:212px;
	width:330px;
	height:274px;
	z-index:3;
	font-family: Arial;
	font-size: 75%;
	color: #333333;
}
#content3 {
	position:absolute;
	left:409px;
	top:212px;
	width:330px;
	height:274px;
	z-index:3;
	font-family: Arial;
	font-size: 75%;
	color: #333333;
}
#footer {
	z-index:2;
	background-color: #EAEAEA;
	font-family: Arial;
	font-size: 70%;
	color: #999999;
	padding: 10px;
}
body {
	background-color: #CFD8E0;
	background-image:  url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	margin: 0px;

}

.nav {
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
}
a.nav{
	color: #333366;
	text-decoration: none;
	font-weight: bold;

}
a.nav:link {
	color: #333366;
	text-decoration: none;
		font-weight: bold;
}
a.nav:hover {
	color: #CC0033;
	text-decoration: none;
		font-weight: bold;
}
a.nav:visited {
	color: #333366;
	text-decoration: none;
		font-weight: bold;
}
a.nav:visited:hover {
	color: #CC0033;
	text-decoration: none;
		font-weight: bold;
}
.home_headline {
	font-family: Tahoma;
	font-size: 31px;
	color: #CC0033;
	text-decoration: none;
}
.title_grey {
	font-family: Tahoma;
	font-size: 40px;
	color: #999999;
	text-decoration: none;
}
.home_headline2 {
	font-family: Tahoma;
	font-size: 22px;
	color: #CC0033;
	text-decoration: none;
}
.home_intro {
	font-size: 130%;
}
.intro {
	font-size: 140%;
}
.intro_bold {
	font-size: 140%;
	font-weight: bold;
}
a:link {
	color: #1E1E87;
	text-decoration: none;
			font-weight: bold;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	color: #1E1E87;
	text-decoration: none;
	font-weight: bold;
}
a:visited:hover {
	color: #CC0033;
	text-decoration: none;
}
.cellborder	{
	color: #999999;
	border: 0px;
	border-spacing: 0px
	}
.cellborder_bottom_dark	{
	color: #666666;
	border-bottom: solid 4px #ffffff;
	background: #e5e5e5;
	padding: 3px;
	}
.cellborder_bottom	{
	color: #666666;
	border-bottom: solid 4px #ffffff;
	background: #efefef;
	padding: 3px;
	}
