/*#############################################################
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: #000;
	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 a {
	background: #F5F5F5 url(img/bright_pixel.gif) no-repeat; display: block; height: 240px; 
	background-position: center; 
}
.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: justify;
	width: 720px; 
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #777;
	float: left;
	padding-top: 4px;
	width: 174px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 175px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.3em sans-serif,Arial;
	color: #555;
}
.content h2 {
	margin: 5px 0;
	font: bold 1.1em sans-serif,Arial;
	color: #555;
}
.content p {
	margin: 3px 6px 6px; color: #555;
}

.content td {
	vertical-align: top;
}

.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 
div.columns div {
	float: left; width: 50%;
} 
div.left {
	
}
div.right {
	
}
div.clearcolumns { 
	clear: both; 
}
hr {
	background-color: #666;
} 
