/*  
SFUG

*/


/*-----------Block Level Elements--------------*/
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A442A;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/glass/pageBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link,  a:visited, a:active{
	color: #26A923;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: none;
}

#page {
	width: 827px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/glass/bgMain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width: 100%;
}

#flashcontentHead{
	background-image: url(images/glass/head.png);
	background-repeat: no-repeat;
	height: 247px;
}
#flashcontentHead2 {
	height: 448px;
	background-color: #000000;
}


#wrapper {
	width: 100%;
}


#content2 {
	width: 807px;
	margin-left: 10px;
	margin-right: 10px;
}


#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 9px;
}
#footImg{
	background-image: url(images/glass/bgFoot.jpg);
	height: 24px;
	margin: 0px;
	padding: 0px;
}
/*-------------Headings-------------*/
#titleBar{
	color: #1C5231;
	font-weight: bold;
	font-size: 16px;

}
#entry {
	background-color: #CBE0C9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/*-------------The Post-------------*/

.post img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#post {
	padding-right: 50px;
	padding-left: 50px;
}
