/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #99ff33;
}
body {
	background: #000 url(img/starcross.jpg) repeat;
	color: #fff;
	font: normal 62.5% "Verdana",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Verdana",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	font: normal 1.3em "Verdana",serif;
}

blockquote {
	background: #000;
	color: #99ff33;
	display: block;
	font: normal 1.3em "Verdana",serif;
	padding-left: 20px;
	padding-right: 20px;
}
h1,h2,h3 {
	color: #99ff33;
	padding-top: 6px;
	font: normal 1.3em "Verdana",serif;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(img/bgheader.gif) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #fff;
	font: bold 3.4em "Verdana",sans-serif;
}

/* navigation */
.navigation {
	background: #000 url(img/bgnavigation.gif) repeat-x;
	font: bold 1.2em "Verdana",sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #000;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #fff;
}

/* main */
.main {
	clear: both;
	padding: 10px 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #000 url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	font: bold 1.3em "Verdana",serif;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 18px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	list-style: none;
	
}
.sidenav li a {
font: normal 1em "Verdana",serif;
	background: #000;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #000 url(img/sidenavh1.gif) repeat-x;
	color: #000;
	font-weight: bold;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
	margin-left: 18px;
}

/* footer */
.footer {
	background: #000 url(img/bgfooter.gif) repeat-x;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}