/* CSS Document */

html,
body {
	color:#333;
	background-color: #333;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-position: 50%;
}
	
body {font:76%/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;}
h1,
h2 {
	margin:0.25em 0;
	font:bold 1.5em/1.1 "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-align:center;
	color: #006699;
	letter-spacing:1px;
}

h3 {
	margin:0.25em 0;
	font:bold 1.3em/1.1 "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-align:center;
	color: #666;
	letter-spacing:1px;
}


a:link,
a:visited {
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	text-decoration:underline;
	color:#666;
}

#footer {
	color:#fff;
	background:#0066a6;
	text-align:center;
	font-size:11px;}

#footer a {color:#111;
text-decoration: none;
border:none;}

#footer img a {
	color:#111;
	text-decoration: none;
	border:none;
}

#pagewidth {background-color:#FFFFFF;}
