body 
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #557799; text-decoration: none; }

a:hover, a:active { color: #ffffff; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 32px; }

h2 { padding:10px; font-size: 28px; color:#5B85BB; line-height:25px; }

h3 { padding:10px; font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 20px;
}

code { font-family: Consolas, Verdana, Arial, "Courier New"; }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }

p em, 
cite
{
	font-family: Consolas, Verdana, Serif;
}

/* Structure */

#container
{
	width: 750px;
	margin: 0 auto;
}

#header
{
	padding: 15px 0;	
}

#navigation
{
	float: left; 
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
}

#content-wrapper
{
	width: 100%;
}

#content
{
	width:auto;
	line-height: 1.6em;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	color: #000000;
	text-align: center;
	padding: 10px 0;
}

/* Navigation */

#navigation ul
{
	margin: 0 5px;
	float: left;
	width: 95%;
	padding: 10px 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #ffffff;
	font-weight:bold;
	padding: 5px 10px;
	border: 1px solid #333333;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
}

#network {
	width:100%;
	color:#666666;
	clear:both;
	height:115px;
	border-top:thin solid #003;
	background-color:#FFF;
	text-align:center;
}
#network a, a:hover, a:active {
	color:#666666;
}
#network .ntext {
	clear:both;
}
