/*
	Paper1.1 by True Wireless
*/

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

body
{
background: #17100f url(images/bg.jpg) center no-repeat;
}

p{
font-family:verdana, arial, sans-serif;
font-size:13px;
font-weight:lighter;
color:#333333;
}

a
{
color: #B96D00;
text-decoration: underline;
}

h3,h4
{
display: inline;
font-weight: bold;
}

h1{
font-family: verdana, arial, sans-serif;
font-size:22px;
font-weight:100;
text-decoration:none;
}

h2{
font-family: verdana, arial, sans-serif;
font-size:18px;
font-weight:300;
text-decoration:none;
}
img
{
border: 5px solid #fff;
margin:5px;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#container{
z-index: 2;
position: relative;
width: 700px;
height:100%;
min-height:590px;
background:#666 url(images/footer.gif) repeat;
border: 0px;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 130px;
background: #fff url(images/header.gif) left no-repeat;
}


#menu ul
{
position: absolute;
top: 5px;
right:0px;
z-index:inherit;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 12px 20px 7px 20px;
color: #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:100;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: overline;
}

#menu ul li a.active
{
color:#333;
}

#content
{
padding: 5px;
background:#F0F0F0;
height:420px;
}

#footer{
min-height:20px;
}

