/* --- HTML element defaults */

body {
    	background-color: #E8E8E8;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a, a:link {     /* styles for links */
}
a:hover {       /* styles for links when hovered over */
}
a:visited {     /* styles for visited links */
}

h1 {
	font-size:15px;
	margin: 0px 0px 0px 0px;
}

#toplink {
	font-size:24px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	padding: 10px;
}

p {
	margin: 12px 0px 12px 0px;
}

hr {
	width: 80%;
}

/* --- blocks used in template files */

#page {
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	width: 728px;
border-width: 0.2em;
border-style: groove;
border-color: #000000; 
}

#header {
	width: 740px;
	height: 75px;
}

#content {
	padding: 10px 40px 10px 50px;
	text-align: left;
}

#topad_include, #ad_include {
	margin: 12px 0px 12px 0px;
	text-align: center;
}
#homearticle_include {
    margin: 12px 0px 12px 0px;
}

#title {
	text-align: left;
	color:#000000;
}

#footer {
	text-align: center;
	font-size:10px;
	padding: 10px 10px 10px 10px;
}

#recentposts {
	margin: 0px 0px 10px 0px;
	font-size:14px;
}

#lowerlinks {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	padding: 1px;
	background-color: #cccccc;
}
#lowerlinks2 {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	padding: 1px;
    color: #666666;
}
#lowerlinks2 a, #lowerlinks2 a:link {
    color: #666666;
}

#lowerlinkstopad {
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	padding: 2px;
}

/* to set the colors of the lower links, un-comment the lines below... */
/*
#lowerlinks a, #lowerlinks a:link {
    color: #0000ff;
} 
*/

#commentform textarea {
	width: 99%;
}

/*
These classes may be generated by wordpress and can be customized below.
*/

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}