@charset "UTF-8";
/* CSS Document */

* ul {
		padding:0;
		}

* li {
		padding:0;
		}
		
ul ul {margin-bottom: 0; }

/*----------- Fonts -----------*/
/*------------------------------------*/

@font-face {
font-family: milch43;
src: url('at_fonts/milch43/milch55.ttf') format("truetype");
}

		
/*----------- Body Wrapper -----------*/
/*------------------------------------*/

body {
		color:#000000;
		background-attachment:fixed;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:15px;
		}


#wrapper {
		color:#000000;
		background-image:url(img/bg_main.png);
		background-repeat:repeat-y;
		height:750px;
		width: 808px;
		margin-top:-10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left:auto;
		}
		
img.example {
		margin-top:500px;
		margin-left:50px;
		}
		
/*----------- Header -----------*/
/*------------------------------------*/

#header {
		z-index:500;
		height:260px;
		width:808px;
		position:absolute;
		top:0px;
		margin-left:auto 0;
		background-image:url(img/header_edge2.png);
		background-repeat:no-repeat;
		}

/*----------- Content -----------*/
/*------------------------------------*/

#content {
	width:500px;
	height:auto;
	position:absolute;
	top:240px;
	padding-left:25px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin-left:20px;
		}
		
/*----------- Navigation -----------*/
/*------------------------------------*/

#navi {
		width:250px;
		height:auto;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		background-image: url(img/navi_side.png);
		background-repeat:repeat-y;
		position:absolute;
		top:200px;
		margin-left:552px;
		z-index:100;
		float:right;
		}
		
#navi_bottom {
		width:auto;
		height:28px;
		background-image:url(img/navi_side_bottom.png);
		background-repeat:no-repeat;
		margin-top:39px;
	
		}
		
ul {
		list-style:none;
		font-family: Arial, Helvetica, sans-serif;
		color:#002c52;
		margin-left:50px;
		margin-top:50px;
		}
		
li {
		border-bottom: 1px #CCC solid;
		width:150px;
		padding-top:5px;
		padding-bottom:5px;
		}

a {
		color:#999;
		text-decoration:none;
		}
		
a:hover {
		color:#002c52;
		text-decoration:none;
		}


/*----------- Footer -----------*/
/*------------------------------------*/

#footer {
    	position:absolute;
		background-image:url(img/bg_footer.png);
		background-repeat:no-repeat;
    	margin-top:750px;
   	    min-width: 808px;
		margin-left:0px;
    	height: 66px;
		text-align:center;
		padding-top:7px;
	
		}

#footer p {
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-top:5px;
		padding-bottom:5px;
		margin:0px;
		}

