/* Ghetto Drippers MGP stylesheet */

body {
	background-color: #000;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
}

table {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 2px dotted #ccc;
	background-color: #000;
	margin: 4px 0px 8px 0px;
}

a:link, a:active, a:visited {
	color: #ccc; 
	text-decoration: none
}

a:hover { 
	color: #fff; 
	text-decoration: none
}

.thumb1 {
	border:1px solid #999;
	width:240px;
	height:180px;
}

.thumb2 {
	border:1px solid #999;
	width:192px;
	height:240px;
}

.thumb3 {
	border:1px solid #999;
	width:180px;
	height:135px;
	margin: 7px 4px 1px 4px;
}

a:hover .thumb1, a:hover .thumb2, a:hover .thumb3 {
	border: 1px solid #fff;
}

.tx1 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.top1 {
	font-size: 10px;
	font-weight: bold;
	background-color: #111;
}

/*Left Menu*/

.leftmenu {
	width: 190px;
	text-align: left;
	vertical-align: top;
}

.leftmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 8px 0px;
}

.leftmenu ul li a {
	color: #ccc;
	display: block;
	line-height: 15px;
	text-decoration: none;
	padding: 2px 0px 2px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #fff;
	background-color: #111;
}

/*Right Menu*/

.rightmenu {
	width: 30px;
	text-align: right;
	vertical-align: top;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rightmenu ul li a {
	color: #ccc;
	display: block;
	line-height: 15px;
	text-decoration: none;
	padding: 2px 8px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #fff;
	background-color: #111;
}

