a.button {
	padding: 		2px;
	background:		transparent;
	font:			bold 14px verdana,arial,helvetica,freesans,clean,sans-serif;
	text-shadow:		#222222 2px 2px 0; 
	text-decoration:	none;
	color:			#ffffff!important;
	border:			2px solid #660000;	
	outline:		2px solid #330000;

	}
a.button:hover {
	padding: 		2px;
	color:			#990000;
	text-shadow:		#000000 2px 2px 0; 
	background:		#222222;
	border:			2px solid #999999;	
	outline:		2px solid #333333;
	}

a:link {
	color: 			#ff0000;
	text-decoration: 	none;
	}
a:visited {
	color: 			#B2B2B2;
	text-decoration: 	none;
	}
a:hover {
	color: 			#ffffff;
	text-decoration:	none;
	}
a:active {
	color: 			#ff0000;
	text-decoration: 	none;
	}

body {
	margin:				0 auto;
	background-color:		#000000;
	scrollbar-face-color:		#333333;
	scrollbar-arrow-color:		#ffffff;
	scrollbar-track-color:		#222222;
	scrollbar-shadow-color:		#222222;
	scrollbar-highlight-color:	#444444;
	scrollbar-3dlight-color:	#444444;
	scrollbar-darkshadow-Color:	#222222;

	font-family: 	verdana,arial,helvetica,freesans,clean,sans-serif;
	font-size:	12px;
	font-weight: 	normal;
	color: 		#ffffff;
	text-align:	center;
	}

td,tr {
	font-family: 	verdana,arial,helvetica,freesans,clean,sans-serif;
	font-size:	12px;
	font-weight: 	normal;
	color: 		#ffffff;
	}

h3, h4 { 
	text-shadow:		#222222 4px 4px 0; 
	text-decoration:	none;
	color:			#ffffff!important;
	font-size:		16px;
	text-transform:		capitalize;
	}

.metal {
	border-color:		#222222;
	border-style:		groove; 
	border-width:		2px;
	-moz-border-radius:	2px;
	}

#picborder {
	border-color:		transparent;
	border-style:		inset; 
	border-width:		2px solid;
	border-color:		#ffffff;
	border-style:		outset; 
	border-width:		2px;
	-moz-border-radius:	2px;
	-webkit-border-radius: 	2px;
	border-radius:		2px;
	margin:			10px;
	}

.contain {
	width:			1024px;
	height:			768px;
	margin:			0px auto;
	position:	 	relative;
	text-align:		left;
	background-image: 	url(img/newbg.png);
	background-repeat:	no-repeat;
	background-position:	top left;
	padding-left:		10px;
	color: 			#ffffff;
	background-color:	transparent;
	}

.main	{
	position:		absolute;
	top:			50px;
	background-color: 	transparent;
	padding-left:		10px;
	padding-right:		10px;
	width:			495px;
	overflow:		auto;
	text-align:		left;
	color:			#ffffff;
	font-size:		12px;
	}

.menu_area {
	position:		relative;
	width:			600px;
	top:			10px;
	height:			26px;
	overflow:		none;
	text-align:		left;
	background-color:	transparent;
	}

