/*
CSS Style sheet for First Christian Church of Marietta
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #663399;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}


a:link {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}


img {
	border: none;
}

/* Logo Bar */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: white url("../Images/header.jpg") no-repeat;height: 200px;
}

#header h1 {
	float: left;
	padding: 20px 0 0 260px;
	font-size: 3em;
}

/* Menu List*/

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: #421C52;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 135%;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	color: #FFFF00;
}

/* Content for columns */

#content {
	width: 800px;
	margin: 0 auto;
}

/* 2 column layout 1:3 */

#colOne {
	float: left;
	width: 160px;
	height: 800px;
	padding: 20px 10px 0 10px;
	background: white;
}

#colTwo {
	float: left;
	width: 598px;
	padding: 20px 10px 0 10px;
	background: white;
	border-left: #421C52 2px solid;
}

/* Address and Copyright footer */

#footer {
	float: right;
	width: 618px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	font-size: smaller;
	background: #FFFFCC;
	color: #000000;
	border-top: #421C52 3px solid;
	border-left: #421C52 2px solid;
	
}

