body{
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:800px;
	background: #971010 url(../images/background.jpg) repeat-x;
	margin: 0px;
	font-family: Arial;
	color: #4d1414;
	font-size: 8pt;
	line-height: 18px;
}

a{
	color: #882322;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #dc3332;
}

h1{
	font-size: 20px;
}

#container{
	width: 900px;
	height: 800px;
	background: url(../images/default.jpg);
}

#content{
	position: absolute;
	left: 40px;
	top: 138px;
	overflow: auto;
	width: 585px;
	height: 520px;
	padding: 20px;
}

#content img{
	margin: 6px;	
}

#menu{
	display: block;
	position: absolute;
	top: 210px;
	left: 700px;
	height: 470px;
	width: 158px;
	padding: 10px;
}

#menu ul{
display: block;
	width: 158px;
	padding-left: 2px;
	margin-left: 2px;
	list-style-type: none;
}

#menu ul, menu li{
display: block;
	width: 150px;
	height: 20px;
}

#menu li{
	display: block;
	margin-right: 14px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #882322;
}

#menu a{
	width: 130px;
	height: 18px;
	display: block;
	padding-left: 18px;
}



#menu a:hover{
	display: block;
	color: white;
	background: #882322 url(../images/arrRight.jpg) no-repeat 3px 4px;
}

#intr{
	position: absolute;
	left: 705px;
	top: 700px;
}

#intr a{
	color: white;
	font-weight: normal;
}

#copy{
	position: absolute;
	left: 50px;
	top: 760px;
}

#copy a, #copy p{
	font-size: x-small;
	color: white;
	font-weight: normal;
}
