/*#############################################################
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.
#############################################################*/


/* BASICS */


body
	{
	margin: 0;
	padding: 0;
	border-width: 0;
	font-family: arial, helvetica, sans-serif; 
	color: #000; 
	background: transparent none;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	text-align: justify; 
	line-height: 120%;
	}

/* HEADER */

#header
	{
	color: #000;
	background: #fff none;
	width: 760px;
	margin: 0 auto 0 auto; 
	padding: 0;
	}

#header .visual
	{
	height: 110px;
	color: #ccc; 
	background: #000 no-repeat;
	margin-bottom: 10px;  
	}

#header .visual h1
	{
	float: right;
	font-family: arial, helvetica, sans-serif; 
	color: #a99;
	text-align: right;
	font-size: 36px;
	line-height: 120%;
	padding: 0 10px 0 0;
	position: relative;
	top: -10px;
	}

#header .visual h1 span
	{
	color: red;
	font-size: 42px;
	font-style: oblique;
	background: transparent none;
	}

#header .logo
	{
	float: left;
	height: 100px;
	padding: 0;
	color: #cff;
	background: transparent none;  
	}

#header .visual img
	{
	position: relative;
	top: 5px;
	float: left;
	border: none; 
	}

#header #space
	{ 
	height: 5px; 
	width: 760px; 
	margin-left: auto; 
	margin-right: auto;
	background: #fff no-repeat; 
	padding: 0 0 0 0; 
	}




/* MAIN */

div#container 
	{ 
	width: 760px; 
	margin: 0 auto 0 auto; 
	background: #000 no-repeat;; 
	padding: 0; 
	border-right: 2px solid gray; 
	}
 
div#first-column 
	{ 
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 120%;	
	background: #000 none; 
	width: 148px; 
	padding: 0 0 0 10px;
	}
 
div#first-column p
	{ 
	color: #fff;
	font-size: 16px;
	line-height: 120%;	
	background: #000 none; 
	padding: 0 0 0 10px;
	}
 
div#first-column img
	{ 
	border: none;
	}
 
div#content 
	{ 
	color: #00f;
	width: 600px; 
	margin: 0  0 0 158px; 
	background: #fff url(../img/paper.gif) repeat;; 
	} 

div#content h1
	{ 
	padding: 0 10px 10px 10px; 
	font-family: arial, helvetica, sans-serif; 
	text-align: center;
	font-size: 28px;
	color: navy;
	background: transparent none; 
	} 

div#content p
	{ 
	padding: 0 10px 10px 10px; 
	font-family: arial, helvetica, sans-serif; 
	text-align: justify;
	font-size: 14px;
	color: navy;
	background: transparent none; 
	} 

div#content p.center
	{ 
	text-align: center;
	} 

div#content p a
	{ 
	color: #c00;
	background: transparent none; 
	} 

table
	{
	margin-left: 20px;
	}

td.right
	{
	text-align: right;
	margin-right: 10px;
	}

div h4
	{
	color: #000;
	text-align: center;
	}

a:link
	{
	text-decoration: none;
	background: transparent none;
	color: #9ff;
	}

a:visited
	{
	text-decoration: none;
	background: transparent none;
	color: #996;
	}

a:hover
	{
	text-decoration: none;
	background: transparent none;
	color: #c03;
	}



/* FOOTER */

#footer
	{
	width: 760px; 
	margin-top: 28px; 
	margin-left: auto; 
	margin-right: auto;  
	margin-bottom: 10px; 
	border-top: 2px solid #633;  
	text-align: center;  
	padding-top: 5px;
	}

#footer p
	{
	font-size: 10px; 
	line-height: 14px; 
	margin: 0;  
	color: #ccc;
	background: #000 none;
	text-align: center; 
	}

#footer img
	{
	border: 0; 
	}

#footer a
	{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #000 none;
	}

#footer a:hover
	{
	color: #f30;
	background: #000 none;
	text-decoration: none;
	}

