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

body {
	background:url(../img/bg1.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color: #494949;
	background-color: #494949;}
	
.clear {
	clear:both;
	padding:0;
	margin:0;}
	
#frameRight a {
	font-size:11px;
	color:#666;}
	
h1 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 14px 0;}
	
#wrapperOutside {
	margin:0 auto;
	width:900px;}

#frameLeft {
	float:left;
	width:200px;}

.frameLeftTitle {
	background-image:url(../img/red-rep.gif);
	height:23px;
	color:#FFF;
	padding:5px 0 0 15px;}

#frameLeftNavigation {
	background:#f4f4f4;
	border-bottom:8px solid #333;
	padding:10px;
	margin:0 0 10px 0;}

#frameLeftNavigation ul {
	list-style:none;
	margin:0;
	padding:0;}

#frameLeftNavigation ul li a {
	color:#000;
	text-decoration:none;}

#frameLeftNavigation ul li a:hover {
	color:#000;
	text-decoration:underline;}

#frameLeftBanner {
	background:#f4f4f4;
	border-bottom:8px solid #333;
	padding:10px;
	margin:0 0 10px 0;
	text-align:center;}

#frameRight {
	float:left;
	width:640px;
	padding:30px;
	background:#FFF;}

#footerBottom {
	background-image:url(../img/red-rep.gif);
	height:23px;
	color:#FFF;
	padding:5px 0 0 0;
	text-align:center;
	border-bottom:1px solid #F00;}


