/*#############################################################

Author: Igor Jovic

URL: http://spinz.se


#############################################################*/


/* default elements */



*{margin:0px;padding:0px}


h1
{
font-family:arial, verdana, helvetica, sans-serif;
font-size:1.9em; 
font-weight: normal;
color:#333333;
padding-left:5px;
line-height:1.6em
}
	
p
{
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:0.7em;
	font-weight: normal;
	color:#FFFFFF;

}

a
{
	color:#3399ff;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


a:link
{
color:#3399ff;
font-weight:normal;
font-style:normal;
text-decoration:none;
}


a:visited
{
	color:#3399ff;
	font-style:normal;
	font-weight:normal;
}


a:hover
{
color:#3399ff; 
font-style:normal;
text-decoration:none;
}





/* Layout */

body

{
background:url(Img/bg.gif) repeat-x #303030;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-align: center;
color: #333333;
}

#wrapper 

{
background:transparent;
margin-top:10px;
margin-right: auto;
margin-bottom:0px;
margin-left: auto;
width:850px;
}


#nav ul

{
list-style:none;
margin-left:300px;
padding-top:0px;
}


#nav li

{
text-align:left;
float:left;
margin-left:2px;
padding-left:0px;
padding-bottom:0px;
}

#nav ul li a

{
display:block;
color:#ffffff;
border-top:1px solid #46433e;
border-left:1px solid #46433e;
border-right:1px solid #46433e;
line-height:2.5em;
padding:0 25px 0 25px;
background:transparent;
font-weight:normal;
font-size: 0.76em;
text-decoration: none;
}

#nav li a:hover
{
color: #131313;
background-color:#ffffff;
}

#nav ul li .selected
{
color: #131313;
background-color:#ffffff;
}



#content

{
float:left;
margin-left:0px;
margin-right:0px;
width:850px;
background:#000000;
margin-bottom:10px;
}

