body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin: 5;
	background-color: #4E473F;
}

p,h2,h3,h4,h5,h5,ol,ul {
	margin: 1px;
	padding: 1px;
}

br.clear {
	height:1px;
	clear:both;
	line-height: 1px;
	background-color: #00CC33;
}



#wrapper {
	width: 890px;
	margin: 0 auto;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
}


#subNav {
	width: 150px;
	float: left;
	background-color: #FBEF99;
}

#banner {
	background-image: url(../images/bg/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
	border-bottom: 1px solid #999999;
}


/*********************/
/* BANNER STYLES */
/*********************/
#background {
	background-image: url(../images/bg/banner_dgs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* image replacement technique */
#banner p.logo {
	background: url(../images/bg/gebdolmlogo.png) no-repeat left top;
	height: 70px;
	text-indent: -5000px; 
}

#nav {
	margin-top: 10px;
	margin-bottom: 0px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}


.feature {
	margin-left: 10px;
	border-top: 10px solid #FDD041;
	clear: both;
	border-bottom: 1px solid #FFF!important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.feature h2 {
	font-size: 18px;
	color: #294E56;
}

.feature img {
	float: right;
	margin-left: 10px;
	border: 10px solid #FDD041;
	border-top: none;
}

.feature2 img {
	border-color: #73AFB7;
}

.feature3 img {
	border-color: #FBEF99;
}

.feature4 img {
	border-color: #CBD893;
}

.feature2 {
	border-color: #73AFB7;
}

.feature3 {
	border-color: #FBEF99;
	margin-bottom: 10px;
}

.feature4 {
	border-color: #CBD893;
}

.feature p.fLink a {
	font-weight: bold;
	text-decoration: none;
	color: #102536;
	font-size: 11px;
	text-transform: uppercase;
	background: #D6ECAE url(images/arrow.gif) no-repeat right center;
	padding: 1px 15px 2px 5px;
}

.feature p.fLink {
	margin-top: 4px;
}

.feature p.fLink a:hover {
	color: #FDD041;
	text-decoration: none;
	background-color: #294E56;
}

.col2 #copyright {
	margin-left: 0px;
}

.floatRight {
	float: right;
	margin: 0 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

