body{background: #000000;}

div	{font-family: Georgia; 
font-size: 11px; 
color:#000000;}


a.nav:link, a.nav:active, a.nav:visited
{color: #181A19;
text-decoration: none;}


a.nav:hover
{text-decoration: none; position: relative; top: 1px; right: 1px;}

a:link, a:active, a:visited
{color: #181A19;
margin-bottom: 1 px dotted;
text-decoration: underline;}


a:hover
{text-decoration: none; position: relative; top: 1px; right: 1px; font-weight: bold; text-decoration: underline;}


.h2 
{font-family: Georgia; 
font-size:13px;
letter-spacing:2px;
font-weight:bold;
margin-top:10px;
margin-bottom:5px;
color:#37251C;
}

.h3 
{font-family: Georgia; 
font-size:12px;
letter-spacing:2px;
font-weight:bold;
margin-top:10px;
margin-bottom:5px;
color:#37251C;
}



/* if you want a background image instead of just color copy from linklist "backgroud-image" and "background-repeat"*/

#content{
width:auto;
height:auto;
margin: 0px auto 0px auto;
}


#nav{
width:325px;
height:auto;
position:absolute;
left:450px;
top:25px;
margin: -12px 0px 0px 0px;
padding:2px;
background:#EBECDE;
}

#text{
width:310px;
height:auto;
position:absolute;
left:450px;
top:75px;
margin: -12px 0px 0px 0px;
padding:10px;
background:#EBECDE;
}

#image1{
background-image:url(imgs/layout2.png);
width:412px;
height:601px;
position:absolute;
left:0px;
top:0px;
}

