#version{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background-image: url('../images/header_bg.jpg');
	margin-bottom: 20px;
}

#header_logo{
	position: relative;
	top: 0px;
	width: 600px;
	height: 300px;
	margin: 0px auto;
	background-image: url('../images/captall_logo_600_300.jpg');
}

#menu{
	position: absolute;
	top: 310px;
	left: 10px;
	width: 200px;
	height: 500px;
}

#content, #content-index, #footer{
	position: relative;
	width: 1000px;
	margin: 20px auto;
	font-size: 22px;
	margin-left: 200px;
}

#content{
	font-size: 18px;
}

h2{
	position: relative;
	left: -10px;
	text-decoration: underline;
}

a{
	color: #00f;
}

a.menu{
	margin-bottom: 10px;
	width: 200px;
	padding: 5px 20px;
	background-color: #00f;
	color: #fff;
}

ul { 
	height: 200px; 
	margin: 0px; 
	margin-bottom: 10px; 
	padding: 0px;
}

li{ 
	float: left; 
	margin-right: 10px; 
	list-style: none;
	font-size: 16px;
}

pre.brush{	
	margin: 10px 0px;
	padding: 5px 0px;
}

#options-left, #options-middle, #options-right{
	float: left; 
	width: 170px;
	font-size: 18px;
}

#options-middle{
	width: 450px; 
	margin-left: 0px;
}

#options-right{
	width: 350px; 
	margin-left: 0px;
}

#deny{
	width: 200px;
	height: 100px;
	text-align: center;
}

#deny p{
	margin-top: 40px;
}

.square{
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px;
	background-color: #000;
}

#footer{
	padding-top: 10px;
}

#footer #wezy{
	float: right;
}


