/* 
yellow: ffc000
blue : 0e57a3

*/

* html {
text-align: center;
}

* { padding: 0; margin: 0; }

body {
	font-family: verdana, Helvetica;
	font-size: 12px;
	color:#000;  
	text-align: center;
	background-color:#ffffff;
	min-width:1000px;
	}
	
	
#wrapper {
	width:1000px;
	text-align:left;
	margin-left: auto;
  margin-right: auto;
	background-color:#ffffff;

}


#main {
	width:1000px;
	float:left;	
	position:relative;
	background-color:#ffffff;
}



#header {
	float:left;
	position:relative;
	width:1000px;
	height:244px;
}

#header #logo {
	float:left;
	position:relative;
	width:268px;
	height:244px;
}

#header #sitename {
	float:left;
	position:relative;
	width:732px;
	height:180px;
}
#header #menu {
	float:left;
	position:relative;
	width:732px;
}

#content {
	float:left;
	position:relative;
	width:1000px;padding: 0; margin: 0;
	background-color:#ffffff;
}
#pagecontent {
	float:left;
	width:650px;
	height:auto;
	padding-left:40px;
	padding-right:50px;
	padding-top:40px;
}
#rightside {
	float:left;
	width:250px;
	color:#c1c1c1;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#sponsors {
	float:left;
	position:relative;
	width:1000px;
	height:auto;	
	font-size:16px;
	font-weight:bold;
}
.sponsors {
	color:gray;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
#frontimage {
	float:left;
	position:relative;
	width:1000px;
	height:300px;
	background-image:url('../../images/midbacka.jpg');
	background-repeat:no-repeat;
	
}

#nominate {
	float:left;
	position:relative;
	width:338px;
	height:199px;
	padding-top:5px;
	padding-left:15px;
}
#twitterfeed {
	float:right;
	position:relative;
	width:250px;
	height:200px;
	padding-top:7px;
	padding-right:15px;
	
}
td {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color:#000;  
}
a:link, a:visited, a:active{
 	color:#0e57a3;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
 	color:#0e57a3;
	text-decoration:underline;
	font-weight:bold;
}
ol {
	padding-left:50px;
}
li {
  padding-left: 5px;
} 
h2 {
	color:#0e57a3;
}

p {
	margin-top:15px;
	margin-bottom:15px;
}
input {
	color:black;
	background-color:white;
	border: #2c5f96 1px solid;
	padding:1px;
	font-size:12px;
	margin:1px;
}
select {
	color:black;
	background-color:white;
	border: #2c5f96 1px solid;
	padding:1px;
}
textarea {
	color:black;
	background-color:white;
	border: #2c5f96 1px solid;
	padding:1px;
} 

#footer {
	float:left;
	position:relative;
	width:1000px;
	height:130px;
	color:#fff;
	text-align:center;
	font-size:11px;
	background-color:#0e57a3;
}
#footer #text {
	padding-top:10px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
.contact2 {
	font-size:16px;
}