* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image:url(http://testfrenzy.com/images/background.bmp);
	background-repeat: repeat;
}
a{
	color: #56626A;
	text-decoration:underline;
}
a:hover{
	color: #c00050;
	font-weight:bold;
	letter-spacing: -0.40px;
}

#wrap {
	margin: auto;
	width: 800px;
}

#header {
	margin-top: 30px;
	padding: 10px 0 10px 0;
	background-color:#000000;
	border-top: 3px solid #56626A;
	border-left:3px solid #56626A;
	border-right:3px solid #56626A;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #c00050;
text-decoration: none;
}

#header h2 {
color: #56626A;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 1px;
}
#header h2 a{
	color: #56626A;
	letter-spacing: 1px;
	text-decoration: none;
}
#header h2 a:hover{
	color: #56626A;
	letter-spacing: 1px;
	text-decoration: none;
}

#header h3 
{
	color: #56626A;
	font-size: 15px;
	font-weight: 100;
	line-height: 12px;
}
#menu {
height: 40px;
line-height: 40px;
background-image:url(http://testfrenzy.com/images/menu-b.png);
border-left: 3px solid #56626A;
border-right: 3px solid #56626A;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
	padding-left: 15px;
}
#menu ul li a {
color: #000000;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #c00050;
}

#content {
padding: 15px 28px;
background-color:#000000;
border-left: 3px solid #56626A;
border-right: 3px solid #56626A;
border-bottom: 3px solid #56626A;
}

.right {
width: 530px;
float: right;
text-align: justify;
padding : 0px 0px 0px 20px;
color: #f5f5f5;
}

.right h2 {
color: #c00050;
font-size: 18px;
font-weight: 500;
padding : 20px 0px 15px 0px;
}
.left {
width: 160px;
float: left;
padding: 20px 25px 0px 0px;
border-right: 1px solid #bbb;
font-size: 12px;
}


#footer {
background: #000000;
border: 3px solid #56626A;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}
