﻿*
	{
	list-style:none;
	margin:0;
	padding:0;
}	
body {
	background:url('images/bg.png');
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	}
	
.clear {clear:both;}
a {color:#f5bc21;text-decoration: none;}a:hover {color:#f5bc21;text-decoration: underline;}
img {border: 0;}
p {padding:5px 0 10px 0;}

h1 {
	font-size:18px
	}
h2 {
	font-size:16px
	}
h3 {
	font-size:14px
	}
#wrapper {
	width:970px;
	margin:0 auto;
	}
#header {
	float:left;
	background: url('images/header.png') no-repeat;
	width:970px;
	height:145px;
	margin:20px 0px 0px 0px;
	}
#logo{ 
	float:left;
	width:562px; 
	height:81px; 
	background:url('images/logo.png') no-repeat; 
	margin:35px 0 0 40px;
	}
#frame {
	float:left;
	width:970px;
	background:url('images/content-bg.png') repeat-y;
}
#content {
	float:left;
	width:740px;
	padding:0 5px 15px 15px;
	}
#content a {
	color:blue;
	text-decoration:underline
	}
	#content a:hover {
	text-decoration:none
	}
#y-stripe {
	float:left;
	width:720px;
	height:16px;
	margin:10px 0 0 0;
	background: url('images/yellow-stripe.jpg') no-repeat;
}
#sidebar {
	float:left;
	width:205px;
	}
.ba{
	float:left;
	width:205px;
	margin-top:20px;
	}
.ba img {
	display:block;
	margin:auto;
	margin-left:auto;
	}
.right-header { 
	float:left;
	width:197px; 
	height:36px; 
	margin:10px 0 0 5px;
	background:url('images/menu-header.png');
}
.right-header p { 
	margin:0 0 0 30px;
	line-height:21px;
	font-size:16px;
	font-weight:bold;
}
ul.right-menu {
	float:left;
	width:185px; 
	margin:0 0 0 10px;
	padding:0 0 10px 0;
	border-bottom:1px solid #525252;
	}
ul.right-menu li {
	background:url('images/dot.png') no-repeat left 50%;
	line-height:20px;
	margin:0 0 0 5px;
	}
ul.right-menu li  a{
	color:#fff;
	font-size:13px;
	margin:0 0 0 12px;
	}
.center {
	text-align:center;
}

.big {
	font-size:large;
	font-weight:bold;
	text-align:center;
}
.bigred {
	font-size:large;
	font-weight:bold;
	text-align:center;
	color:red;
}
#footer {
	float:left;
	width:970px;
	height:42px;
	margin:0 0 20px 0;
	background: url('images/footer-bg.png') no-repeat;
}
#footer p {
	float:left;
	width:745px;
	font-size:13px;
	color:#fff;
	text-align:center;
	}