@charset "utf-8";
body, div, h1, h2, h3, h4, p, ul, li, a, img {
	border:0;
	padding:0;
	margin:0;
	font-family:'Century Gothic', Tahoma, Verdana, Arial, san-serif;
}

body {
	text-align:center;
	font-size:100%;
	background-color: #FFF;
}

p {
	font-size:90%;
	margin-bottom:5px;
}

li {
}
ul{
	list-style-type: disc;
	list-style-position: inside;
	margin:5px 15px;
	font-size:90%;
}

h1, h2 {
	font-size:200%;
	border-bottom: 2px #663333 solid;
	padding-left:20px;
	color:#990000;
	font-weight:lighter;
	margin-bottom:20px;
	clear:both;
}

h2 {font-size:130%;
	border-bottom: 0px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.frame {
margin:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
text-align:center;
}
.frame img {display:block;margin: 5px auto;padding:3px; border:1px #996600 solid;
}


#head {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 290px;
	width: 100%;
	text-align:center;
}
#header {
	background-image: url(../images/tagline.alleszins.gif);
	background-repeat:no-repeat;
	background-position: center top;
	height: 290px;
	width: 916px;
	margin: 0px auto;
	text-align:left;
}
#body{
    width: 100%;
	text-align:center;
}

#content {
	background-image: url(../images/footer_picture_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:916px;
	min-height:350px;
	margin:0px auto;
	text-align:left;
}
#content_main {
	width:545px;
	padding-bottom:20px;
	vertical-align:top;
	float:left;
}

#content_main a {color:#CC0000; text-decoration:none; border-bottom:1px #CC0000 solid;}
#content_main a:hover { border-bottom:3px #CC0000 double; }


#content_side {
	width:371px;
	vertical-align:top;
	text-align:right;
	padding-top:30px;
	float:left;
}
#content_side h2 { padding-left:40%;}

#menuhelper {
	visibility:hidden;
	width:340px;
	height:37px;
	background-image:url(../images/helpbox.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:150%;
	border:0px;
	color:#333333;
	margin:0px;
	margin-top:5px;
	padding-right:11px;
}

#foot {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 266px;
	width: 100%;
	text-align:center;
}
#footer {
	background-image: url(../images/footer_picture_bottom.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height: 351px;
	width: 916px;
	margin: 0px auto;
	text-align:left;
}

.footerblock {
	width:250px;
	margin-top: 60px;
	margin-left: 30px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	
	color:#CCCCCC;
	font-size:75%;
}

.footerblock a{
color:#FF9900;
text-decoration:none;
border:0px;
}

.footerblock h1 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color:#660000;
	padding: 0px;
	margin: 0px;
	border-bottom: 2px #000000 double;
	padding-bottom:3px;
}

.footerblock li {
	border-bottom: 1px #000000 solid;
	padding: 2px 4px;
	color:#CCCCCC;	
	background-color:#333333;
}
.footerblock ol {
	list-style-type:disc;
	list-style-position: inside;
	font-size: 100%;
	font-weight: normal;
	display: block;
	padding:0px;
	margin:0px;
}
.footerblock ul {
	list-style-type:none;
	list-style-position: outside;
	font-size: 100%;
	font-weight: normal;
	display: block;
	padding:0px;
	margin:0px;
}

/* contact form */
div.contact {
	font-size: 80%;	
}

/* @group Custom Classes */

.nodisplay {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

.center {
    display:block;
	margin:0 auto;
}

.clearer {
	clear: both;
}

