/*Raw Bearz MGP stylesheet*/

body {
	background-color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B8B83;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 4px;
	background-color: #111;
	border: 1px solid #333;
}

.archives {
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	width: 983px;
	color: #FFCC00;
	margin-left: 6px;
}

a:link, a:active, a:visited {
	color: #8B8B83; 
	text-decoration: none
}

a:hover { 
	color: #f03; 
	text-decoration: none
}

.thumb1 {
	border:1px solid #8B8B83;
	width:240px;
	height:180px;
	background-color: #222;
}

a:hover .thumb1 {
	border: 1px solid #f03;
}

.thumb2 {
	border:1px solid #8B8B83;
	width:190px;
	height:240px;
	background-color: #222;
}

a:hover .thumb2 {
	border: 1px solid #f03;
}

.thumb3 {
	border:1px solid #8B8B83;
	width:180px;
	height:135px;
	background-color: #222;
	margin: 7px 4px 1px 4px;
}

a:hover .thumb3 {
	border: 1px solid #f03;
}

.tx1 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.top1 {
	font-weight: bold;
	font-size: 10px;
}


/*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 a {
	color: #8B8B83;
	display: block;
	line-height: 15px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 2px 0px 2px 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B8B83;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #f03;
}

/*Right Menu*/

.rightmenu {
	width: 40px;
}

.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 a {
	color: #8B8B83;
	display: block;
	line-height: 15px;
	text-decoration: none;
	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: #8B8B83;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;

}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #f03;
}

