*
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Sans Serif;
}

html
{
	text-align: center;
}

body
{
	background: #8ec1d5 url(../images/bg.png) repeat-x;
	margin: 0px auto;
	width: 980px;
	text-align: center;
}

img
{
	border: none;
}

p
{
	font-size: 12px;
	color: #545454;
	padding-bottom: 15px;
	line-height: 18px;
	text-align: left;
}

hr
{
	height: 5px;
	background-color: #fef2da;
	color: #fef2da;
	margin-bottom: 20px;
	border: 0px;
}

a
{
	color: #fbaf5d;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #8ec1d5;
	font-weight: bold;
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #fbaf5d;
	padding: 10px 0px 5px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #fbaf5d;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

ul
{
	list-style-type: circle;
	padding: 0px 0px 15px 20px;
	text-align: left;
}

li
{
	padding-bottom: 10px;
	font-size: 12px;
	color: #545454;
}

em.notation
{
	font-size: 10px;
}

#header
{
	width: 980px;
	height: 134px;
	background: url(../images/header.jpg) no-repeat;
}

#navigation
{
	width: 980px;
	height: 74px;
	display: block;
	text-align: left;
}

#navigation img
{
	display: block;
}

#nav-meet
{
	float: left;
	width: 329px;
	height: 74px;
	background: url(../images/nav-meet.png) no-repeat top left;
	display: block;
}

#meet #nav-meet
{
	background: url(../images/nav-meet.png) no-repeat bottom left;
}

#nav-meet:hover, #meet #nav-meet:hover
{
	background: url(../images/nav-meet.png) no-repeat center left;
}

#nav-story
{
	float: left;
	width: 318px;
	height: 74px;
	background: url(../images/nav-story.png) no-repeat top left;
	display: block;
}

#story #nav-story
{
	background: url(../images/nav-story.png) no-repeat bottom left;
}

#nav-story:hover, #story #nav-story:hover
{
	background: url(../images/nav-story.png) no-repeat center left;
}

#nav-word
{
	float: left;
	width: 333px;
	height: 74px;
	background: url(../images/nav-word.png) no-repeat top left;
	display: block;
}

#word #nav-word
{
	background: url(../images/nav-word.png) no-repeat bottom left;
}

#nav-word:hover, #word #nav-word:hover
{
	background: url(../images/nav-word.png) no-repeat center left;
}

#content
{
	width: 980px;
	background: url(../images/bg-content.png) repeat-y;
	display: block;
}

#content-top
{
	width: 980px;
	min-height: 312px;
	background: transparent url(../images/bg-content-top.png) no-repeat;
	display: block;
}

#contentarea
{
	height: 100%;
	padding: 30px 60px 20px 50px;
}

#pagetop
{
	height: 405px;
}

.description
{
	border: 0px solid red;
	margin-left: 510px;
}

#topmedia
{
	width: 480px;
	height: 385px;
	float: left;
	clear: both;
}

#pagebottom
{
	background: url(../images/bg-pagebottom.gif);
	padding: 1px;
}

#leftcolumn
{
	width: 250px;
	height: 100%;
	background-color: #fffde0;
	float: left;
}

#leftcolumncontent
{
	padding: 385px 10px 10px 10px;
}

#leftcolumncontent p
{
	font-size: 11px;
	color: #8ec1d5;
}

#leftcolumncontent li
{
	font-size: 11px !important;
	color: #8ec1d5 !important;
}

#rightcolumn
{
	margin-left: 300px;
}

#donate
{
	width: 980px;
	background: url(../images/bg-content.png) repeat-y;
}

#footer
{
	width: 980px;
	height: 109px;
	background: url(../images/footer.jpg) no-repeat;
}

#contact
{
	width: 980px;
	font-size: 12px;
	color: #ffffff;
	padding: 15px 0px;
}

#contact a
{
	color: #fff799;
	text-decoration: none;
}

#contact a:hover
{
	color: #e7e7e7;
	text-decoration: underline;
}