body {
	margin: 0;
	padding: 0;
	color: #3F3F3F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(../img/bg.png);
}

a { color: #68201D; text-decoration: underline; }
a:active,a:focus { outline: 0; }
a img { border: 0; outline: 0; }

strong { font-weight: bold; }

.clear { clear: both; }

#container {
	width: 860px;
	height: 100%;
	margin: auto;
	position: relative;
}

#container h2 {
	font-size: 14px;
	margin: 0 0 15px 0;
}

#container p { line-height: 20px; }

#container #header {
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
	padding: 40px 0 15px 60px;
	margin: 0 0 30px 0;
}

	#container #header ul {
		list-style: none;
		margin: 13px 10px 10px 0;
		padding: 0;
		float: left;
	}

		#container #header ul li {
			list-style: none;
			float: left;
		}
		
			#container #header ul li.logo {
				border: none;
				margin: -5px 45px 0 0;
				float: left;
			}
			
			#container #header ul li a.button {
				height: 29px;
				width: 103px;
				background-position: top;
				position: relative;
				float: left;
			}
			
			#container #header ul li a.button.about { background: url(../img/header-about.png); }
			#container #header ul li a.button.apply { background: url(../img/header-apply.png); }
			#container #header ul li a.button.blog { background: url(../img/header-blog.png); }
			#container #header ul li a.button.resources { background: url(../img/header-resources.png); }
		
			#container #header ul li a.button:hover {
				background-position: 0px -29px;
				cursor: pointer;
			}
			
			#container #header ul li.logo:hover { background: none; border-bottom: none; }
			
			#container #header ul li a.button.selected { background-position: 0px -29px; }

#footer {
	width: 100%;
	text-align: right;
	line-height: 6px;
	background: #FFF url(../img/footer-logo.png)  2% 9px no-repeat;
	margin: 100px auto 0 auto;
	padding: 15px 0;
}

	#footer a {
		color: #7C7C7C;
		text-decoration: underline;
	}