/* ------------------------------------------------------------
	Webdsite: Advent Canterbury Club
	Media: Screen
	Author: Alister Lewis-Bowen <alister@different.com>
   ------------------------------------------------------------*/
body 
{
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: white url(/v1/imgs/bg_splash.jpg) repeat-x top right;
}
/* ---[ links ]--- */
a:link 
{
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
a:visited 
{
	color: #99c;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
a:hover 
{
	color: #036;
	text-decoration: none;
	border-bottom-style: solid;
}
a:actve 
{
}
/* ---[ common elements ]--- */
p 
{
	margin: 1em 0 1em;
	padding: 0;
}
h1 
{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#banner h1 /* banner text replacement */
{
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	height: 0;
}
h2 
{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 
{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 0;
	margin: 1.5em 0 0 0;
}
/* ---[ general layout ]--- */
#container
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 507px;
}
#banner
{
	padding: 0;
	margin: 50px 0 50px 0;
	height: 190px;
	width: 507px;
	background: url(/v1/imgs/splash.gif) no-repeat center left;
	
}
#main
{
	padding: 0;
	margin: 0;
}
#related
{
	padding: 0;
	margin: 0;
}
#footer
{
	padding: 30px;
	margin: 0;
	font-size: 80%;
	text-transform: uppercase;
	color: #999;
	
}