* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.jpg) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #222;
	padding-right: 8px;
	width: auto;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	background-color: 0B0B0B;
}

#header {
	height: 88px;
	background: #fff url(images/header.jpg) no-repeat;
	width: 1100px;

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #336699;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 27px;
	line-height: 26px;
	background-color: #000000;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: bolder;
	font-size: 23px;
	color: #EDE2BC;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#menubottom {
	padding: 6px 0;
	background-color: #000000;
	background-image: url(images/menubottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#content {
	padding: 0 0px;
}

.right {
	float: right;
	width: 846px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 4px;
}
.right h2 {
	font-size: 20px;
	font-weight: 200;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #615a1c;
	font: bold;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 130px;
	padding-top: 10px;
	padding-left: 11px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #615a1c;
	color: 615a1c;
	font-size: 13px;
}
.left ul {
	padding: 10px 0 15px 20px;
	color: #615a1c;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles {
	padding: 10px;
}

.footer {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

#livestream {
   padding: 10px;
}

#twtr-profile-widget {
   float: left;
    padding: 10px;
}

#widgets {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}