﻿body 
	{
		margin: 0px;
		background-color: Black;
	}
	
.wrapper	
	{
		position: relative;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
.header
	{
		background-color: #000000;
		background-image: url(../design2/wtheader-2010.jpg);
		background-repeat: no-repeat;
		height: 150px;
		width: 1000px;
	}	
.centerContent
	{
		position: absolute;
		width: 1000px;
		height: 500px;
		margin-top: 0px;
		background-color: White;
		font-size: 12px;
	}

div.centerContent h1
	{
		text-align: center;	
		font-family: Monotype Corsiva;
	}	
	
div.centerContent hr
	{
		margin-left: 240px;
		margin-right: 240px;
		color: #990000;
		height:3px;
		background-color: #990000;
	}
div.centerContent p
	{
		margin-left: 240px;
		margin-right: 240px;
	}
div.centerContent h3
	{
		margin-left: 240px;
		color: Maroon;
		font-size: 24px;
		
	}
div.centerContent h4
	{
		margin-left: 240px;
		font-size: 14px;
	}
		
div.centerContent ul
	{
		margin-left: 240px;
		font-size: 12px;
	}
div.centerContent dl
	{
		margin-left: 240px;
		font-size: 12px;
	}
div.centerContent dt
	{
		color: Maroon;	
	}
	
.leftContent
	{
		top: 118px;
		left: 20px;
		position: absolute;
		width: 200px;
		height: 600px;
		background-color: #ffffcc;
		background-image: url(../design2/left_header.jpg);
		background-repeat: no-repeat;
		border: solid 2px #000000;
	}
div.leftContent img
	{	
		border: 0px;
		margin: 0px;
		padding: 0px;
		word-spacing: 0px;
		text-decoration: none;
		display: block;
	}
	

.rightContent
	{
		top: 118px;
		right: 20px;
		position: absolute;
		width: 200px;
		height: 600px;
		background-color: #ffffcc;
		background-image: url(../design2/right_header.jpg);
		background-repeat: no-repeat;
		border: solid 2px #000000;
		text-align: left;
		font-size: 12px;
	}

div.rightContent p
	{
		font-size: 12px;
		text-align: center;	
	}
	
div.rightContent img
	{
		text-decoration: none;
		border: 0px;	
	}

.footer
	{
		position: absolute;
		width: 1000px;
		height: 25px;
		margin-right:auto;
		margin-left: auto;
		text-align: center;
		top: 670px;
		color: White;
		font-size: 10px;
	}
	
	
/* Sets the rounded corners on the white background content. */
.bl 
    {
        background: url(../design2/right_content_bottom_left.jpg) 0 100% no-repeat; 
        width: 1000px;
        height: 500px;
    } 
.br 
    {
        background: url(../design2/right_content_bottom_right.jpg) 100% 100% no-repeat;
        width:1000px;
        height: 500px;
    } 
.tl 
    {
        background: url(../design2/right_content_upper_left.jpg) 0 0 no-repeat
    } 
.tr 
    {
        background: url(../design2/right_content_upper_right.jpg) 100% 0 no-repeat; 
        padding:10px;
    } 
.clear {font-size: 1px; height: 1px}