/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #6B576D;
	color: #000000;
	background-image: url(yellow30.gif);
	background-repeat: repeat-x repeat-y;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

#wrapper {
	background-color: #fdf8f2;
	color: black;
	/*margin: 30px 60px 50px 60px;*/
	margin: 0px auto;
	position: relative;
	padding: 10px;
	text-align:center;
}

#header-bottom { 
	border-top: 1px solid #396467 ; 
 	border-bottom: 1px solid #396467 ; 
}

#header-bottom ul { 
	margin: 0; 
	padding: 0 30px 0 0; 
	text-align: right; 
} 

#header-bottom li { 
	display: inline; 
	font-weight: bold;
	background-color: #fdf8f2;
	color: #396467; 
} 

#header-bottom a:link, #header-bottom a:visited { 
	text-decoration: none; 
	background-color: #fdf8f2; 
	color: #396467; 
} 

#tagline {
	font-size: 20px;
	font-variant:small-caps;
	text-align:center;
	font-weight: bold;
	background-color: #fdf8f2;
	color: #396467;
	font-style: italic;
	margin: 0;
	padding: 20px 0 0 0px;
	width: 408px;
	float: right;
	position: relative;
	/*top: 70px;*/
	right: 100px;
}

#main { 
	position: relative; 
	top:0; 
	left:  0; 
	width: 100%; 
	margin-top: 10px; 
}

#mainfeature { 
	background-color: #CDC1CD; 
	color: black; 
	padding: 5px; 
}

h2 { 
	margin: 0; 
	font-weight: bold; 
	font-size: 180%; 
} 

h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	word-spacing: normal;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	word-spacing: normal;
}

p {
	font-size: 110%;
}

h2 {
	font-style:normal;
} 

#content { 
	margin: 0 240px 0 0; 
	background-color: white; 
	color: black; 
}

#feature2 { 
	background-color: #FEE098; 
	color: black; 
	padding: 5px; 
}

#feature3 { 
	background-color: #87AEAD; 
	color: black; 
	padding: 5px; 
}

ul {
	list-style-image: url('purplebullet2.gif');
	font-size: 110%;
}

#sidebar { 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 220px; 
	background-color: #FEBA89; 
	color: #000000;
	margin: 0; 
	padding: 5px; 
}

#sidebar a:link, #sidebar a:visited { 
	background-color: #FEBA89; 
	color: #396467; 
} 
