@charset "utf-8";
/* CSS Document */


body{
	background: #600 url(images/bg_dark.png);
	margin: 4px 6px;
}
.bigFont{
	font-size:22px;
}
h1 .smallh1{
	font-size: 18px;	
}
h2 .smallh1{
	font-size: 16px;	
}
.proudTxt{
	color:#A60000;
}
.FontC{
	font-family:Tahoma, Geneva, sans-serif;
}
.contentBox {
	margin-right: 135px;
}
.yellowBox {
	background:#FF0;
	border: 1px solid #000;
	padding: 0 5px;
}
#bgShadow {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 500px;
	background-image:url(images/bgshadow.png);
	background-repeat:repeat-x;
	z-index:-2;
}
