html, body
{

	background: #fff url(/images/bg.jpg) repeat-x left top;
}

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	border-top:2px solid #141414;

}

* {
	margin:0;
	padding:0;
}

h1 {
	font-family:Trebuchet MS;
	font-size:3.8em;
	font-weight:normal;
	color:#292929;
	letter-spacing:-1px;
	margin:0px 0;
}

h1 a {
	text-decoration:none;
	color:#292929;
}

#footer {
	background-color: #ffffff;
	padding:20px;
	text-align:right;
	border-top:1px solid #eee;
	margin:0;
	color:#999;
}

#header {
	background-color: #ffffff;
	border-top:3px solid #292929;
}

#header .description {
	float:right;
	margin:25px 10px 0px 10px;
	color:#292929;
}

#header .description a {
	color:#B61210;
	text-decoration:none;
}

#header .description a:hover{
	color:#B61210;
	text-decoration:underline;
}


#header h1 {
	
	margin:0px 0px 0 0px;
	padding:10px 10px 10px 10px;
	
	
	
}

#wrapper {
	width:960px;
	margin:0 auto;
		background: #fff;
	
}

#nav {
	background-color: #ffffff;
	border-bottom:1px solid #eee;
	padding:10px 0;
	margin:0;
	border-top:1px solid #ccc;
	height:17px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#292929;
	padding:5px 10px 7px 10px;
	background:#eee;
	font:1.2em verdana;

	margin:1px 1px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#ddd;
	color:#292929;
	text-decoration:none;
}

#nav li a.active {
	background-color:#B61210;
	color:#fff;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	background-color: #ffffff;
	
	margin:0 325px 0 0 !important;
	margin:0 327px 0 0;
	border-right:1px solid #eee;
	border-left:1px solid #fff;
	padding:10px 25px 30px 25px;
}

#content p {
	line-height:25px;
	margin:25px 0;
	font-size:110%;
	word-spacing:2px;
}


#content a {
	text-decoration:none;
	color:#B61210;
	border-bottom:1px solid #eee;
}

#content li a {
	font: 1.0em verdana;
	text-decoration:none;
	color:#B61210;
	border-bottom:0px solid #eee;
}

#content a:hover {
	color:#000;
}

#content h2 {
	font-family:verdana;
	font-size:2.0em;
	font-weight:normal;
	margin:15px 0;
	color:#292929;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h4 {
	font-family:verdana;
	font-size:2.0em;
	line-height:30px;	
	font-weight:normal;
	margin:7px 0;
	color:#292929;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h2 a {
	color:#292929;
	text-decoration:none;
	border:none;
}

#sidebar {
	background-color: #ffffff;
	width:300px;
	float:right;
	padding:10px 10px 30px 10px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#666;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar h3 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#B61210;
	border-bottom:1px solid #f6f6f6;
	padding:25px 0px 0px 0;
}


#sidebar ul {
	list-style:none;
	margin:10px 0 20px 0;
}

#sidebar li {
	
	color:#292929;
	padding:5px 10px 7px 10px;
	background:#eee;
	font:0.9em verdana;

	margin:1px 1px 0 0;
	font-weight:plain;
	text-decoration:none;
	display:block;	
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar li a:hover {
	color:#000;
}

#sidebar li a.active {
	
	color:#000000;
	font-weight:bold;
	
}


#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#003366;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}




#sidebar .vip_image {
	width:100px;
	padding:5px;
	background:#fdfdfd;
	color:#003366;
	border:1px solid #A8A6A6;	
	}

p.news {
	padding:10px;
	background:#eeeeee;
	margin:10px 0 ;
	color:#292929;
	border-bottom:2px solid #141414;
	border-top:2px solid #141414;
}

p.events {
	padding:10px;
	background:#fdfdfd;
	margin:10px 0 ;
	color:#292929;
	border-bottom:2px solid #292929;
	border-top:2px solid #292929;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
	font: 1.0em verdana;
}

img {
	background:#fff;
	padding:0px;
	border:0px solid fff;
}

img2 {
	background:#ffffff;
	padding:0px;
	border:0px solid #fff;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

a.more {
	display:block;
	text-align:right;
	color:#141414;
	text-decoration:none;
	margin:10px 0 0 0 ;
}

a.call {

	color:#141414;
	text-decoration:none;
	margin:10px 0 0 0 ;
}

a.morenews {
	display:block;
	text-align:right;
	color:#141414;
	text-decoration:none;
	margin:10px 0 0 0 ;
}



a.linknews {
	color:#B61210;
	text-decoration:none;
	margin:10px 0 0 0 ;
	text-decoration:underline;
}

a.morenews:hover {
	text-decoration:underline;
}

a.more:hover {
	text-decoration:underline;
}

a.call:hover {
	text-decoration:underline;
}