/*
Design by Alice Brown
http://www.alicebrown.infor
*/

*

body {
	margin: 0;
	padding: 0;
	background: url(image/backdrop.jpg) repeat center;
	font-size: 13px;
	color: #696969;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#back {
	width: 900px;
	background: url(images/back.png) repeat center;
	margin: 0 auto;
	padding: 0px;
}

.box {
	background: #ffffff;
}

h1 {
	font-weight: bold;
	font-size: 22px;
	color: #5e7b34;
}


h2 {
	font-weight: normal;
	font-size: 18px;
	color: #696969;
}

h3 {
	font-weight: normal;
	font-size: 15px;
	color: #8ea607;
}

h2 {
	font-weight: normal;
	font-size: 17px;
	color: #696969;
}

h5 {
	font-weight: normal;
	font-size: 14px;
	color: #bcbcbc;
	position: right;
}

a {
	color: #742000;
}

a:hover {
	text-decoration: none;
	color: #5e7b34;
}

/* Header */

#header {
	width: 900px;
	padding-top: 5px;
	background:  #ffffff url(images/header.png) no-repeat center;
}

/*image rap*/

.floatingleft {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    }


/*lists*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Menu */

#menu {
	width: 900px;
	position: center;
}

#menu ul {
	margin: 0px;
	padding: 140px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 80px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #742000;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #8ea607;
}


/* Page */

#page {
	padding: 20px;
	width: 750px;
	margin: 0 auto;
	
}

/* Content */

.floatimgleft {
    float:left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom:10px;
    }

.indent {
	width: auto;
	padding-left: 500px;
	font-size: 2em;
	font-color: #c8c8c8;
}

#content {
	padding-top: 75px;
	float: center;
	width: 600px;
	margin-right: 20px;
	margin-left: 20px;
}

	
.post {
	margin: 10px;
	padding: 10px;
	width: 800px;
	margin-right: 0px;
	background-repeat: repeat-y;
	background-position: left;
	background: #ffffff;
}

/*top background*/


#top {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	height: 69px;
	background: url(images/top_back.png) no-repeat center;
	}

/*bottom background*/

#bottom {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	height: 59px;
	background: url(images/bottom.png) no-repeat center;
	}
	

#footer {
	width: 750px;
	clear: both;
	margin: 0px auto;
	background: #ffffff;
	border-top: 1px solid #696969;
	font-size: 14px;
	text-align: center;
	color: #696969;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}
