body
{
	margin:0;
	padding:0;
	background: black url("http://10.0.0.20/Hex_Backgrounds/newbg8.jpg") no-repeat fixed center; 
	color:#0f0;
	font-size:12pt;
}
header
{
	height:20%;
}
	
nav
{
	background-color:darkblue;
	height:10%;
	width:auto;
	border-left: 1px solid #00FFFF;
	border-top: 1px solid #3F98F4;
	border-right: 1px solid #00F95A;
	border-bottom: 1px solid #00FF00;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
}

section
{
	height:100px;
	
}
	
footer
{
	position:absolute;
	text-align:center;
	
	bottom: 3px;
	background-color:black;
	margin-left:45%;
	margin-right:45%;
	opacity:0.6;
}
	
h1
{	
	text-align:center;
	font-size:40pt;

}

h2
{
	text-align:center;
	color:lime;
	margin-left:auto;
	margin-right:auto;
	font-size:20pt;

}

h3
{
	color:lime;
	font-size:14pt;
	text-align:center;
}
	
a,a:visited
{
	color:cyan;
	
	text-decoration:none;
}
	
	
a:hover
{
	
	color:red;
}

b
{
	font-size: 110%;
}

em
{
	color: red;
}

form
{
	
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

fieldset 
{
	border-left: 1px solid #00FFFF;
	border-top: 1px solid #00FFFF;
	border-right: 1px solid #00F95A;
	border-bottom: 1px solid #00FF00;
	
}

input
{
	
	border-left: 1px solid #00FFFF;
	border-top: 1px solid #3F98F4;
	border-right: 1px solid #00F95A;
	border-bottom: 1px solid #00FF00;
    border-radius: 4px;
	background-color:cyan;
	margin-top:5px;
	margin-bottom:5px;
	color:blue;
}

textarea
{
	width:90%;
	border-left: 1px solid #00FFFF;
	border-top: 1px solid #3F98F4;
	border-right: 1px solid #00F95A;
	border-bottom: 1px solid #00FF00;
    border-radius: 4px;
	background-color:cyan;
	margin-top:5px;
	margin-bottom:5px;
	color:blue;
}



p
{
	overflow:auto;
	
	margin:10px;
}

li::first-letter
{
		font-family:myFont;
}

@font-face
{
	font-family:'myFont';
	src:url('/NWN/Neverwinter.otf');
}

.menu li, .button 
{
	display           :inline;
	margin			  :1px;
    border            :1px solid #00FF00;
    color             :blue;
	border-radius     :5px;
	-moz-box-shadow   :2px 2px 2px #888;
	-webkit-box-shadow:2px 2px 2px #888;
	box-shadow        :2px 2px 2px #888;
}

.display 
{
    display: block;
	margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 95%;
    background-color: darkblue;
    border-left: 1px solid #00FFFF;
    border-top: 1px solid #3F98F4;
    border-right: 1px solid #00F95A;
    border-bottom: 1px solid #00FF00;
    height:1000px;
    overflow: auto;
	 
}

.about_me_pic
{
	margin-left:10%;
	width:35%;
	height:350px;
	float:left;
}

.about_me_info
{
	margin-left:20px;
	float:auto;
		
}

.news
{
	text-align:left;
	
}



