body
{
	background-color: #261913;
	font: 0.8em Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #333346;
}
h1
{
	font-size: 1.3em;
	border-bottom: 1px solid #333346;
}
h2
{
	font-size: 1.1em;
}
h3
{
	font-size: 0.9em;
}

ul, li
{
	font: Verdana, "Trebuchet MS", Arial, sans-serif;
}
img
{
	border: none;
}
/*------------------------------*/

.item h2
{
	font: bold;
}
.item h2 a
{
	font-weight: bold;
}
.item h2 span
{
	float: right;
	font-variant: small-caps;
	font-size: 0.7em;
	margin-top: -12px;
}

div.skill
{
	width: 95%;
	clear: left;
	font-size: 8pt;
	border: 1px solid #B0AEA4;
	min-height: 78px;
	margin-bottom: 5px;
	padding: 2px;
}
div.skill h3
{
	float: left;
	min-width: 250px;
	font-size: 8pt;
}
.skillicon
{
	margin: 3px;
	padding: 3px;
	background-color: white;
	border: 1px solid #C6C4B9;
	float: left;
}
/*------------------------------*/

#sitebox
{
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	background-color: #F9F5EC;
}
#header
{	
	background: url('rotate.php') no-repeat;
	width: 100%;
	height: 100px;
}
#sitelogo
{
	font: lighter 40px Georgia, Times, serif;
	color: #FFFFFF;
	padding: 30px 0 0 20px;
	z-index: 3;
	position: absolute;
}
#sitelogodrop
{
	font: lighter 40px Georgia, Times, serif;
	color: #000000;
	padding: 32px 0 0 22px;
	z-index: 2;
	position: absolute;
}
#content
{
	width: 75%;
	min-height: 540px;
	padding: 18px;
	background: url('img/guildcape_fade.jpg') no-repeat;
}
#linksbar
{
	margin-top: 10px;
	float: right;
	width: 20%;
}
#linksbar h3
{
	font: small-caps bold 8pt Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 -8px 0;
}
#linksbar ul
{
	
}
#linksbar ul li
{
	font-size: 8pt;
}
#linksbar p
{
	text-align: center;
}
#footer
{
	clear: both;
	text-align: center;
	font: 8pt Arial, Trebuchet MS, sans-serif;
}

/*-------------------------------*/

#navcontainer
{
width: 100%;
float: left;
background-color: #354D71;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
font-size: 0.8em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #354D71;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #DCE3E6;
}

#navcontainer ul li a:hover
{
background-color: #B9C9D0;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #CC3333;
text-align: left;
}