body {
	background: #ffddff url(../images/flower.gif) repeat-y center top;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}



img {
   padding:4px;
   border:2px solid #990000;
   background-color:#ffffff;
}





/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
}

/* Logo */

#logo {
	float: center;
	width: 800px;
	height: 146px;
	padding: 0 0 0 0px;
	background: url(../images/banner.gif) no-repeat center;
	position: absolute; center;
	top: 0px;
}

#logo h1 {
	font-size: 2.5em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	border: none;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
        position: relative;
}

/* Column One */

#colOne {
	float: left;
        width: 200px;
        position: relative;
        left: 20px;
}


#colTwo {
	float: right;
	width: 550px;
	position: relative;
}


#colThree {
        width: 790px;
        marginn-top: -15px;
        margin-left: auto;
        margin-right: auto;
}



#colFour {
	float: right;
        width: 300px;
        position: relative;
	right: -20px;
}



#des {
        float: left;
        width: 470px;
        height: 250px;
        position: relative;
}



#colTwo li ul {
	padding: 1em 0;
}

#colTwo li a {
	padding-right: 0px;
	background: url(../images/img5.jpg) no-repeat left center;
	border: none;
}

/* Latest Post */

#latest-post {
	padding: 25px 0 0 0;
	background: url(images/img3.jpg) no-repeat center top;
}

#latest-post .title {
	padding: 0 0 0 30px;
	background: url(images/img4.jpg) no-repeat left center;
	font-size: 1.5em;
}

#latest-post .title a {
}

#latest-post .posted {
	padding: 0 0 2em 30px; 
	font-size: x-small;
}

#latest-post .posted a {
	background: none;
}

#latest-post .image {
	float: center;
	margin: .3em 1em 1em 0;
}

/* Recent Posts */

#recent-posts {
	padding: 50px 0 0 0;
	background: url(images/img3.jpg) no-repeat center top;
}

#recent-posts .title {
	padding: 0 0 0 30px;
	background: url(images/img4.jpg) no-repeat left center;
	font-size: 1.5em;
}

#recent-posts ul {
	margin: 0;
	padding: 20px 0 0 30px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 0 10px 0;
}

#recent-posts a {
	background: none;
}

/* Footer */

#footer {
	position: relative;
	bottom: -20px;
}
