/*#############################################################
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: #0000ff;
	text-decoration: none;
}
body {
	background: #CCC url(../img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.8em sans-serif,Arial;
}
.gfx {
	background: #F5F5F5 url(../img/bright_pixel2.gif) no-repeat; display: block; height: 180px;
}
.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; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 970px; 
}
.menu a {
	background: #3ec2ed;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #FFF;
	float: left;
	padding-top: 4px;
	/*margin-left: 75px;*/
	/*margin-top: 10px;*/
	width: 150px; height: 30px;
	font: bold 1.4em Arial;
	text-align:center;
}
.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;
}
.menu2 a {
	background: #3ec2ed;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #FFF;
	float: left;
	padding-top: 4px;
	/*margin-left: 75px;*/
	/*margin-top: 10px;*/
	width: 305px; height: 30px;
	font: bold 1.4em Arial;
	text-align:center;
}
.menu2 a span {
	padding-left: 6px;
}
.menu2 a:hover {
	background: #EEE url(../img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu2 a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 20px;
	font: bold 2.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;
	text-align:center;
} 