/* standard elements */

* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	text-decoration: none;
}
body {
	background: #FFF url(../images/bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #134B9C;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #D8212C;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	border-bottom: 1px solid #EEE;
	height: 24px;
	margin-bottom: 0px;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 25px;
	text-align: right;
	margin-bottom: 25px;
}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #FFF;
	padding: 0 6px;
	font-size: 1.5em;
}

/* left side (main content) */
.left {
	margin: 0 42% 20px 3%;
}
.content .descr {
	color: #134B9C;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content a,.footer a {
	color: #D8212C;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}
img.ownerpic {
	float: right;
	border: 5px solid #EAECEE;
}

/* nav & subnavigation */
.right,.menu {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */
.right {
	right: 3%;
	text-align: center;
	width: 17%;
}
.right .logo {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 228px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.right h1 {
	color: #F60;
	margin: 12px 0;
}
.right li {
	border-bottom: 1px solid #EEE;
}
.right li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.right li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.menu {
	background: #222;
	right: 23%;
	width: 16%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #EEE;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(../images/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}

/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
#############################################################*/

