/* CSS Document */

html,body
{margin:0;padding:0; height:100%;}
body
{font: 76% arial,sans-serif; text-align:center; background:url(bkgd.jpg) fixed; }

p
{margin:0 10px 10px}

A:link
{ text-decoration: none; color:#736257; }
A:visited
{ text-decoration: none; color:#736257; }
A:active
{ text-decoration: strikethrough; color:#a6836c; }
A:hover
{ text-decoration: underline; color:#a6836c; }

div#news hr
{width:350px; color:#736257;background-color:#736257; height:2px; border:none; margin-bottom:30px; margin-top:20px;}
div#news
{text-align:justify;}

div#nav{ color:#736257;}
div#nav hr
{width:150px; color:#736257;background-color:#736257; height:2px; border:none; margin-bottom:30px; margin-top:20px;}
div#nav ul
{list-style-type:square;}

div#content h2
{font-size:16px; color:#736257; padding-left:45px;}
div#content p
{line-height:1.4; padding-left:20px; padding-right:20px;}

div#inset h2
{font-size:16px; color:#736257; padding-left:30px;}
div#inset p
{padding-left:5px; padding-right:5px; font-size:10px;}



/* DIVs */

div#container
{position: relative; text-align:left; width:700px; margin:0 auto; min-height:100%;}

div#header
{position:relative; left:10px;}
div#content
{position:absolute; min-height:100%;width:700px; background:url(texture.jpg) repeat; border: double 5px #736257; padding-bottom:60px; height:auto; }

div#inset
{background:url(inset.jpg) repeat-y; width:190px; position: absolute; top:-140px; left:500px;border-top:double 5px #736257; border-bottom: double 5px #736257; z-index:5;}

div#nav{position:absolute;width:200px; margin-top:30px; border-right:solid 2px #736257; padding-bottom:10px; }
div#news{width:500px; padding-top:30px; float:right;}
div#footer{position:absolute; bottom:5px; width: 700px; font-size:10px; color:#736257;}