/* CSS Document */

html {
	height:100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	height:100%;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/bg.jpg);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}

#container {
	position:relative;
	margin:0 auto 0 auto;
	background-color:#000000;
	width:642px;
	min-height:100%;}
	
* html #container
{
height: 100%;
}

#header {
	height:31px;
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:201px 0 0 0;
	position:relative;
}
	
#content {
	clear:both;
	margin:0;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	min-height:250px;
	padding: 0;
	margin-bottom:-50px;
}
#footer {
	position:relative;
	height:50px;
	width: 642px;
	margin: -50px auto 0 auto;
	background-color: #000000;
	text-align: center;
}



#navigation {
	padding:0 0 0 30px;
	margin: 0;
	width:700px;
	height:30px;
	text-align:center;
}
#navigation ul {
list-style:none;
padding:0;
margin:0;
}

#navigation li {
	padding:10px 0 0 0;
	margin:0 1px 0 1px;
	float:left;
	display:block;
	width:115px;
	height:20px;
	background-image: url(images/nav_item.gif);
}

#navigation li:hover {
	background-image: url(images/nav_item.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

#navigation li a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 10px;
	margin-right: 1px;
	margin-left: 1px;

}
#navigation li a:hover {}

.roundedcornr_box_797753 {
   background: #000000;
}
.roundedcornr_top_797753 div {
   background: url(images/roundedcornr_797753_tl.gif) no-repeat top left;
}
.roundedcornr_top_797753 {
   background: url(images/roundedcornr_797753_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_797753 div {
   background: url(images/roundedcornr_797753_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_797753 {
   background: url(images/roundedcornr_797753_br.gif) no-repeat bottom right;
}

.roundedcornr_top_797753 div, .roundedcornr_top_797753, 
.roundedcornr_bottom_797753 div, .roundedcornr_bottom_797753 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_797753 { 
margin: 0 10px;
background-color:#000000; }

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);}

#testblock {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	width:582px;
	height:auto;
	padding:10px;
	background-color:#000000;
	color:#ffffff;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.style1 {
	font-size: 11px;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
	color: #666666;
}
.clear{
	clear: both;
}


.content a, .content a:visited{
	color:#CCC;
}
.entry{
	font: .1.2 Verdana, sans-serif;
}
.entry a{
	color:#CCC;
}

.commentlist a{
	color:#CCC;
}

#commentform a{
	color:#ccc;
}

#content a{
	color:#ccc;
}

#goHomeBitch{
	position: absolute;
	width:630px;
	height:180px;
	display: block;
	top:0px;
}