/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
a {
	color: #006ab3;
	text-decoration: none;
}
a:hover {
	background-color: #CCCCCC;
}
body {
	color: #333;
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.gfx a {
	display: block;
	background-image: url(img/header-turbo-new.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 600px;
	overflow: visible;
	visibility: visible;
	position: relative;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF;
	border: 3px double #EEE;
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF;
	text-align: left;
	width: 620px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.main .container .gfx {
	height: 240px;
}
.menu a {
	background: #EEE;
	color: #888;
	float: left;
	width: 119px;
	height: 36px;
	font-size: 12px;
	font-weight: lighter;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #CECECE;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 120px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	color: #666;
	font-family: sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	font-size: 12px;
	background-color: #FCFCFC;
	background-image: url(img/bgitem.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 
