
html, body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	background-color: #928b83;
	background-position:top;
	background-repeat: repeat-x;
	background-image:url(img/bg.gif);
	border: 0px solid #fff;
	font-family : arial, sans-serif;
	text-align:center;
	color:#333333;
	
}

#content {
	border-collapse: collapse;
	margin:0 auto;
	width: 816px;
	height:460px;
	background-image:url(img/tile.gif);
	background-repeat:repeat-y;

}
#flash {
	border-collapse: collapse;
	float:left;
	width: 400px;
	height:450px;
	background-image:url(img/tile.gif);
	background-repeat:repeat-y;
	text-align:left;
}
#text {
	border-collapse: collapse;
	float:right;
	width: 380px;
	height:450px;
	text-align:left;
	padding-right:30px;
}


#footer {
	width: 816px;
	height: 25px;
	margin:0 auto;
	background-image:url(img/base.gif);
	background-repeat:no-repeat;
	text-align:center;
}


#menu A:link {color:#DFCACA; text-decoration:none;}
#menu A:visited {color:#DFCACA; text-decoration:none;}
#menu A:hover {color:#FFFFFF; text-decoration:none;}
#menu A:active {color:#FFFFFF; text-decoration:none;}

A:link {color:#333333; text-decoration:none;}
A:visited {color:#333333; text-decoration:none;}
A:hover {color:#000000; text-decoration:none;}
A:active {color:#000000; text-decoration:none;}

.grey {color:#333333}
.red {color:#89392c}
#n4shell {
	/*/*/border: 0px none; /* */
}