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

body {
	background:url(../images/bg_main.jpg) repeat-x bottom;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	color:#333333;
	font-size:small;
	margin:0;
	padding:0;
	min-height:100%;
}

h1 {
	font-size:1.8em;
	font-weight:bold !important;
	letter-spacing:-1px;
}

h2 {
	font-size:1.6em;
	border-top:#333 1px dotted;
	border-bottom:#333 1px dotted;
	padding:2px 0;
}

h3 {
	font-size:1.2em;
	border-top:#333 1px dotted;
	border-bottom:#333 1px dotted;
	padding:2px 0;
}

p {
	font-size:1.0em;
}

a { color:#CC0000;}
a:hover { color:#FF0000;}
a:visited { color:#990000;}

#navigation_container {
	width:100%;
	background:url(../images/bg_navigation.jpg) repeat-x top;
	height:100px;
	top:0;
}

#nav_buttons {
	height:80px;
	margin:0;
	padding:0;
	width:970px;
	margin:0 auto;
}

#nav {
	margin-left:500px;
	top:0px;
	position:absolute;
}

#nav ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	list-style:none;
	display:inline-block;
	margin-left:10px;
}

#container {
	width:990px;
	padding:0;
	margin:0px auto 20px;
	padding-top:20px;
	
}

#downloads {
	width: 445px;
	height:460px;
	padding:5px;
	float:right;
}

	#downloads h1 {
		font-size:2.0em;
		font-weight:bold !important;
		letter-spacing:-2px;
		line-height:28px;
		margin:35px 35px 0px;
	}
	
	#downloads h3 {
		font-size:1.2em;
		border-top:#333 1px dotted;
		border-bottom:#333 1px dotted;
		padding:2px 0;
		margin:5px 35px 0px;
	}
	
	#downloads p {
		font-size:1.0em;
		margin:10px 35px 0px;
	}

.right {
	margin-left:282px;
	width:230px;
	border-right:#333 dotted 1px;
	padding:0 10px 0 17px;
	min-height: 10em;
}

.middle {
	width: 240px;
	border-right: #333 dotted 1px;
	padding: 0px 20px;
	float: left;
	min-height: 10em;
}

.span {
	width: 500px;
	border-top: #333 dotted 1px;
	border-right: #333 dotted 1px;
	padding: 20px;
	min-height: 8em;
}
