@charset "UTF-8";
/* CSS Document */

/*  */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color:#927a58;
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
		border:none;
	}
	
	a:active {
		border:none;
	}
	
	a:visited {
		border:none;
	}
	
	a image {
		color:#369;
	}
	a:hover image {
		color:#fff;
		text-decoration:none;
		border:none;
	} 
	
	a:active image {
		border:none;
	}
	
	a:visited image {
		border:none;
	}	
	
	h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		width:100%;
		height:70px;
	
		border-bottom:1px solid #000;
		background-image:url(../images/bg_gradient.jpg);
		background-repeat:repeat-x;
	}
	
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

#contentwrapper{
	float:left;
	width:400px;
}

#contentcolumn{
	margin-top: 20px; /*Margins for content column. Should be "0 */
	margin-left: 250px;
	margin-rigth:400px;
}

#leftcolumn{
	float:left;
	margin-top:20px;
/*	margin-left: -390px; */
	width: 300px; /*Width of left column in percentage*/
}

#rightcolumn{
	float: left;
	width: 400px; /*Width of right column*/
	margin-top:20px;
	margin-left:300px;
}

.innertube{s
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Footer styles */
#footer {
	font-family:Verdana, Geneva, sans-serif;
	clear:left;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	height:30px;
}

#footer p {
	padding:10px;
	margin:0;
}
/*  */

.imageList a img {
	border:none;
}
	

