/*	Author: AB/Berger Design, London @ www.berger-design.com
*	Date: Jan'08
*	V: 3.1
*/
/************************** BODY STYLE ****************************/

body {
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #3f4448;
	background-image: url(bg_gradient.jpg);
}
p, td {
	line-height:120%;
	padding-top: 5px;
	padding-bottom: 0px;
}
a: {
	color: #666666;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
/************************** COPY ****************************/

#main {
	width:760px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#head {
	float:left;
	width: 760px;
	margin: 0px;
	padding-top: 270px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

