﻿/*Created for Dawson Road Church of Christ by Church of Christ Web Hosting & Design, LLC--February, 2008*/

body{
	background-color:#dce1db;
	margin:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}
/*Layout*/
#banner{
	width:841px;
	margin:0 auto 0 auto;
	height:342px;
	background-image:url('images/banner1.jpg');
	background-repeat:no-repeat;
}
#menu{
	width:841px;
	margin:6px auto 0px auto;
	height:auto;
	text-align:center;
}

#container{
	width:841px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
}

#col1{
	width:200px;
	height:auto;
	float:left;
	
}

#col1 img{
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
/*Editable Region*/
#content{
	margin: 0 0 10px 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
}

#content ul{
	margin-left:40px;
	color:#496968;
	list-style-type:circle;
	line-height:1.7em;
	
/*End Editable Region*/
}

#footer{
	width:841px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	height:29px;
	padding-top:15px;
	
}	

#legal{
	width:300px;
	float:left;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	padding-left:20px;
	text-align:left;
	
}
	
#author{
	width:300px;
	float:right;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	padding-right:20px;
	text-align:right;
	font-variant:small-caps;
}

#class{	
	width:130px;
	float:left;
}	

#time{
	width:70px;
	float:right;	
	
/*End Layout*/
}
/*Footer Style*/
#footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	width: 300px;
	padding-left: 20px;
	color: #435755;
}

#counter{
	width:125px;
	float:left;
	height:25px;
}

#weather{
	width:125px;
	float:right;
	height:25px;
}
#footer #author a{
	color:#496968;
	text-decoration:none;
	font-weight:bold;
}

#footer #author a:hover{
	color:black;
	text-decoration:underline;
/*End Footer Style*/	
}
/*Left Column Style*/

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#1f2b2b;
	line-height:1.3em;
	text-align:justify;
}

h1{
	font-size:x-large;
	color:#496968;
}

h2{
	font-size:large;
	color:#496968;
}

h3{
	font-size:medium;
	color:#496968;
}

h4{
	font-size:medium;
	font-variant:small-caps;
}

img{
	border:0;
}

a{
	color:#697b83;
	text-decoration:none;
}
a:hover{
	color:#948c8a;
	text-decoration:underline;
}

hr{
	color:#496968;
	width:98%;
	margin-right:auto;
	margin-left:auto;
}

.center{
	text-align:center
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}
.marginbtm{
	margin-bottom:0px;
}
.margintop{
	margin-top:5px;
}

