body {
	margin:0;
}
#container {
	width:100%;
}
#bar {
	border: 1px solid #2A2A2A; background: #111111; color: #fff; font-weight: bold; text-shadow: 0 -1px 1px #000; background-image: -moz-linear-gradient(top, #3c3c3c, #111111); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3c3c3c),color-stop(1, #111111));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c', EndColorStr='#111111')";
	height:50px;
	padding-left:55%;
}
#top {
    margin:0;
	background-color:#eeeeee;
	height:150px;
	padding-top:0px;	
}
#top h1 {
	
	
	font-size:2.2em;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#111;
	text-align:center;
}
#top h2 {
	margin:0;
    padding-top:15px;
	font-size:1.2em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#aaa;
	text-align:center;
}
#mid {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	height:380px;
	padding-top:20px;
	text-align:center;
}

#light {
	color:#aaa;
}
.lighthi {
	color:#508ACC;
}
.large {
	font-size:1.3em;
}

.thirty {
	float:left;
	width:30%;
	height:300px;
	margin-left:3%;
}
/*
img {
	position: absolute; 
    bottom: 0; 
}*/
a {
	color:#508ACC;
	font-size:0.9em;
}

#bottom {
text-align:center;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
width:100%;
min-height:120px;
margin-left:auto;
margin-right:auto;
border: 1px solid #6097cf; background: #6097cf; color: #fff; font-weight: bold; text-shadow: 0 -1px 1px #000; background-image: -moz-linear-gradient(top, #43709d, #6097cf); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #43709d),color-stop(1, #6097cf));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#43709d', EndColorStr='#6097cf')";
}

#foot {
	padding-top:20px;
	clear:both;
	color:#aaa;
	font-size:.7em;
	text-align:center;
	padding-bottom:20px;
}
