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

body {
	background-color:#666666;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;	
	}
	
h1 {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:auto;
	font-weight:bold;
	text-align:center;
	}

h2 {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height:14pt;
	font-weight:bold;
	text-align:center;
	}
	
h3 {
	color:#ff6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:14pt;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	}	
	
ul {
	padding:0;
	margin:0;
	}	
	
#wrapper {
	width:800px;
	height:auto;
	margin:auto;
	}
	
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:160px;
	}
	
#content {
	width:420px;
	height:auto;
	padding:10px 0 0 0;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height:14pt;
	text-align:left;
	margin:0 0 0 190px;
	}
	
#link {
	background-color:#999999;
	padding:10px;
	width:180px;
	height:135px;
	text-decoration:none;
	}
	
a #link {
	background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover #link {
	background-color: #C0C0C0;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:visited #link {
	color:#FFFFFF;
	text-decoration:none;
	}
	
a {
	background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover {
	background-color: #C0C0C0;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}			
	
table {
	width:420px;
	text-align:center;
	}
