body {
	background-image: url(http://fucklinks.net/images/bg.jpg);
	background-color:#666666;
	background-attachment:fixed;
	background-position:center;
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
/********************** Header ***************************/

#header {
	margin: 0px 0px 0px 0px;
	width: 1000px;
	height:180px;
	position:relative;	
}


#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:242px;
	left:100px;
}
#header li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #4d4b4a !important;
}
#header ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4d4b4a;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #4d4b4a;
}
#header ul a:hover{
	color:#000000;
}

/********************** Content ***************************/

#content {
	background-color: #000;
	width:1000px;
	display:block;
	
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff;
	margin: 0px 5px 6px 5px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #bbb6a0;
}
/********************** Content - left ***************************/
#left {
	background-color: #ffffff;
	border: 1px solid #000000;
	width:740px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	display:inline;
}
.text{
	float:left;
	width:735px;
}
#left h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
	margin: 20px 0px 10px 23px;
}
#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #000000;
	margin: 6px 0px 0px 23px;
}
#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
#left a:hover{
	color:#ee0000;
}



/********************** Content - right ***************************/
#right {
	float:right;
	width:225px;
	background-color:#000;
	margin: 5px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	border: 0px solid #000;
	
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #000000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#footer a:hover{
	color:#ee0000;
}

/********************** pagination ***************************/

.paginationstyle{ /*Style for demo pagination divs*/
width: 740px;
text-align: center;
padding: 5px 0;
margin: 5px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: #CCC;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: #FF0;
}

/*****************Sidebar*****************************/
#sidebar {
 color: #FFF;
}
#sidebar p {
 margin: 0 1px 1px 1px;
}

#sidebar a {
 color: #FFFFFF;
 font: 10px arial, sans-serif;
 font-weight: bold;
}

#sidebar a:hover{
	color:#ee0000;
}