body {
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	border: 0;
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	background: #FFFFFF url(imgs/background.jpg) bottom fixed repeat-x; 
	text-align:center; 
	}

#pagewidth{ 
 width:700px; 
 min-width: 500px;
 min-height: 500px;
 margin-left:auto; 
 margin-right:auto;
} 


#scrolling {
text-align:justify;
position: absolute;
height: 100px;
width: 400px;
overflow: scroll;
margin-right: 5px;
}

p {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	text-align: justify; 
	font-size: 14px; 
	line-height: 15px;  
	color: #FFFFFF;
	}
	
.top {
	border : 1px solid #753b2c;
	background-color: #000000;
}

#main {
/* background: #f2b63d url(imgs/backmiddle.jpg) top left fixed no-repeat; */
border : 1px solid #000000; 
}

#middle {
	/* border : 1px solid #753b2c; */
	background-color: #FF0000;
	/* filter:alpha(opacity=85); -moz-opacity:0.85; */
}

#right {
border-left: 2px dotted #000000;
background-color: #646464;
/* filter:alpha(opacity=85); -moz-opacity:0.85; */
}

.bottom {
	background-color: #FFFFFF;
}

A:link {
	font-size: 20px; 
	color : #FFFF00;
	text-decoration : none;
	font-weight : bold;
}

A:visited  {
	font-size: 20px;
	line-height: 18px; 
	color : #FFFF00;
	text-decoration : none;
	font-weight : bold;
}

A:hover  {
	font-size: 20px; 
	color : #F21A04;
	text-decoration : none;
	font-weight : bold;
}


.smalla A:link {
	font-size: 16px; 
	color : #FFFF00;
	text-decoration : none;
	font-weight : bold;
}

.smalla A:visited  {
	font-size: 16px;
	line-height: 18px; 
	color : #FFFF00;
	text-decoration : none;
	font-weight : bold;
}

.smalla A:hover  {
	font-size: 16px; 
	color : #F21A04;
	text-decoration : none;
	font-weight : bold;
}

H2 {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 20px; 
	color : #FFFF00;
	text-decoration : none;
	font-weight : bold;
	}

UL {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size : 11px;
	color: #878787;
	list-style-type : square;
	line-height: 17px;
}

#copyright {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 9px; 
	line-height: 10px; 
	color: #000000;
	text-align:center; 
}