/* CSS Document */

body {
margin: 0 0 0 0;
font-family:Georgia;
font-size:13px;
letter-spacing:1;
line-height:20px;
color:#003366;
}

#wrapper {
	text-align: left;
	margin: 0px auto; 
	padding: 0px;
	border:0;
	width: 709px;
	height:100%;
	background: url("images/zivil-bg.jpg") no-repeat;
	background-color:#BED8E0;
	
}

#home {
	width: 500px;
	height:100%;
	margin: auto; 
	
}

#header {
	margin: 0 0 0 0;

}

#side-a {
	float: left;
	padding:20px;
	width: 140px;
}

#side-b {
	float: right;
	padding:20px;
	width: 160px;
}

#content { 
	float: left;
	width: 40%;
	
}

#content-wide { 
	float: left;
	width: 68%;
	
}

#footer {
	clear: both;
}


div.logoCol{
            float:                          left;
            width:                          145px;
            margin:                         0 0 20px 10px;

}

div.blurbCol{
            float:                          right;
            width:                          260px;
            margin:                         0 0 10px 10px;
     
			font-size: 13px;
}



/*  text style  */

a {
color:#003366;
font-weight:bold;
text-decoration:none;
}

.nav{
font-size:12px;
font-weight:bold;
line-height:11px;
}


.caption {
position:relative;
width:140px;
background-color:#CBE0E7;
font-size:11px;
line-height:12px;
padding:8px;
border-style:solid;
border-width:1px;
border-color:#003366;
}


