@charset "UTF-8";
body  {
	font: 12px Verdana, Geneva, sans-serif;
	background: #222;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ccc;
	line-height: 1.4;
}
#container1 {
	width: 980px;
	background: #000;
	margin: 10px auto 0;
	border: 1px solid #333;
	text-align: left;
} 
#header {
	padding: 0 20px;
	position:relative;
}
#header #homelink {
	position:absolute;
	left:15px;
	top:10px;
	width:300px;
	height:40px;
	border:0px none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
	height: 50px;
	background: url(../images/gfx/logov3trans.png) no-repeat left center;
}
#sidebar1 {
	float: right; 
	width: 12em; 
	background: #EBEBEB;
	padding: 15px 0; 
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #666;
}
#mainContent {
	margin: 0 20px;
	min-height: 400px;
} 
#footer {
	padding: 0 20px;
	width: 940px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: left;
	color: #999;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link, a:visited {
	color: #00659B;
	text-decoration: none;
}
a:hover, a:active {
	color: #900;
	text-decoration: underline;
}
ul#nav {
	position:relative;
	margin:0;
	padding: 0;
	list-style-type: none;
	width:705px;
	float:right;
}
#nav li {
	margin:0;
	padding:0;
	float:left;
}
#nav a {
	float: left;
	font-size:1.2em;
	/*width:120px;*/
	padding:0 25px;
	color:#fff;
	line-height:1.6;
	text-decoration:none;
	text-align: center;
	border:1px solid #000;
	color:#aaa;
}
#nav li a:hover {
	color:#a00;
	border-bottom-color: #fff;
}
#body_ga1 #nav_ga1 a, #body_ga2 #nav_ga2 a, #body_ga3 #nav_ga3 a, #body_ga4 #nav_ga4 a, #body_ga5 #nav_ga5 a, #body_abo #nav_abo a {
	background-color:#600;
}
.mac {
	float: right;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
