a{
text-decoration: none;
color: #36f;
}

a:hover {
text-decoration: underline;
}

a:visited{
color: #090;
}

a:active{
color: #eff;
}

html{ 
background-image:url("../images/graphics/bg-stonewall4.jpg");
background-color: #ece7e4;
color: #003;
}

body{
margin: 0;
margin-left: 1em;
margin-right: 1em;
}

h1,h2,h3,h4,h5,h6{
font-family: sans-serif;
}

h1{ 
background-color: #7f0000;
text-align: center;
color: #eff;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
}

h2{ 
background-color: #cceeff;
text-align: center;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
-moz-border-radius-bottomright: 2em;
-moz-border-radius-bottomleft: 2em;
}

h3{ 
text-align: center;
color: #eff;
}

#body-inner > h2{ 
background-image:url("../images/graphics/corner_ul_solid3.gif");
background-repeat: no-repeat;
background-color: #eff;
text-align: center;
}

.geourlbutton {
	font: bold 11px sans-serif;
	text-decoration: none;
	color: #fff !important;
	background-color: #0071bc;
	border: 1px outset #0071bc;
	padding:0px 3px 0px 3px;
	margin:0px;
}

.geourlbutton a {
text-decoration: none;
color: #fff;
}

.geourlbutton a:visited{
color: #ff0;
}

.geourlbutton a:active{
color: #fff;
}

.section{
background-color: #eff; 
padding: 10px;
background-image:url("../images/graphics/corner_lr_solid1.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
-moz-border-radius-bottomleft: 2em;
-moz-border-radius-bottomright: 2em;
}

.section-center{
text-align: center;
background-color: #eff; 
padding: 10px;
background-image:url("../images/graphics/corner_lr_solid1.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
-moz-border-radius-bottomleft: 2em;
-moz-border-radius-bottomright: 2em;
}

.section-title, .blog-post h3, .blog-comment h3{
background-color: #749bd6;
background-image:url("../images/graphics/corner_ul_solid1.gif");
background-repeat: no-repeat;
border-bottom: 1px dashed #eff;
text-align: center;
font-size: 150%;
margin-top: 1em;
margin-bottom: 0;
margin-left: 0.65em;
margin-right: 0.65em;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
}


.blog-post, .blog-comment{
background-color: #eff;
color: #000;
padding: 10px;
background-image:url("../images/graphics/corner_lr_solid1.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin: 1em;
}

.section p, .blog-post, .blog-comment {
padding: 0;
text-align: justify;
}

.section p .center {
padding: 0;
text-align: justify;
}

img.floatleft { 
float: left; 
margin: 4px; 
}

img.floatright { 
float: right; 
margin: 4px; 
}

