/* CSS Document */
body{
	padding: 0px;
	margin: 0px; 
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a { color:#ff9900; text-decoration:underline; }
h1 { 
	display:none;
	}
h2 {
	font-size: 16px;
}
	
p { text-align:justify;}

#container-top {
	width: 780px;
	height: 10px;
	background-image:url(../images/container-top.gif);
	margin: auto;
	margin-top: 30px;
}

#container{
	width: 760px;
	background-color: #FFFFFF; 
	background-image:url(../images/container-bg.gif);
	background-repeat:repeat-y;
	margin: auto;
	padding: 0px;
	border-left:10px solid white;
	border-right:10px solid white;
}

#container-bottom {
	width: 780px;
	height: 10px;
	background-image:url(../images/container-bottom.gif);
	margin: auto;
}

#header {
	width:760px;
	background-color: #ffb02b;
	height:120px; 
	border-bottom:5px solid black; 
}

#logo {
	width: 300px;
	height: 120px;
	background-image:url(../images/diy-divorce.jpg);
	float: left;
}

#navigation {
	width:210px; 
	margin:0px;
	padding:0px;
	float:left; 
	border-top:5px solid white;
}

#nav_list {
	list-style-type:none; 
	margin:10px;
	padding:0px;
}

#nav_list li {
	margin-top:7px;
}

#nav_list a:link, #nav_list a:visited, #nav_list a:active { 
	color: #000;
	text-decoration:none;
}

#nav_list a:hover {
	color: #000; 
	text-decoration:underline;
}
	
#content_area {
	width:525px; 
	padding:10px; 
	margin-left: 210px;
	background-color:#fcfcfc;
}

.menu_header {
	color: #000; 
	background-color:#ffaf2a; 
	display:block; 
	padding:3px; 
	border-bottom:2px solid;
	font-weight:bold;
}

#footer{
	clear: both;
	width: 760px;
	margin: 0px; 
	padding-top:7px;
	height: 25px;
	background-color: #666666;
	color: #FFFFFF;
	text-align:center; 
	border-top:5px solid white;
}
