html,body{
	background:#1B85D3 url(../images/bg.jpg) repeat-x;
	margin:0;
	height:100%;
	font-size:14px;
	line-height:24px;
}
h1{
	font-size:16px;
}

#wrapper{
	position:relative;
	background:#FFFFFF;
	width:900px;
	height:auto!important; 
	height:100%;
	min-height:100%;
	margin:0 auto;
}
#navigation{
	position:absolute;
	left:0;
	width:260px;
	background:#C6DEF2 url(../images/menu_bg.jpg) repeat-x;
	padding-left:10px;
	margin-top:10px;
	margin-left:10px;
	border:solid #4FAEF6 1px;
}
#navigation_box{
	margin-left:-10px;
	background:url(../images/menu.png) repeat-x;
	padding-left:10px;
	color:#FFFFFF;
	font-weight:bold;
}
#content{
	margin-left:300px;
	margin-top:10px;
	padding-bottom:30px;
	margin-right:20px;

	}
#header{
	background:url(../images/header.jpg) no-repeat;
	height:150px;
}
#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding-bottom:40px;
	background:#E2E4E6 url(../images/footer.jpg) no-repeat;
	text-align:center;
}
a{
	text-decoration:none;
	color:#071F65;
}
a:link{
	text-decoration:none;
}
a:hover{
	color:#640765;
	text-decoration:underline;
}
a img{
	border:none;	
}
a img:hover{	
	text-decoration:none;
}
.link_pdf{
	margin-left:25px;
	
}
.link_pdf img{
	padding-right:15px;
}
.back{
	text-align:right;
}