@charset "utf-8";

/* CSS Document */

body
{
	background-color:#f9f2f5;
	background-image: url('background.gif');
	background-repeat:repeat-x;
	margin:5px 0px 0px 0px;
}

#supercontainer
{
	background-color:#f2d3e4;
	width:1035px;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:100px;
}

#top-container
{
	width:1014px;
	float:left;
}

#header
{
	background-image: url('header.jpg');
	width:1014px;
	height:162px;
}

#navigation
{
	background-image: url('navigation.gif');
	width:1014px;
	height:45px;
	display:inline;
	float:left;
	font-size:18px;
}

#navigation ul
{
	list-style-type:none;
	display:inline;
	float:left;
	margin-top:12px;
	margin-left:30px;
}

#navigation ul li
{
	float:left;
	margin-right:105px;
}

#navigation a
{
	color:#3d3d3d;
	text-decoration:none;
}

#navigation a:hover { color:#be5b71; }

#flashbox
{
	width:1014px;
	height:287px;
	float:left;
}

#noflashbox
{
	width:914px;
	height:160px;
	float:left;
	background-image:url('noflash.jpg');
	text-align:right;
	padding-right:100px;
}

#noflashbox h1
{
	font-style:italic;
}

#noflashbox p
{
	
}

#bottom-container
{
	background-image: url('bottom-container-tile.jpg');
	width:1014px;
}

#bottom-container-start
{
	background-image: url('bottom-container-top.jpg');
	width:1014px;
	height:45px;
	float:left;
	display:inline;
}

#bottom-container-start.blankBG
{
	background-image: url('bottom-container-top-blank.jpg');	
}

#subcontent
{
	float:left;
	width:280px;
	margin-left: 22px;
	margin-right: 28px;
	display:block;
}

#subcontent h2
{
	font-size: 18px;
	color:#3d3d3d;
}

#subcontent a
{
	color:#ad5c85;
	font-size:18px;
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

#content
{
	float:left;
	width:637px;
	margin-left: 22px;
	margin-right: 25px;
}

#content h1
{
	color:#ca6b9b;
	font-size:30px;
}

#content p
{
	font-size:14px;
	color:#000;
	line-height:1.5;
}

#bottom-container-end
{
	background-image: url('bottom-container-bottom.jpg');
	width:1014px;
	height:20px;
	float:left;
}

#footer { }
