html, body{
	margin:0;
	padding:0;
	background-color:#d7e3ef
}

body {
	font: 11px/1.3em Verdana, Geneva, sans-serif;
}

.wrapper{
	width:756px;
	margin:0 auto;
}

/* default link styles*/		
a{
	color:#000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.header{
	position:relative;
	height:320px;
}

.citizen {
left:38px;
position:absolute;
top:155px;
width:200px;
z-index:40;
}

h1{
	height:80px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

.content {
	background:url(/images/bg.jpg) repeat-y;
}

.col-right{
	background: url(/images/content_bg.jpg) repeat-y;
	width:511px;
	min-height:400px;
}

.col-left{
	width:245px;
}


.footer{
	font-size: 10px;
	text-align:center;
}