/*
Design: Rezina @ e.tijira.net
Image: http://www.forever-more.org/fmgallery/
Render: http://aethereality.net/png/download/280/
Brush: http://ploop26.deviantart.com/art/The-colibri-brushes-59982720
Texture: http://djsoundwav.deviantart.com/art/Texture-Notebook-Paper-3-46495593
Listamatic: http://css.maxdesign.com.au/listamatic/vertical08.htm
DO NOT ERASE THE CREDITS
*/

html,body{
margin:0;
padding:0
}

/*Main Elements*/

body{
font-family: calibri;
font-size: 12px;
text-align:center;
background: url("images/bg.jpg");
color: #290001;
}

p{
margin:0 10px 10px;
}

div#header{
height:400px;
line-height:80px;
margin:0;
background: #fff;color: #79B30B;
}

div#container{
text-align:left;
background: #FAF8A0;
}

div#content p{
line-height:1.4
}

div#footer p{
margin:0;padding:5px 10px;
background: #A8E208;
}

div#container{
width:700px;
margin:0 auto
}

div#content{
float:left;
width:500px;
text-align: justify;
}

div#extra{
float:right;
width:200px;
text-align: justify;
}

div#navigation{
float:right;
clear:right;
width:200px
}

div#footer{
clear:both;
width:100%
}

/*Bold, Italic, Underlines*/
I {letter-spacing: 1px; color: #BFAC2C;}

B {
color: #1DB30A;
font-weight:normal;
}

u {
border-bottom: 1px dotted #F7A30C;
}

/*Headers*/
h1{
margin:0 0 -.5em 0;
padding:5px;
font-size:1.1em;
font-variant: small-caps;
border-left: 100px solid #F9F800;
color: #000;
}
h2{
margin:0 0 -.5em 0;
padding:5px;
font-size:.8em;
font-weight:lighter;
letter-spacing:.1em;
border-left: 80px solid #B0DB08;
color: #000;
}

/*Links*/

a:link {
   text-decoration: none;
   color: #424242;
}

a:visited {
   text-decoration: none;
   color: #424242;
}
a:hover {
   text-decoration: none;
   background: #F9F800;
   color: #836D58;
}


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #53F808;
border-bottom: 2px solid #FAF8A0;
}

#navcontainer a:link, #navlist a:visited
{
color: #774113;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #F4BC07;
color: #774113;
}



