/*#############################################################
Name: ANWC Gala
Date: July 1, 2006
Author: Free Spirit Media
URL: http://www.freespiritmedia.com
#############################################################*/
a {
	color: #000;
	text-decoration: none;
}


a:hover, a:visted, a:active {
	background: transparent;
	color: #990000;
	font-family: Trebuchet MS;
	font-size: 11.5px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
.gfx  {
	background: #F5F5F5 url(img/bright_pixel6.gif) no-repeat; display: block; height: 161px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 620px;
	border-top: 3px double #E4E4E4;
	border-right: 3px double #CFCFCF;
	border-bottom: 3px double #CCC;
	border-left: 3px double #CFCFCF;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 2px;
	width: 149px; height: 20px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 
