
html {
	font-size: 100%;
}


body {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: black !important;
	background-image: url(/images/bg.png) !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	background-position: center top !important;
}


a {
	color: #acff0b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 960px;
	height: 100%;
	border-left: #666666 thin solid;
	border-right: #666666 thin solid;
	background-color: #333;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	height: 147px;
	background: #000000 url(/images/anonlogo.jpg) no-repeat;
}

#footer {
	clear: both;
	margin: 10px 0;
	border-top: 1px solid #2c3133;
}

#leftframe {
	float: left;
	width: 800px;
	left: 0px;
	margin: 10px 0 10px 2px;
}

#rightframe {
	float: right;
	width: 150px;
	right: 0px;
	margin: 10px 2px 10px 0;
}

#quotes {
	position: relative;
	top: 25px;
	left: 2px;
}

#global {
	position: relative;
	top: 80px;
	left: 10px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 180px;
}

#lf_content{
	margin-left: 100px;
	width: 600px;
	left: 0px;
}
/*====================== START MENU ==========================*/
#menu {
	position: absolute;
	top: 113px;
	right: 200px;
	border: #999 thin solid;
	background-color: #333333;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	background-image: url(/images/button_bg.png);
	background-repeat: repeat;
	float: left;
	margin: 0 0px 0 0;
	border-bottom: none;
	padding: 0;
        filter:alpha(opacity=65);
        -moz-opacity:.65;
        opacity:.65;
}

#menu li a {
	display: block;
	padding: 6px 16px;
	color: #FFF;
	text-transform: capitalize;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	color: #FFF;
}

#menu .active, #menu  a:hover {
	background-image: none !important;
	background-color: #000 !important;
}

#menu .li_active {
		background-image: none !important;
        filter: alpha(opacity=0) !important;
        -moz-opacity: 1.0 !important;
        opacity: 1/0 !important;
		color: #FFF;
}

/*====================== END MENU ==========================*/

#headingbar {
	background-image: url(/images/button_bg.png);
	background-repeat: repeat;
	border: #000000 thin solid;
	font-size: 14px;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}

#headingbox {
	border: #000000 thin solid;
	background-color: #666;
	padding: 3px 0 3px 0;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

#headingbox .login{
	text-align: left;
	padding: 0 3px 0 3px;
}

#headingbox input {
	color: #000000;
	width: 80px;
	border: 1px solid #000000
}

.inyerface {
	font-variant: small-caps;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#newsbox {
	width: 600px;
	left: 0px;
}

#newsbox .title {
	background-image: url(/images/button_bg.png);
	background-repeat: repeat;
	border: #000000 thin solid;
	font-size: 16px;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#newsbox .byline {
	font-size: 10px;
	padding: 0 0 0 5px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

#newsbox .post {
	border: #000000 thin solid;
	background-color: #666;
	padding: 0px 0 3px 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

#whatsanon {
	width: 600px;
	left: 0px;
	padding: 0px 0 3px 5px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
}

#whatsanon .footnote {
	font-size: 10px;
	text-align:right;
	padding: 0px 10px 0px 0px;
}

