/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/wecanrunlogolite.png);
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


div.container {width:90%;
height:750px;
margin: 0px;
position:absolute; left: 10%;
}

div.placard {position:absolute;
top:200px;
left:200px;
padding:200px;
}

div.banner {position:absolute;
height:150px;
width:100%;
}

div.content {position:absolute;
top:150px;
}

.h1 {font-weight:bold;
font-size:large;
}

div#navbar  {width:600px;
height:30px;
position:absolute; top:115px;left: 100px;
}

ul#list-nav {
list-style:none;
/*margin:20px;*/
padding:0;
width:600px
}

ul#list-nav li {
	display:inline;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:119px;
background:#DD5C5A;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;/*puts white line between buttons*/
}

ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}

/*
OLD COLOR 485e49
*/



div#button 
{
	position:absolute;
	top:634px;
	background-color:#FF00FF;
	left: 321px;
}

