body { 
	background:#EEEEDF url("images/bg1.jpg");
	background-position: center top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#container { 
	margin:0 auto;
	width:919px;
	background:url("images/bg2.png");
	background-position: center top;
	background-repeat:no-repeat;
}
#header {
	position:relative;
	margin:0 auto;
	width:900px;
	min-height:150px;
	_height:150px;
}
#navbar {
	position:absolute;
	top:120px;
	left:20px;
	height:30px;
}
#hero {
	margin:0 auto;
	width:900px;
	height:300px;
}
#copy {
	position:relative;
	margin:0 auto;
	width:900px;
	background:#FCFCFC;
}
#footer {
	margin:0 auto;
	width:900px;
	height:75px;
	background:url("images/bg_footer.png");
	background-repeat:repeat-x;
	padding:12px 0 0 0;
}
#footer p, 
#footer a{
	font-size:11px;
	color:#999;
}
#footer a:hover{
	color:#fff;
}

.thingstodo p{
	width:500px;
}


/* general styles */
h1 {
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 20px;
	margin:0 0 15px 0;
	color:#0393C9;
	line-height:140%;
}
h2 {
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 16px;
	margin:0 0 15px 0;
	color:#0393C9;
	line-height:140%;
}
h4 {
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	color:#0393C9;
	line-height:140%;
	border-top:1px solid #ccc;
}
p {
	margin:0 0 15px 0;
	color:#333;
	line-height:140%;
	font-size: 13px;
}
a {
	color:#0393C9;
	text-decoration:none;
}
a:hover {
	color:#900;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ul{
	margin-bottom:15px;
}
li{
	margin-bottom:5px;
	color:#333;
	line-height:140%;
	font-size: 13px;
}

/* navbar */
#navbar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:30px;
}
#navbar ul li {
	display: inline;
	height:30px;
	margin: 0;
	padding: 0;
	float:left;
	line-height:100%;
}
#navbar ul li a {
	background: url("images/bg_navitem_f1.png") repeat-x;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size:13px;
	height:30px;
	margin:0 4px 0 0;
	padding:9px;
	float:left;
}
#navbar ul li a:hover{
	color: #036;
	background: url("images/bg_navitem_f2.png") repeat-x;
}
#navbar ul li a.on {
	color: #fff;
	background: url("images/bg_navitem_f3.png") repeat-x;
}
#navbar ul li a.on:hover {
	color: #fff;
	background: url("images/bg_navitem_f3.png") repeat-x;
}
