﻿/* beta - a free web template by spyka webmaster
   http://www.spyka.net
*/

/* page */
body {
	background-color:#555555;
	margin:0 auto;
	font-size:1.0em;
	color:#999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* headers */
h1 {
	font-size: 3.4em;
	text-align: center;
	color: #ffffff;
	letter-spacing: 3px;
	font-weight: normal;
}
h2 {
	color: #5580B4;
	padding: 9px 0px 0 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

/* paragraphs */
p {
	padding: 0px;
	color: #666666;
	margin: 5px 0px 0px 17px;
	font-weight: bold;
	width: 513px;
	text-align: justify;
}

/* links */
a {
	color: #202020;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	border-style: 0 0 0 0;
	border-top-color: 0;
	border-bottom-color: 0;
	border-right-color: 0;
	border-left-color: 0;
	border-width: 0px;
}
div#footer a {
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	padding: 4px;
	text-align: right;
}
div#footer a:hover {
	border: none;
	text-decoration: underline;
}

/* lists */
ul, ol {
	color: #5580B4;
	padding-bottom: 0;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color: #333333;
	width: 800px;
	padding: 5px 5px 0 5px;
	margin: 20px auto 0 auto;
	height: 1204px;
}
div#header {
	background-image:url('../_download/beta/images/headerbg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#111111;
	height:120px;
	padding:10px;
}
div#nav {
	background-image:url('../_download/beta/images/navbg.jpg');
	background-repeat:repeat-x;
	height:50px;
	border-bottom:1px solid #416C9C;
	border-top:1px solid #325277;
}
div#nav ul {
	float:left;
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:15px 15px 0 15px;
	height:35px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.8em;
	color:#cccccc;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#ffffff;
	background-color:#1D2F43;
}

/* content */
div#content {
	background-position: right;
	background-color: #FFFFFF;
	height: 941px;
	background-image: url('../Background_2.jpg');
	background-repeat: no-repeat;
	top: 0px;
	clip: rect(inherit, auto, auto, auto);
}

/* footer */
div#footer {
	margin: 0px;
	padding: 20px 5px;
	background-color: #325479;
	color: #ffffff;
}
div#footer p {
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: 5px;
}

/* generic classes */
div#topleft {
	width: 797px;
	height: 629px;
	float: left;
}
div#leftmid {
	background-color: #00FFFF;
	width: 450px;
	height: 200px;
	float: left;
	clear: left;
}
div#rightmid {
	width: 236px;
	height: 313px;
	float: right;
	clear: right;
}

.clear {
	clear: both;
}

div#topright {
	width: 236px;
	height: 178px;
	float: right;
	top: 219px;
	left: 572px;
	padding-right: 16px;
}

