/* STRUCTURE */
#wrapper	{
	position: relative ;
	height: 100% ;
	top: -5px ;
	text-align: left ;
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
	background-color: black ;
	padding-right: 5px ;
	border-left: 1px solid #4A4A4A ;
	border-right: 1px solid #4A4A4A ;
	border-bottom: 1px solid #4A4A4A ;
	}

#banner	{
	margin-top: 0 ;
	padding: 0 0 0 0 ;
	width: 612px ;
	height: 294px ;
	background-color: black ;
	}

#nav	{
	position: absolute ;
	top: 350px ;
	width: 200px ;
	bottom: 1px ;
	margin-bottom: 0 ;
	background-color: transparent ;
	}

#textbox	{
	position: relative ;
	left: 281px ;
	width: 500px ;
	background-color: transparent ;
	}

/* PRESENTATION */
body	{
	background-color: black ;
	background: url("images/body-background-gradient2.gif") ;
	background-attachment: fixed ;
	font-family: Georgia, Garamond, "Times New Roman", serif ;
	font-size: 14pt ;
	font-style: normal ;
	color: silver ;
	height: 100% ;
	}

p	{
	margin-left: 5px ;
	margin-right: 10px ;
	text-align: justify ;
	font-size: 12pt ;
	}

img	{
	border-style: none!important ;
	}

a:link	{
	color: silver ;
	text-decoration: underline ;
	outline-style: none!important ;
	}

a:hover	{
	color: white!important ;
	}

a:active, a:visited {
	color: #4e8bc2 ;
	outline-style: none!important ;
	}

a:link img, a:visited img, a:hover img, a:active img {
	outline-style: none!important ;
	text-decoration: none ;
	}

/* ACCESSIBILITY FOR TEXT-ONLY BROWSERS */
p.text-only	{
	line-height: 0px ;
	visibility: hidden!important ;
	text-align: center ;
	}

a:link.text-only-nav	{
	visibility: hidden!important ;
	}

/* EFFECTS */
a.rollover-home	{
	display: block ;
	background: url("images/rollovers/home-new-scaled.jpg") ;
	background-repeat: no-repeat!important ;
	width: 120px ;
	height: 63px ;
	margin-left: 120px ;
	}

a.rollover-about	{
	display: block ;
	background: url("images/rollovers/about-new-scaled.jpg") ;
	background-repeat: no-repeat!important ;
	width: 120px ;
	height: 63px ;
	margin-left: 115px ;
	}

a.rollover-blog	{
	display: block ;
	background: url("images/rollovers/blog-new-scaled.jpg") ;
	background-repeat: no-repeat!important ;
	width: 120px ;
	height: 63px ;
	margin-left: 116px ;
	}

a.rollover-forum	{
	display: block ;
	background: url("images/rollovers/forum-new-scaled.jpg") ;
	background-repeat: no-repeat!important ;
	width: 120px ;
	height: 63px ;
	margin-left: 115px ;
	}

a.rollover-links	{
	display: block ;
	background-repeat: no-repeat!important ;
	background: url("images/rollovers/links-new-scaled.jpg") ;
	width: 120px ;
	height: 63px ;
	margin-left: 115px ;
	}

a.rollover-contact	{
	display: block ;
	background: url("images/rollovers/contact-new-scaled.jpg") ;
	background-repeat: no-repeat!important ;
	width: 120px ;
	height: 63px ;
	margin-left: 120px ;
	}

a:hover.rollover-home	{
	background-position: 0 -63px ;
	}

a:hover.rollover-about	{
	background-position: 0 -63px ;
	}

a:hover.rollover-blog	{
	background-position: -1px -63px ;
	}

a:hover.rollover-forum	{
	background-position: 0 -63px ;
	}

a:hover.rollover-links	{
	background-position: -1px -63px ;
	}

a:hover.rollover-contact	{
	background-position: 0 -63px ;
	}

