* {
	margin: 0;
	padding: 0;
}

body {
	background: #222323;	
	font-family:Arial;
	font-size:12px;		
	color: #999999;

}
a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 22px;
	padding: 3px 0 0 30px;
	background: #1C1C1C url(images/img08.jpg) no-repeat;
	font-size: 1em;
}

.boxed .content {
	margin-left: 12px;
	padding: 18px;
	background: #313131 url(images/img09.gif);
	border-bottom: 1px solid #111111;
}

/* Post */

.post {
	margin-bottom: 25px;
	padding: 0 15px 10px 15px;
	background: url(images/img11.gif) repeat-x left bottom;
}

.post .title {
	margin-bottom: 10px;
	padding: 5px 0 5px 40px;
	background: url(images/img10.jpg) no-repeat left center;
	font-size: 1.5em;
}

.post h3 {	
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}


.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

#highlight_text {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF00;
}

/* Header */

#header {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
}

/* Header / Topbanner */
#topbanner {
width: 1000px;
height: 100px;
}


/* UserLogin */
#userlogin {
border-top: #ccccff 1px solid;
border-bottom: #ccccff 1px solid;
color: #ffffff;
height: 18px;
background-color: #000000; 
text-align: right;
width: 1000px;
}

/* Content */

#content
{
	width: 1000px; height:550px;
	margin: 0 auto;
	background-image: url(imgbank/LoginNew.gif);
	overflow:hidden;
}
#contents
{
	width: 1000px; height:500px;
	margin: 0 auto;
	background-color: #000000; 
	overflow:hidden;
}
#contentcontent
{
	width: 950px; height:540px;
	float: left;	
	background-color:#000000;
}

#leftmenu {
	float: left;
	width: 150px;	
	background-color:#000000;
}

#maincontent {
float: right;
width: 840px;
background-color:#000000;

}

#content2 {
	width: 840px;
	margin: 0 auto;
	background-color:#000000;
}


#leftcontent {
	float: left;
	width: 643px;
	background-color:#000000;
	
}

#rightcontent {
	float: right;
	width: 195px;
	height: 500px;
	background-color:#000000;
	
	
}



#footcontent {		
	float: left;		
	width: 780px;
	height: 21px;
	background-color: #000000;
	text-align:center;
	border-bottom-color:#000000;
	padding: 10px 0 10px 0;
	
		
}

#largecontent {
	width: 940px;
	margin: 0 auto;
	background-color:#000000;
}
#leftlargecontent {
	float: left;
	width: 700px;
	background-color:#000000;
	
}
#rightlargecontent {
	float: right;
	width: 235px;
	height: 500px;
	background-color:#000000;
	
	
}

#leftmenu a{
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
	font-size: x-small;
}

#login input {
	padding: 2px 5px;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 146px;
	margin-bottom: 10px;
	border: 1px solid #1A1A1A;
}

#inputsubmit1 {
	float: right;
	background: #1A1A1A;
	border: none;
	color: #FFFFFF;
}

#login p {
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}












/* Menu */

#menu {
	float: right;
	width: 340px;
	height: 120px;
	padding: 10px 0 0 40px;
	background: url(images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 140px;
	padding: 0 0 5px 0;
}

#menu a {
	padding-left: 24px;
	background: url(images/img04.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

#menu a:hover {
	background-image: url(images/img05.gif);
}

#menu .active a {
	background-image: url(images/img06.gif);
}



#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 393px;
	padding-right: 15px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */



/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #ffffff;
}

#footer a {
	color: #373737;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* Shoutbox */
.shout{
padding-bottom:4px;
border-bottom:1px solid #000;
width:150px;
text-align:left;
font-family:verdana;
font-size:10px;
}


td.tdright
{
	background-color: black;
	font-size: xx-small;
	color: white;
	font-family: Arial;	
}

