body {
	height:100%;
	margin:0px;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	
html {
	height:100%;
	margin:0px;
	}
	
.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:200px;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#AAF0FF;
	font-weight:normal;
	margin-bottom:-12px;
	text-align: left;
	padding-left:20px;
	}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#AAF0FF;
	font-weight:normal;
	margin-bottom:-12px;
	text-align: left;
	padding-left:20px;
	}
	
.padleft50 {
	padding-left:50px;
	}
	
.footer {
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	}
	
.footer a:link {text-decoration:none; color:#FFFFFF;}
.footer a:visited {text-decoration:none; color:#FFFFFF;}
.footer a:hover {text-decoration:underline; color:#AAF0FF;}

.navigation {
	background-image:url(images/bg_nav.jpg);
	background-repeat:repeat-y;
	}

.mainsection {
	text-align:center;
	}
	
.text_main {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#DDDDDD;
	text-align:justify;
	padding-left:30px;
	padding-right:60px;
	}

.text_main a:link {text-decoration:none; font-weight:bold; color:#AAF0FF;}
.text_main a:visited {text-decoration:none; font-weight:bold; color:#AAF0FF;}
.text_main a:hover {text-decoration:underline; font-weight:bold; color:#FFFFFF;}

.text_main_white {
	color:#FFFFFF;
	}
