body {
	margin: 0;
	padding: 0;
	background: url(../img/bgtop.png) top center repeat-x;
	}


wrap {
	width:100%;
	height: 100%;	
}

#frame {
	position:relative;
	left:50%;
	margin-left: -570px;
	width: 1141px;
	height: auto;
	background: url(../img/dropshadow.png) top center repeat-y;
	text-align: center;
	behavior: url(../iepngfix.htc);
	padding-bottom: 30px;

}


#header {
	width:980px;
	height:257px;
	padding: 0;
	margin: 0 auto;
}


#menu {
	top:257px;
	width:980px;
	height:35px;
	padding: 0;
	margin: 0 auto;
	background-color:#333;
}


#undermenu {
	top:292px;
	width:980px;
	height:38px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	
}

#content {
	width:920px;
	padding: 0px;
	margin: 0 auto;
	min-height: 450px;
	text-align: left;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #FFF url(../img/ribbon.gif) top right no-repeat;
}


#footer {
	position: inherit;
	width:100%;
	height:401px;
	background: #222222 url(../img/bgbottom.png) bottom center repeat-x;
	color: #FFF;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
		
#menu a {
	display: inline-block;
	font: 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 34px;
	height: 35px;
	width: 140px;
	border: none;
	padding: 0;
	margin: 0;
}

#menu a:hover  {
	background-color: #aab2e0;
	border: none;
}
#menu a.active {
	background-color: #8d96d0;
	border: none;
}


#undermenu a {
	display: inline-block;
	font: 16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 34px;
	height: 35px;
	border: none;
	padding: 0;
	margin: 0;
	width: 140px;	
}

#undermenu a:hover  {
	border: none;
	text-decoration: underline;
}

#undermenu a.active {
	font-weight: bold;
}

#undermenu a.active:hover {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	margin: 0;
	font-variant: small-caps;
	padding-top:20px;
	/*padding: 20px 330px 10px 0px;*/
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 38px;
	font-weight: normal;	
}

#bodytext {
	/*padding: 0px 330px 10px 0px;
	width: 625px !important;
	overflow: hidden;*/
	text-align: justify;	
}

p {
	/*width: 625px;*/
	text-align: justify;
	/*margin: 0;
	padding: 0;*/
}