body      { background-color: #eadbb0; background-image: url("images/backgroundpattern.jpg"); background-repeat: repeat; background-attachment: scroll; margin: 0; padding: 0 }

#logo    { background-image: url("images/logo.jpg"); background-repeat: no-repeat; visibility: visible; position: absolute; z-index: 1; top: 0; left: 184px; width: 387px; height: 224px }

#pageborders { visibility: visible; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; }

#content {
margin-top:224px;
}

/*menu-specific css*/

#menu { 
position: absolute;
top: 0px;

margin-left: 63%;

width: 296px;
height: 265px;

z-index: 3;
}

#footer {
background-image: url(images/footer.gif);

margin-left: 33%;
margin-bottom: 30px;

width: 213px;
height: 54px;

text-align: center;
}


/*css for text layout*/

p, a, ol, ul, h1, h2, h3, h4, h5, h6  { font-family: Georgia, "Times New Roman", Times, serif }

p, a, ol, ul, h1, h2, h3, h4, h5  { color: #6d2f1f; }

h1 { font-size: 26px; padding-left: 20px;}

p  { text-indent: 40px }

td img {
border: 0;
}

/*h6 style is for quotations and excerpts*/

h6   { color: #585d3f; font-size: 14px; font-style: italic; font-weight: normal; text-align: center }

a:hover  { color: #db5e3e }
a:visited { color: #585d3f }
a:active { color: #6d2f1f }


#content img { padding: 5px; }

.floatingright {
float: right;
}

.floatingleft {
float: left;
}

/*my logo*/
#secondseraph {
position: relative;
top: -20px;
left: 47%;

display: block;

width: 35px;
height: 53px;

z-index: 10;
}

#secondseraph a {
background-image: url(images/secondseraph.gif);
display: block;
}

#secondseraph a:hover {
background-image: url(images/secondseraph_hover.gif);
display: block;
}

/*CSS for Blog Componenent*/

/*
form {
	padding: 0;
	margin: 0;
}
select {
	background-color: #eee;
}
div.news {
	
}
div.newsentry {
	border: solid 1px #ccc;
	width: 250px;
}*/
div.newsdate {
	font-weight: bold;
}/*
div.newstext {
	padding: 5px;
	margin: 0;
}
div.newserror {
	color: #f00;
}*/
