html
	{
	min-height: 101%;
	height: auto;
	margin: 0; 
	padding: 0; 
	}

body, td
	{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #663399;	
	}

body 
	{ 
	height: 101%;
	margin: 0; 
	padding: 0; 
	background-color: #ffffff;
	} 

div
	{
	margin: 0; 
	padding: 0; 	
	}

a:link, a:visited
	{
	text-decoration: none;
	color: #7c7ccf;	
	}

a:hover
	{
	text-decoration: none;
	color: #4d4d77;
	}

h1
	{
	font-size: 14px;
	}

img
	{
	border: 0;
	}

.leftimage
	{
	float: left;
	margin: 0px 12px 4px 0px;
	}

.rightimage
	{
	float: right;
	margin: 0px 0px 4px 12px;
	}






#top
	{
	width: 1000px;
	height: 29px;
	margin: 0;
	background-image: url('art/top_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}

#wrapper
	{
	width: 1000px;
	padding: 0 0px 0 0px;
	margin: 0;
	background-image: url('art/wrapper_background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	}



#header
	{
	width: 950px;
	height: 200px;
	margin: 0 0 15px 0;
	background-image: url('art/header_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #eee1ff;
	}


#content_wrapper
	{
	width: 977px;
	position: relative; left: 1px;
	background-color: #e4d0ff;
	background-image: url('art/main_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 550px;
	margin: 0;
	padding: 0;

	}


#menu
	{
	float: left;
	width: 220px;
	margin: 0 20px 10px 20px;
	padding: 0 0 0 0px;
	min-height: 400px;
	color: #000000;	
	background-color: none;	
	text-align: left;
	line-height: 5px;
	}

#menu a, #menu a:link, #menu a:visited, #menu a:hover
	{
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url('art/menu_button.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 220px;
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 3px 0 0 10px;
	}




#button
	{
	float: right;
	width: 150px;
	height: 185px;
	margin: 0 25px 10px 20px;
	padding: 70px 65px 0 40px;
	background-image: url('art/pnbutton.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-weight: bold;
	border: 0px solid;
	}


#button_wrapper a:link, #button_wrapper a:visited
	{
	text-decoration: none;
	color: #5d4d99;
	}

#button_wrapper a:hover
	{
	text-decoration: none;
	color: #4d4d77;	
	}




#main_content
	{
	margin: 0px 0px 0px 0px;
	padding: 0 20px 0 260px;
	background-color: none;	
	text-align: justify;	
	}






	
.footer
	{
	font-size: 9.5px;
	text-align: center;
	margin: 10px 10px 0 10px;
	padding: 0px 0 10px 0;
	background-color:none;
	clear:both;
	}


#imageContainer 
	{
	margin:auto;
	text-align: right;
	}

#imageContainer img 
	{
	display:none;
	position: absolute; top: 0px; right: 0px;
	width: 100%;
	}	




