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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-repeat: repeat;
	background-color: #000;	
}
#container {
	width: 1000px;
	height: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-color: none;
	margin-bottom: 30px;
}

#headline {
	width:1000px;
	background-color: #000;	
	
}

#menu {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}

#gif  {
	float: right;
	margin-top: -1px;
	padding-left: 0px;
}

#mainContent, #about-mainContent, .text, #full, .parties {
	border: 3px solid #909;
	margin-bottom:30px;
	font-size: 90%;
}

.parties {
	padding-left: 10px;	
}

#full {
	padding:15px;
	background-color: #000;
}

#sidebar-left {
	float:left;
	width: 190px;
	background-color: #000;
}

.text{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#sidebar-right {
	float:right;
	width: 190px;
	background-color: #000;
	margin-right: 1px;
}
#about-left {
	float:left;
	width: 190px;
	background-color: #000;
}

#about-right {
	float:right;
	width: 175px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainContent {
	width: 540px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 200px;
	background-color: #000;
}

#about-mainContent {
	width: 523px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 215px;
	background-color: #000;
}

#low {
	width: 512px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -15px;
}

#logos {
	padding: 15px;	
}

#footer {
	font-size: 80%;	
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar-left img, #sidebar-right img{
	padding-bottom: 15px;	
}

#left {
	padding-right: 10px;
}

#right {
	padding-left: 10px;
	
}
form {
	width: 650px;
	border: 5px solid #90C;
	margin-right: auto;
	margin-left: auto;
}
