body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #000000;
/*	border-width: thin;*/
/*border-color: #ffffff;*/
/*border-style: solid;*/
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 20px 5px 20px;
	display:block;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}
a {
	color:#577fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#container {
	margin: auto;
	text-align: left;
	width: 800px;
}

#content{

}
#left{
	width:150px;
	float:left;
}
#middle{
	margin-left:160px;
	margin-right:0px;
	width:650px;
}

/********************* header ****************************/
#header{
    height:130px;
	width:800px;
	text-align:right;
    background-image:url(images/header.jpg);
	background-repeat: no-repeat;
/*	border-width: thin;*/
/*border-color: #ffffff;*/
/*border-style: solid;*/
}
#header ul{
	position:relative;
	top:100px;
    text-align:right;
	padding-right:10px;
	display:block;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;
}
#header ul li a{
	display:inline;
    color:#888888;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}
.last{
	border-right: 0px none #6b7272 !important;
}
.clear{
	clear:both;
}

/********************* footer ****************************/
#footer{
	margin-left:150px;
	margin-right:0px;
	width:650px;
	text-align:center;
}
#footer ul{
	position:relative;
	text-align:center;
	display:block;
}
#footer ul li{
	display:inline;
	text-align:center;
    margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
    color:#888888;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display:block;
    padding: 0px;
}

/********************* menuleft ****************************/
.menuleftheader{
	width:150px;
	height:33px;
	background-image:url(images/menulefttop.gif);
	display:block;
    color:#ffffff;
	text-transform: uppercase;
}
.menuleftcontent{
	width:150px;
	background-image:url(images/menuleftmiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}
.menuleftcontentcenter{
	width:150px;
	background-image:url(images/menuleftmiddle.gif);
	text-align:center;
	padding-top:10px;
	background-repeat: repeat-y;
}
.menuleftheader h3{
	padding: 9px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menuleftfooter{
	width:150px;
	height:15px;
	background-image:url(images/menuleftbottom.gif);
	display:block;
}


/********************* menu ****************************/
.menu {
        margin-bottom:15px;
}
.menu a{
	text-decoration:none;
	list-style-position: inside;
	/*list-style-type: disc;*/
	padding: 0px 0px 0px 20px;
	/*text-transform: uppercase;*/
    color:#888888;
}
.menu a:hover{
	text-decoration:underline;
}
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
}
.menu ul li{
	padding-top: 10px;
	color:#888888;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	/*text-transform: uppercase;*/
    color:#888888;
}
.menu ul li a:hover{
	text-decoration:underline;
	/*text-transform: uppercase;*/
}


/********************* post ****************************/

.post{
	margin-bottom:15px;
}

.posttitle{
	background-image:url(images/posttop.gif);
        color:#ffcc00;
	text-transform: uppercase;
	display:block;
	width:650px;
	height:33px;
}

.posttitle h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 10px 0px;
}

.postcontentcenter{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
        text-align:center;
        padding: 10px 0px;
}

.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:650px;
	height:15px;
}

/********************* news ****************************/

.newstitle{
	text-transform: uppercase;
}
.news img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	

}

/********************* shiznit ****************************/
.postshiznit{
	text-transform: uppercase;
        text-align:center;
}
.postshiznit a{
        text-decoration:none;
        color:#888888;
}
.postshiznit a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.postshiznitleft{
	text-transform: uppercase;
    width:250px;
	float:left;
    text-align:center;
    margin:10px;
}
.postshiznitright{
	text-transform: uppercase;
    width:250px;
    float:right;
    text-align:center;
    margin:10px;
}
