body {
	padding: 0;
	margin:0;
	background-color: #000000;
	
}

#main {
background-color: #000066;
background-image: url(../images/nazarethlogo.jpg);
background-position: left top;
background-repeat: no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
color: #FFFFFF;
}


#front {
	background-image:  url("../images/titlepicSM.jpg");
	background-repeat: no-repeat;
	/*background-position: 100px 30px;*/
	background-position: center 30px;
	}


.rightcol {
position: absolute;
right: 2%;
width: 30%;
margin-top:150px;
padding: 0 .25em 0 1.5em;
color: #CCCCCC;
font-size: 9pt;
font-family: "Comic Sans MS", "Arial Rounded MT Bold", sans-serif;
}


.shadowtext {
position:relative;
color: #99CCFF;
z-index:2;

}
.shadow {
position:absolute;
color: #000066;
z-index:1;
top:1.6em;
left:1.1em;
}

#headlines{
width: 16em;
margin:5px 0 0 5px;
border: ridge 4px red;
padding: 1.5em 1em;
text-align: left;
margin-bottom: 2em;
background-image: url(../images/menubgd.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
color: #FFFFFF;
}

.menu {
	position: relative;
	margin-top: 130px;
	margin-left: 5px;
	border: ridge 4px red;
	width: 16em;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-image: url(../images/menubgd.jpg);
	padding: 1em;
	list-style-position: outside;
	list-style-type:none;
}

.menu li, #headlines li{
	border: solid 1px red;
	border-right: 0;
	border-left: 0;
	border-top:0;
	display: block;
	padding: 2px 0;
	}
.menu a:link, #headlines a:link{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu a:visited, #headlines a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover, #headlines a:hover {
	color: #FFFF00;
	border-right: solid red 8px;
	background-color:#CC3300;
	display:block;
}
.menu a:active, #headlines a:active{
	color: #00CCFF;
	display: block;
}
.rightimg {
float: right;
clear:both;

}

.contentwrap {
background-image: url(../images/crosstrim.jpg);
background-position: top left;
background-repeat: no-repeat;
position: absolute;
top: 40px;
/*left: 21em;*/
left:19em;
width: 65%;
margin-right: 1em;
height: auto;
border: 4px ridge yellow;
border-left: 0;
border-bottom: 0;
}

.contenttext{
margin: 112px 34% 0 0;
padding: 0 0.5em 1em 0;
}

.contenttext a:link {
text-decoration: none;
color:#00ccff;
}
.contenttext a:visited {
text-decoration: none;
color: #CCFFCC;
}

.contenttext img {
padding: 0.75em;
}

.pullquote {
clear:left;
float: right;
width: 160px;
font: bold small Arial, Helvetica, Verdana, sans-serif;
color: #FFCCFF;
border: double red;
border-width: 6px 0;
padding: 3px 2px;
text-align: center;
margin-bottom: 2em;
}

label {
 clear: left;
    float: left;
    width: 150px;
	margin-right: 20px;
    padding-right: 2px;
    text-align: right;
}

select, input, textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #FFFFA0;
}


.formmessage {
width: 250px;
border: inset red 2px;
border-right: 0;
border-left: 0;
padding: 1em;
color: #FFFF00;
font-size: small;
}

.submit{
background-color: #B6CEFB;
color: #000000;
float: right;
margin-right: 10%;
}

.menu h3 {
color: #FFFF00;
font-size: 1.2em;
margin-bottom: .25em
}
