body
{
	background: #04094a url('images/bg.jpg') repeat-x scroll 0 0;
	background-position: top center;
	margin:0;
}


body, div, table
{
	font: 11px/18px verdana, arial, "trebuchet ms";
	color: #ffffff;
	text-align:justify;
}

	/* LAYOUT POSITIONING */

#fbg
{width:100%;margin:auto;background: transparent url('images/fbg.jpg') repeat-x bottom center;}

#container 
{
	width: 894px;
	background: #04094a url('images/bodybg.jpg') repeat-y scroll 0 0;
	margin: auto;
	text-align: left;
}


#header 
{width: auto;}

	#layout
	{
		background: #04094a url('images/layout.jpg') no-repeat scroll 0 0;
		width:894px;
		height:277px;
	}
		#nav {padding:10px;}
		#nav a {border:0px;}
.nav
{
	background: transparent url('images/linkbg.png') repeat-x;
	padding: 13px 8px 15px 8px;
	margin:10px;
}

#content 
{
	background: transparent url('images/layout2.jpg') no-repeat scroll 0 0;
	width: 694px;
	padding:30px 100px 0px 100px;
}

#footer
{
	background: #e5e5e5 url('images/footer.jpg') no-repeat scroll 0 0;
	width:894px;
	height:157px;
	clear:both;
	padding: 20px 0px 0px 0px;
}

	#footer img {border:3px solid #f1e9e3; margin:0px; padding:0px;}


	/* END LAYOUT POSITIONING */



	/* START GENERAL CONTENT CSS */

a:link, a:visited, a:active
{
	font: 13px/16px "arial narrow", "trebuchet ms", verdana, arial;
	color: #ffffff;
	text-decoration:none;
	border:0px;
	letter-spacing:1px;
	border-bottom: 1px dotted #f8b9b3;
}

a:hover
{
	color:#f992cd;
	background: transparent url('images/hover.gif');
	border-bottom: 1px dotted #ffffff;
}

b
{color: #ead9ff;}

i
{color:#f8b9b3;}

u 
{
	color:#3f7722;
	text-decoration:none;
	border-bottom: #2b9eaf 1px dotted;
}

.border
{
	border:3px solid #89cfcd;
	margin:5px;
	line-height:14px;
}

.avatar
{
	background: transparent url('images/layout.jpg');
	float:left;	
	width:100px;
	margin:10px;
	padding:10px;
}

h1
{
	background: transparent ;
	font: 14px/14px "arial narrow", georgia, "trebuchet ms", verdana, arial;
	color:#ffffff;
	text-align:center;
	letter-spacing:2px;
	padding: 0px 50px 0px 0px;
	text-transform: uppercase;
}

h1:first-letter
{
	font: italic 30px/14px georgia, "times new roman", "trebuchet ms";
	color: #f8b9b3;
	text-transform:lowercase;
}

h2
{
	background: transparent ;
	font: 20px/16px "arial narrow", "trebuchet ms", verdana, arial;
	color:#b9bbda;
	text-align:left;
	letter-spacing:2px;
	text-transform: lowercase;
}

h2:first-letter
{
	font: italic 25px/14px georgia, "times new roman", "trebuchet ms";
	color: #f8b9b3;
}


	/* END GENERAL CONTENT CSS */
