/* CSS Document */

html,
body {
	color:#333;
	background-color: #333;
	background-image:url(img/bg2.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-position: 50%;
}
	
body {font:76%/1.5 "Georgia", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif;}
h1,
h2 {
	margin:0.25em 0;
	text-align:center;
	color: #CC0000;
	letter-spacing:1px;
	font-family: "Georgia", "Century Gothic", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.1;
	font-weight: bold;
	filter: DropShadow(Color=#000000, OffX=4, OffY=4, Positve=1);
}

h3 {
	margin:0.25em 0;
	text-align:left;
	color: #CCCCCC;
	letter-spacing:1px;
	font-family: "Georgia", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.1;
	font-weight: bold;
	filter: Glow(Color=#ffffff, Strength="25");
}


a:link,
a:visited {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	text-decoration:underline;
	color:#CC0000;
}

#footer {
	color:#fff;
	background:#4a1c83;
	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:#fdf6d9;}
