body {
	background-color:#3a280f;
}

/* --------- Positioning -------------------- */

#container {
	position:relative;
	margin:0 auto;
	width:800px;
	background-color:#ffffff;
}
#outer-content {
	width:800px;
	background: #ffffff url(../../images/img-tuxman.gif) 5px 10px no-repeat;
	min-height:300px;
}
#inner-content {
	margin: 35px 30px 10px 150px;
}
#inner-content .column1, #inner-content .column2 {
	width:50%;
	float:left;
}
#header-img {
	width:800px;
	height:100px;
}
#footer-img {
	width:800px;
	height:31px;
}
/* --------- Elements -------------------- */

#main-nav {
	font-size:1.2em;
	text-align:right;
	padding:5px 10px;
	font-weight:bold;
}
#main-nav a:link, #main-nav a:visited, #main-nav a:active, #sub-nav a:link, #sub-nav a:visited, #sub-nav a:active {
	color:#000000;
	text-decoration:none;
}
#main-nav a:hover, #sub-nav a:hover {
	color:#abc07d;
	text-decoration:underline;
}
#main-nav a.active, #sub-nav a.active {
	color:#abc07d;
	text-decoration:underline;
}
#sub-nav {
	font-size:1.1em;
	text-align:right;
	padding:5px 10px;
	font-weight:bold;
}

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#abc07d;
	text-decoration:none;
}
ol, ul {
	margin-left:8px;
}
#inner-content ul li {
	 padding:5px 0;
}
/* --------- Typography -------------------- */
h1 {
	font-size:1.6em;
	line-height:120%;
	font-weight:bold;
	color:#3a280f;
}
h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#e17c05;
}
h3 {
	font-size:1em;
	font-weight:bold;
	color:#3a280f;
}
p {
	line-height:1.3em;
}

/* --------- Fanciness -------------------- */

.box_title {
	margin: 10px 0 10px 0;
	cursor:pointer;
}

input.text {
	width:200px;
}
textarea {
	width:200px;
	height:80px;
}

