/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#ffffff;
/*background:url(../img/bg_repeat.gif) top left repeat-x;*/
width:100%;
height:1000px;
left:0px;
top:0px;
}

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#330000;
}

a:link, a:visited {
text-decoration: none;
border-bottom: 1px solid #BEB9AA;
color: #330000;
}

a:hover {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #663300;
}

a:active {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #663300;
}

a:focus{ outline:none;}   /*to hide the outline which you see when you click on it*/


#container{
position:relative;
margin:40px auto auto auto;
height:600px;
width:800px;
}


#menu{
	position:absolute;
	top:40px;
	left:40px;
	width:420px;
	height:160px;
}
