* {
    padding: 0;
    margin: 0;
} 

body {
	font: .7em verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #006599;
	text-decoration: none;
}

a:hover {
	color: #993300;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('../images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('../images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('../images/botbg.jpg');
height: 30px;
}

.header {
height: 100px;
/*background: #85ACF7 url('../images/hidr.jpg');*/
}

.breadcrumbs {
	text-align: center;
    background: #FFF; 
	border-bottom: 1px solid #E1E1E1; 

	padding: 5px;
}
	
.middle {
overflow: auto;
	float: left;
	width: 65%;
	margin: 0 10px;
	padding: 1% 1% 0 5%;
}

.right {
	float: left;
	width: 20%;
	margin: 0 10px;
	padding: 1% 1%;
	
}



.middle h2 { color: #006599; font-size: 1.2em; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #006599; font-size: 15px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}