* {
	padding: 0;
	margin: 0;
}
body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
}
img {
	border: none;
}
a {
	color: #97C4FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color : #aaa;
}
h3 {
	color: #FF4800;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	padding : 10px 0 15px 0;
	border-top: groove 2px #FF4800;
	border-bottom: groove 2px #FF4800;
	text-align: center;

}
#wrap {
	margin: 40px auto 0 auto;
	width: 800px;
}
#wrap .left .articles h1 {
	font-size: 12px;
}
#header {
	border: 5px solid #222;
	height: 100px;
	background: #333 url(images/header.jpg) no-repeat;
	padding-right: 10px;
}
#header h1 {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 12px 5px 5px 10px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #aaa;
	text-decoration: none;
}
#header h2 {
	color: #ccc;
	font-size: 30px;
	font-weight: 100;
	padding: 5px 5px 0 11px;
	letter-spacing: -1px;
	line-height: 32px;
}
.left {
	margin-top: 10px;
	width: 400px;
	float: left;
	text-align: justify;
	border: 5px solid #222;
	padding: 10px;
	background: #333;
}
.left h2 {
	color: #FF4800;
	font-size: 20px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
.right {
	margin-top: 10px;
	width: 330px;
	float: right;
	border: 5px solid #222;
	font-size: 12px;
	padding: 10px;
	background: #000;
}

.right h2 {
	height: 30px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
.right a {
	text-decoration: none
}
#footer {
	margin-top: 10px;
	text-align: center;
	color: #eee;
	font-size: 11px;
	border: 5px solid #222;
	padding: 10px;
	background: #333;
}
/**************************menu************************************/
.glossymenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 330px;
	
}
.glossymenu li a {
	background: black url(images/glossyback.gif) repeat-x bottom left;
	font: bold 13px;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	height:20px;
}
* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 250px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url(images/glossyback2.gif);
}
