/* CSS Document */
body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2e4b6b;
	}
	
* {
	margin:0;
	padding:0;
	border:none;
	}
	
small {
	font-size:20px;
	color:#CCCCCC;
	font-weight:bold;
	}
	
.top_h1 {
	font-size:40px;
	color:#6eb5d6;
	}
	
h1 {
	font-size:40px;
	clear:both;
	color:#6eb5d6;
	}

	
h2,h3,h4,h5,h6 {
	font-size:13px;
	font-weight:bold;}
	
a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#2e4b6b;
	outline:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#design {
	width:708px;
	height:auto;
	overflow:auto;
	background-image:url(images/puffer.png);
	text-align:center;
	margin:auto;
	}
	
#header {
	background-image:url(images/header.png);
	width:708px;
	height:139px;
	text-align:left;
	color:#CCCCCC;
	padding-top:97px;
	}
	
#header h1 {
	margin-left:70px;
	margin-bottom:20px;
	}
	
*+html #design {
	overflow:visible;
	}
	
#left {
	width:688px;
	height:auto;
	float:left;
	text-align:left;
	padding:10px;
	}
	
#top_content {
	width:451px;
	background-image:url(images/top_content.png);
	height:152px;
	padding-left:10px;
	padding-top:5px;
	padding-right:247px;
	text-align:left;
	}	

	
#content_foot {
	background-image:url(images/content_bottom.png);
	height:10px;
	float:left;
	width:708px;
	}

	
#footer {
	background-image:url(images/foot.png);
	height:34px;
	width:100%;
	clear:both;
	text-align:center;
	margin:auto;
	padding-top:20px;
	}
