/* General */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	color: #333;
	background:#fff;
	margin: 20px;
	padding: 0px;
	text-align: center;
}
img {
	border: 0px;
}
h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: .67em 0;
	color: #243a8c;
}
#menu h1 {
	color:#f60;
	text-align:center;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin: 0;
	border: 0;
	display: inline; 
}
#menu h2 {
	color:#eee;
	text-align:center;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
	margin: 0 10px;
	border: 0;
	display: inline; 
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f60;
	margin-bottom: 3px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #493003;
	letter-spacing: 1px;
	margin-bottom: 3px;
	line-height: 2em;
	margin: .67em;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #243a8c;
	margin-bottom: 3px;
	margin-top: 5px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #493003;
	padding: 0px;
	margin:0px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin:0px;
}
a:link, a:visited, a:active {
	color:#09F;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #f60;
}

#menu h1 a:link, a:visited, a:active {
	color:#f60;
	text-decoration: none;
}



/* placement */
#top {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	height: 96px;
	text-align:center;
	background-color:#fff;
	z-index:10;
	clear:both;
}
#menu {
	width: 100%;
	height: auto;
	text-align: center;
	background:#000;
	padding: 5px 0px 5px 0px;
	clear:both;
	color:#eee;
}
#page {
	width: 80%;
	min-width: 697px;
	height: 100%;
	min-height: 700px;
	margin: 0px auto;
	padding: 40px 20px;
	text-align: left;
	background:#ccf;
}
#left_col {
	width: 200px;
	min-height: 400px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
}	
#right_col {
	width: 200px;
	min-height: 400px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-left: 1px #F60 solid;
}
#content {
	margin: 0 250px 0 220px;
	width: auto;
	min-height: 400px;
}
#footer {
	background-image: url(http://www.theglobalelection.com/images/footer_bg_gradient.jpg);
	background-repeat: no-repeat;
	width: 697px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

