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

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font: normal 14px "Trebuchet MS",sans-serif;
	font-weight: bold;
	color: #F06;
}
body {
	background: #FFF url(img/bg.gif) repeat-x;
	color: #F06;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
	width: 100%;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
img {
	border: 0px;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	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: #F06;
}
/* misc */
.clearer {
	clear: both;
}

/* left side (main content) */
#left {
	margin: 0 0 20px 20px;
	border-right: 1px dotted #ff0066;
	padding-right: 3%;
	width: 368px;
}

#content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
#content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
#content h1, #gallery h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
#content a,.footer a, #right a {
	color: #F06;
	text-decoration: none;
}
#content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

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

/* navigation */
#nav {
	left: 405px;
	text-align: center;
	width: 220px;
	top: -30px;
}

/* subnav */
#right {
	background: #222;
	left: 695px;
	width: 175px;
	text-align: center;
}
#nav {
	padding: 12px 12px 0;
}
#nav h1 {
	color: #F06;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 30px;
	height: 50px;
	margin-left: 8px;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/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;
}

/* New addition */
#wrapper {
	width: 650px;
	background: #222;
	margin-bottom: 20px;
	margin-left: 40px;
	position: absolute;
	top: 40px;
}

#gallery {
	width: 761px;
	background: #222;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: center;
	position: absolute;
	top: 40px;
}

/* Banner Style */
img.banner
{
	display: block;
	border: 1px dashed transparent;
	margin: 20px auto;
	text-align: center;
}

img.banner:hover {
	border: 1px dashed #fff;
}

/* Links Style */
#links h2
{
	padding-left: 5px;
	font: normal 2em "Trebuchet MS",sans-serif;
	color: #F06;
}

#links table
{
	padding: 5px;
}

#gallery table
{
	margin: 0 auto;
	text-align: center;
}