body
{
	background-image:url('./img/background.jpg');
}

div#header_wrapper
{
	height:185px;
}

div#header
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

div#header div#logo
{
	position:fixed;
	background-image:url('./img/blanklogo.jpg');
	background-repeat:no-repeat;
	width:240px;
	height:94px;
	top:0px;
	left:0px;
}

div#header div#logo span.title
{
	position:fixed;
	left:33px;
	top:20px;
	font-family:Calibri, Tahoma, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#FFFFFF;
}

div#header div#logo span.website
{
	position:fixed;
	left:33px;
	top:50px;
	font-family:Calibri, Tahoma, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#BBBBBB;
}

div#header div#banner_start
{
	position:fixed;
	background-image:url('./img/topbar1.jpg');
	background-repeat:no-repeat;
	width:368px;
	height:94px;
	top:0px;
	left:240px;
}

div#header div#banner_end
{
	position:fixed;
	background-image:url('./img/topbar1bg.jpg');
	background-repeat:repeat-x;
	height:94px;
	top:0px;
	right:0px;
	width:100%;
	z-index:-1;
}

div#header div#middle_start
{
	position:fixed;
	background-image:url('./img/2maincolorarea.jpg');
	background-repeat:no-repeat;
	width:613px;
	height:91px;
	top:94px;
	left:0px;
}

div#header div#middle_end
{
	position:fixed;
	background-image:url('./img/2maincolorarea_bg.jpg');
	background-repeat:repeat-x;
	height:91px;
	top:94px;
	right:0px;
	width:100%;
	z-index:-1;
}

div#button_wrapper
{
	position:fixed;
	left:0px;
	top:185px;
	width:100%;
}

div#first_button
{
	background-image:url('./img/blankbutton1.jpg');
	background-repeat:no-repeat;
	height:33px;
	width:207px;
}

div#first_button_middle
{
	position:fixed;
	background-image:url('./img/3buttonarea.jpg');
	background-repeat:no-repeat;
	left:207px;
	top:185px;
	height:33px;
	width:368px;
}

div#first_button_end
{
	position:fixed;
	background-image:url('./img/3buttonareabg.jpg');
	background-repeat:repeat-x;
	top:185px;
	height:33px;
	right:0px;
	width:100%;
	z-index:-1;
}

div#buttons
{
	position:absolute;
	left:0px;
	top:33px;
	width:207px;
}

div#buttons ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

div#buttons li
{
	background-image:url('./img/blankbutton.jpg');
	background-repeat:no-repeat;
	height:33px;
	width:207px;
}

div#paypal_button
{
	position:relative;
	top:25px;
	text-align:center;
}

div#content
{
	position:absolute;
	left:250px;
	top:225px;
	width:75%;
	font-family:Calibri, Tahoma, sans-serif;
	color:#FFFFFF;
	z-index:-2;
}

div#footer
{
	background-image:url('./img/background.jpg');
	position:fixed;
	bottom:0px;
	left:0px;
	height:60px;
	width:100%;
	text-align:center;
	font-family:Calibri, Tahoma, sans-serif;
	color:#FFFFFF;
}

div#footer a
{
	text-decoration: underline;
	color:#6B70BD;
}

a.button_link, a.button_link_blank
{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	position:relative;
	top:5px;
	left:25px;
	width:182px;
	font-family:Calibri, Tahoma, sans-serif;
	font-size:1em;
	font-weight:bold;
}

table
{
	width:100%;
	padding:10px;
	border:none;
}

h3
{
	color:#3D429E;
	font-weight:bold;
	font-size:24px;
	font-family:Calibri, Tahoma, sans-serif;
}

h4
{
	color: #3D429E;
	font-weight:bold;
	font-size:20px;
	font-family:Calibri, Tahoma, sans-serif;
}

p.justified
{
	text-align:justify;
}