body, html
{
	margin: 0;
	padding: 0;
	font: normal normal 8pt/10pt arial;
}

body
{
	background: #fff url( ../gfx/bg_body.jpg ) center top repeat-x;
	text-align: center;
}

#wrapper
{
	background: url( ../gfx/bg_content.png ) center center repeat-y;
	width: 616px;
	text-align: left;
	margin: 0 auto;
}

#top
{
	display: block;
	height: 129px;
	background: url( ../gfx/top.png ) center center no-repeat;
}
#top.home
{
	height: 425px;
	background: url( ../gfx/top_home.jpg ) center center no-repeat;
}

#top a
{
	display: block;
	width: 170px;
	height: 20px;
	position: relative;
	top: 90px;
	left: 8px;
}

#footer
{
	display: block;
	border-top: solid 1px #ccc;
	padding: 10px;
	margin: 10px 8px 0px 8px;
	text-align: center;
	color: #999;
	font-size: 8pt;
}

#footer a
{
	color: #999;
}

#footer a.noline
{
	text-decoration: none;
}

#footerImage
{
	display: block;
	height: 100px;
	width: 616px;
	margin: 0 auto;
	background: url( ../gfx/shadow_bottom.png ) repeat-x center top;
}

form
{
	display: block;
	width: 320px;
	margin: 0 auto;
	text-align: right;
	margin: 20px auto 160px auto;
}

label
{
	margin: 6px;
}

input
{
	
}

#teaserContent
{
	margin: 0px 38px 20px 38px;
}

#teaserContent a,
#content a,
.teasers a
{
	color: #900;
	text-decoration: none;
}


#content h1
{
	display: block;
	margin: 0px 0px 30px 14px;
	text-decoration: underline;
}

#content p
{
	display: block;
	margin: 0px 18px 20px 24px;
	color: #666;
}

.teasers .left,
.teasers .right
{
	display: block;
	height: 211px;
	width: 600px;
	margin-left: 8px;
}

.teasers span
{
	width: 300px;
	
}

.teasers .left img 	{ float: left; }
.teasers .left span { float: right; }
.teasers .right img { float: right; }
.teasers .right span { float: left; }

.teasers span h2
{
	display: block;
	margin: 0px 0px 30px 10px;
}

.teasers span p
{
	margin: 0px 10px 5px 30px;
}

.teasers span a
{
	margin: 0px 10px 5px 30px;
}

img.right	{ float: right; margin: 0px 0px 10px 10px; }
img.left	{ float: left; margin: 0px 10px 10px 0px; }

.blockquote
{
	 margin-left: 20px;
}

table.video
{
	color: #666;
	margin-left: 30px;
}
h4{
margin-bottom:5px;
color:#333333;
}

