/*
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	color: #1776c7;
	text-decoration: underline;
}
body {
	padding-top: 40px;
	background: #CCC url(../img/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 12px Arial,sans-serif;
}
.gfx a {
	background: #F5F5F5 url(../img/2.png) no-repeat center;
	display: block;
	height: 150px;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 16px Arial;
	line-height: 4em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px;
	height: 36px;
	text-decoration: none;
}
.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;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 16px Arial,sans-serif;
	color: #666;
}
.content p {
	margin: 3px 0 6px
	color: #666;
}
.item {
	background: #FCFCFC url(../img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	font: normal 10px Arial,sans-serif;
}

.footer a {
	text-decoration: none;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
