@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	width: 960px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #770000;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 22px;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h3
{
	font-size: 20px;
	margin-bottom: 30px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
}

#header
{
	background-color: #FFFFFF;
	color: #770000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header h1
{
	font-size: 30px;
}

#header h2
{
	font-size: 18px;
}

#header-top
{
	background-image:url(images/logo-slice.jpg);
	background-repeat:repeat-x;
}

#header-bottom
{
	background-image:url(images/header.jpg);
	height:120px;
	background-position:top;
}

#container
{
	width: 960px;
	height: 530px;
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
}



#primarycontent
{

	float:left;
	width:400px;
	padding-top:20px;
	margin-left:75px;
}



#secondarycontent
{
	float:right;
	width:415px;
	padding-top:20px;
	padding-left:10px;
	margin-right:60px;
	background-image:url(images/form-bckgrnd.png);
	background-repeat:no-repeat;
}

#thankscbop
{
	float:right;
	width:415px;
	height:399px;
	padding-top:20px;
	padding-left:10px;
	margin-right:60px;
	background-image:url(images/thankscbop-bckgrnd.jpg);
	background-repeat:no-repeat;
}

#thankscbop-button
{
	float:left;
	padding-top:120px;
	padding-left:45px;
	font-weight:bold;
}

#footer h3
{
	font-size:10px;
	font-weight:bold;
	color: #770000;
}

#footer
{
	background-image:url(images/footer.jpg);
	width: 100%;
	height: 50px;
	clear:both:
}

