body {
	color:white;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 800px;
	padding: 0;
	}


#wrapper {
	width: expression(document.body.clientWidth < 802? "800px" : "auto");
	margin: 10px 15px;
	} 
	
	a:link {color: #BEB4B4; text-decoration:none}
	a:visited {color: #BEB4B4; text-decoration: none}
	:link {color: #BEB4B4; text-decoration:none}
	:visited {color: #BEB4B4; text-decoration:none}
	a:hover {color: silver; text-decoration: underline}
	a:active {color:#FFFFFF; text-decoration: none}

h1 {
	font-family: Verdana;
	font-size: 16px;
	background-image:url(../gfx/title_tile.jpg);
	background-repeat: repeat-x;
	background-color: #5A380B;
	border-style: solid;
	border-width:1px;
	border-color:white;
	color: white;
	padding: 3px 15px;
	}

h4 {
	font-family: Verdana;
	font-size: 16px;
	background-image:url(../gfx/title_tile.jpg);
	background-repeat: repeat-x;
	background-color: #5A380B;
	border-style: solid;
	border-width:1px;
	border-color:white;
	color: white;
	padding: 1px 15px;
	text-align:left;
	}

p {
	text-align:justify;
	}

img {
	border-style:none;
	}

INPUT {
	border: 1px black solid;
	background: #CCD9E6;
	}

TEXTAREA {
	border: 1px black solid;
	background: #CCD9E6;
	SCROLLBAR-FACE-COLOR: #CCD9E6;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCD9E6;
	SCROLLBAR-SHADOW-COLOR: #CCD9E6;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-BASE-COLOR: black;
	SCROLLBAR-3d-light-color: #CCD9E6;
	SCROLLBAR-dark-shadow-color: #CCD9E6;
	}

#right {
	top: 10px;
	width: 300px; 	
	float: right;
	}

#downside {
	border-top: 2px solid white; 
	padding-top: 5px; 
	width: 250px; 
	height: 420px; 
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 10px;
	}

#menu {
	position:relative;
	z-index:4; 
	background-image:url(../gfx/title.jpg); 
	background-repeat:no-repeat; 
	background-position:top right;
	}

#content {
	position: relative;
	margin-top: 40px;
	margin-left: 5px;
	margin-right:320px;
	bottom: 20px;
	z-index: 3;
	}

#main {
	overflow: auto; 
	margin-top:15px; 
	text-align:center;
	margin-left: 5%;
	margin-right: 5%;
	}


#bottom {
	position:relative;
	clear: both;
	margin-left: 22px;
	margin-right: 19px; 
	text-align: center;
	font-size: 60%;
	}

#cover {
	border: 1px solid white;
	margin: 10px;
	vertical-align:middle;
	padding: 3px;
	}

#news_big {
	border: 2px dotted #5A380B;
	padding: 50px 15px;
	}

#news_p {
	margin: 0;
	}

#gal {
	border: 1px solid white;
	padding:2px;
	margin: 5px;
	}
#events {
	background-color: #886F4F;
	padding: 1px;
	}