@charset "utf-8";
/* CSS Document */

/*
green #9BCA23
blue #00ADED
orange #F7941F
*/

* {
	margin:0;
	padding:0;
}

body {
	background: url(graphics/wood-bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

a:link {
	color: #00ADED;
}

a:visited {
	color: #9BCA23;
}

a:hover {
	color:#F7941F;
}

a img {
	border:0;
}

h1 {
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	color:#F7941F;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

h3 {
	color:#9BCA23;
	padding:0;
	margin-bottom:0;
	margin-top:10px;
}

p {
	margin:20px 0;
}

#main-container {
	background:url(graphics/silhouette-bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:1024px;
	float:left;
}

#left-col {
	width:250px;
	float:left;
	height:900px;
	background: url(graphics/gray-transp-bg.png);
	background-repeat:repeat-y;
}

#header {
	width:774px;
	float:left;
	position:relative;
	right:12px;
}

#mid-col {
	width:500px;
	float:left;
	padding:20px;
	text-align:left;
}

#right-col {
	width:230px;
	float:left;
	padding-top:40px;
}

#action-list {
	margin-top:20px;
}

#action-list li {
	background: url(graphics/box-link.png);
	background-repeat:no-repeat;
	padding-top:4px;
	margin-bottom:10px;
	list-style-type:none;
	height:35px;
}

#page-list li {
	list-style-type:none;
	height:29px;
}

#mid-col li {
	padding:5px 0;
}

#sponsorbox {

}

div.photo {
	float: left;
	width: 230px;
	margin-right:10px;
	margin-bottom:10px;
}

dt {font-weight:bold;}
dd {margin-top:10px; margin-bottom:10px;}