﻿@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url('http://i44.tinypic.com/28ip54k.png');
	background-repeat:  repeat-y
	}
                               b{COLOR: #666666;}
                               i{COLOR: #AD1118}
                               u{COLOR: #DCDCDC;}

#full {
	width: 965px;
	position:absolute;
	left: 29px;
	top: 0px;
}


#header {
	height: 770px;
	background-color: #000000;
}
#wrap {
	width: 965;
	background-color: #000000;
}



#content {
	float: right;
	width: 661px;
	background-color: #000000;
}
#sidebar {
	float: left;
	width: 304px;
	background-color: #000000;
}
#footer {
	clear: both;
	height: 10px;
}

                               
a:link {
	color: #EC4148;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EC4148;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

a img {
border: 1px solid #000000;
background: #FFFFFF url('/images/hover.png');
padding: 2px;
margin: 2px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px
}

a:hover img {
border: 1px solid #666666;
background: #666666;
padding: 2px;
margin: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

h2
{

font-family: Tahoma;
background-image:url('http://i43.tinypic.com/m6dtj.png');
background-repeat:repeat-x;

text-align: left;
color: #FFFFFF; 
font-size: 8pt;
padding: 3px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 0px;
letter-spacing: px;
border-top: 0px solid #cc6665;
border-left: 0px solid #CBCBCB;
}



h3
{

font-family: tahoma;
font-size: 7pt;
color: #000000;
background: #666666;
padding: 1px;
text-transform: uppercase;
margin-top: 1px;
margin-bottom: 3px;
letter-spacing: 1px;
text-align: right;

}



blockquote {
	padding: 3px;
	margin: 10px 10px 10px 10px;
	padding-left: 10px;
	border-left: 5px solid #af3f75;
	background-color: #DB9BBA;
}
.newstitle {
	text-transform: uppercase;
	background-color: #C45187;
	font-size: 11px;
	font-weight: bold;
}
.newsinfo {
	text-transform: uppercase;
	background-color: #ce91ab;
	font-family: Tahoma;
	font-size: 9px;
	text-align: right;
	
}