/* CSS Document */
#wrapper #nav {
    width: 990px; 
    background-color: #1b174a;  
}
#wrapper #nav a {
     display:block;
     float:left;
     width:235px;
     height: auto;
     text-align:center;
     background-color: #1b174a;
     padding-left: 10px;
     text-decoration: none;
}
#wrapper #nav a .title {
     font-size: 12px;
     font-weight: bold;
     line-height: 40px;
     color: #e8e3ba;
     background-color: #6e6a48;
     border-top: solid 1px #e8e3ba;
     border-left: solid 1px #e8e3ba;
     border-right: solid 1px #e8e3ba;
}
#wrapper #nav a .text {
     color: #e8e3ba;
     background-color: #8e895e;
     text-align: left;
     padding: 10px;
     border-bottom: solid 1px #e8e3ba;
     border-left: solid 1px #e8e3ba;
     border-right: solid 1px #e8e3ba;
}
#wrapper #nav a .more {
     color: #6e6a48;
     background-color: #e8e3ba;
     line-height: 24px;
     height: 24px;
     width: 80px;
     clear:left;
     float:right;
}
#wrapper #nav a:hover .more {
     color: #e8e3ba;
     background-color: #6e6a48;
}
#wrapper #nav .clear {
     line-height: 10px;
     font-size: 10px;
     height: 10px;
     clear:left;
     background-color: #1b174a;  
}
#wrapper #content {
     width:890px;
     height: auto;
     color: #6e6a48;
     background-color: #e8e3ba;
     text-align:left;
     margin: 0 auto;
     padding: 30px 0px 20px 100px;
}
#wrapper #content a
{
	float: right;
	clear: right;
	width: 232px;
	height: 44px;
	padding-left: 10px;
	line-height: 44px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #e8e3ba;
	color: #e8e3ba;
	background-color: #6e6a48;
	text-align: left;
	margin-left: 50px;
	background-image: url(../images/img_pg/arrow_nav.jpg);
	background-repeat: no-repeat;
	background-position: 221px top;
	text-decoration: none;
}
#wrapper #content a:hover {
     background-color: #8e895e;
	background-image: url(../images/img_pg/arrow_nav_over.jpg);
}
#wrapper #content a.survey {
     float:none;
     clear: none;
     width: auto;
     height: auto;
     padding: 0px;
     line-height: normal;
     display: inline;
     font-size: 11px;
     border: none;
     color: #1b174a;
     background-color: Transparent;
     margin: 0px;
     background-image: none;
     background-position: inherit;
     text-decoration: underline;
     
}
#wrapper #content a.survey:hover {
     text-decoration: none;
}
#wrapper #content h1 {
     margin: 0px auto 0px auto;
     padding: 0px;
}
#wrapper #content h2 {
     padding: 0px;
     margin-top: 0px;
}
/*#wrapper #content p {
     margin:0px;
}*/