/*
"Oakmont Sunday Symposium" rev layout
*/

body {
	margin: 0;
	padding: 0;
	background: #1B3E29;
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
}

a:link {
	text-decoration: none;
	color: #a3824d;
}
a:visited {
	text-decoration: none;
	color: #a3824d;
}
a:hover {
	text-decoration: none;
	color: #ffb515;
}
a:active {
	text-decoration: none;
	color: #a3824d;
}
a {
	font-weight: bold;
}
/* Use a single rule for elements that share the same properties */
h1, h2, h3, p, ul, li {
	margin: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}

ul {
	list-style-type: none;
}

/* Our friend "margin: 0 auto" shows up again */
#wrap {
	padding: 10px;
	width: 950px;
	background: #FFF;
	border: 10px solid #ffb515;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}

#header {
	height: 280px;
	background-image: url(../images/global/osslogo7.jpg);
	background-repeat: no-repeat;
}

/*
Use background images in CSS to add visuals
to text

*/
/* Standard float positioning */
#content {
	padding: 0;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}



/*
Remember to "clear: both" when positioning elements
below floated elements.
*/
#footer {
	clear: both;
	padding: 10px;
	background: #eee;
	border-bottom: 2px solid #ddd;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #777;
}
#nav {
	height: 20px;
	width: 880px;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #1B3E29;
	margin: 0px;
}
.float_image_left {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.three_images {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.margin_left_30px {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
}
.margin_left_60px {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 60px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a3824d;
	font-size: 1.5em;
	line-height: 1.2em;
}
h1    {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #a3824d;
	font-size: 2.5em;
	line-height: 1em;
}
.center_text {
	text-align: center;
}
.small_font {
	font-size: .8em;
}
p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.float_image_right {
	float: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
}
