/* Webony Porno MGP Stylesheet */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CD9B1D;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

table {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 4px;
	background-image: url(blockbg.png);
	border: 1px solid #444;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #EEB422;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}


a:link, a:active, a:visited {
	color: #CD9B1D; 
	text-decoration: none
}

a:hover { 
	color: #EEB422;
	text-decoration: none
}

.thumb1 {
	border:1px solid #666;
	width:240px;
	height:180px;
	background-color: #111;
}

a:hover .thumb1 {
	border: 1px solid #EEB422;
}

.thumb2 {
	border:1px solid #666;
	width:190px;
	height:240px;
	background-color: #111;
}

a:hover .thumb2 {
	border: 1px solid #EEB422;
}

.thumb3 {
	border:1px solid #666;
	width:180px;
	height:135px;
	background-color: #111;
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 4px;
}

a:hover .thumb3 {
	border: 1px solid #EEB422;
}

.tx1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.top1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
}

/*Left Menu*/

.leftmenu {
	width: 190px;
}

.leftmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li {
    padding-bottom: 0px; /*bottom spacing between menu items*/
}

.leftmenu ul li a {
	color: #CD9B1D;
	display: block;
	line-height: 14px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-color: #111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B6914;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #FFC125;
	background-color: #000;
}

/*Right Menu*/
.rightmenu {
	width: 30px;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rightmenu ul li {
    padding-bottom: 1px; /*bottom spacing between menu items*/
}

.rightmenu ul li a {
	color: #CD9B1D;
	display: block;
	line-height: 14px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-color: #111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B6914;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #FFC125;
	background-color: #000;
}

