@import url('reset.css');
@import url('fonts.css');

html{
	display: block;
}

body{
	background-color: #ffffff; 
	margin:0px;
	text-align: center;
}  

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 175px;
	width: 800px;
	float: left;
}

#redbox{
	height: 21px;
	width: 775px;
	float: left;
	background-color: #de1020;
	font-size: 13px;
	color: white;
	font-weight: normal;
	padding: 4px 0px 0px 25px;
	
}

.box{
	padding: 0px 26px;
	float: left;
}

#content{
	width: 800px;
	float: left;
}

#center{
	width: 158px;
	margin: 20px auto;
}

#logo{
	width: 158px;
	height: 100px;
	float: left;
	background: url(../img/logo.jpg);
}

#leftlink{
	width: 78px;
	height: 20px;
	float: left;
	text-align: left;
	border-right: solid 1px #de1020;
}

#rightlink{
	width: 79px;
	height: 20px;
	float: left;
	text-align: right;
}

 a{
	text-decoration: none;
	font-weight: bold;
}

 a:hover{
	text-decoration: underline;
}


