body h1
{
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	color:#639aff;
	float:left;
	margin-top:0px;
}

#menu{
	width:700px;
	height:85px;
	top:15px;
}

#header
{
	position:relative;
	padding:10px 0px 0px 15px;
	float:left;
}

#header span
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#fda926;
	float:left;
}

.l_margin_0 {
	margin-left:0;
}

.l_margin_15{
	margin-left:15px;
}

.l_margin_35{
	margin-left:35px;
}

.l_margin_55{
	margin-left:55px;
}

#sorting
{
	position:relative;
	float:left;
}
#sorting span
{
	padding:0px 0px 0px 15px;
}


#sorting span select
{
	font-family:Arial;
	font-weight:bold;
	font-size:8pt;
	color:#639aff;
	margin-right:5px;
}

#np
{
	font-size:8pt;
	line-height:normal;
	font-weight:bold;
	font-family:Arial;
	list-style:none;
	float:right;
	margin-right:10px;
}

#np ul
{
	list-style:none;
	margin-right:15px;
}

#np li 
{
	display:inline;
	margin:0;
	letter-spacing:.7px;
}

#np a:hover, #np a:link, #np a:visited 
{
	text-decoration:none;
	color:#639aff;
}
#np a:hover
{
	color:#fda926;
}

#np ul
{
	margin-bottom:0px;
}

a:hover .previous
{
	text-decoration:none;
	color:#fda926;
	background-repeat:no-repeat;
	background-image:url(ph.gif);
}

a .previous
{
	padding:15px 0px 0px 0px;
	background-repeat:no-repeat;
	background-image:url(p.gif);
}

a:hover .next
{
	
	text-decoration:none;
	color:#fda926;
	background-repeat:no-repeat;
	background-image:url(nh.gif);
}

a .next
{
	padding:15px 0px 0px 0px;
	background-repeat:no-repeat;
	background-image:url(n.gif);
}


#nav 
{
	font-size:8pt;
	line-height:normal;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
	top:10px;
}

#nav ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0px 10px 0px 0px;
}
#nav a:hover, #nav a:link, #nav a:visited 
{
	text-decoration:none;
	color:#639aff;
}
#nav a:hover
{
	color:#fda926;
}

#powered_by {
	clear:both;
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	margin:25px 40px;
	color:#639aff;
}
