/* @override http://www.congofrontlinemissions.org/stylesheets/default_page.css */

body, html {
	margin: 0px;
	padding: 0;
}

body{
	color: #CCC7C4;
	background-color: #5d4c44;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1.3em;
}

h2 {
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1.4em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}

strong {
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 90%;
	color: #fff;
}

#sidebar {
	
}



/* @group wrapper - gives background */

#wrapper {
	width: 815px;
	margin-top: 40px;
	background-image: url(http://www.congofrontlinemissions.org/images/wrapper_middle.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#wrapper .wrapper_top {
	width: 815px;
	height: 12px;
	background-image: url(http://www.congofrontlinemissions.org/images/wrapper_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#wrapper .wrapper_bottom {
	width: 815px;
	height: 12px;
	background-image: url(http://www.congofrontlinemissions.org/images/wrapper_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* @end */

/* @group header */

#header {
	width: 815px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header_background {
	width: 194px;
	height: 115px;
	background: url(http://www.congofrontlinemissions.org/images/header_background.jpg) no-repeat;
	margin-left: 6px;
	display: block;
	float: left;
}

img.random {
	float: right;
	clear: left;
	padding-right: 17px;
	padding-top: 10px;
	margin: 0;
}

/* @end */

#container {
	position: relative;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	position: relative;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
}

#footer .copyright {
	float: left;
	height: 15px;
	padding: 0px 0px 0px;
	top: 5px;
	font-size: 95%;
}

#footer .s_logo {
	float: right;
	width: 65px;
	height: 17px;
	padding: 0px 0px 0px;
	margin-top: -2px;
}

a, a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #c1a08f;
	text-decoration: underline;
}

a, a:link visited {
	color: #a76924;
	text-decoration: none;
}

a:link img {
	border-style: none;
}

a:link img visited {
	border-style: none;
}

