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


html { overflow-y : scroll; }

body {
	margin:0; padding:0;
	background: #4055c7 url('images/bg.png') center repeat-y;
	color:#01009a; 
	}
#bg {
	background:url('images/background_02.jpg') top center no-repeat;
	min-height:800px;
	}
#sidebar {
	background:#01009a;
	}
	
#main {
	background:#7ba5ef url('images/main_bg.png') left repeat-y;
	padding:10px 10px 20px 30px;
	}
	
a { color:#990099; }

#headline3 {
	font-size: 27px;
	color: #990099;
	font-weight: bolder;
	font-style: italic;
}
#headline2 {
	font-size: 24px;
	color: #990099;
	font-weight: bold;
}
.headline4 {
	font-size: 18px;
	color: #990099;
	font-weight: bold;
}
