/*-- Clear --*/
body, h1, h2, h3, p, ul, li, a, a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .98em;
	color: #000;
}

/*-- General --*/
html {
	background-color: #FFF;
}

/*--- Overall ---*/
#container { 
	min-width: 880px;
	width: 90%;
	margin: auto auto;
	background-color:#a50000;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
li {
  padding: 0 30px;
 }

/*--- Header ---*/
#header {
	width: 100%;
	height: 175px;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0;
}

h1.header_text {
	float: right;	
	width: 40%;
	padding: 50px 0 0 20px;
	font-size: 20px; 
	color: #FFF;
}

/*--- Navigation ---*/
#navigation {
	margin: 10px 30px 0 34px;
}

#navigation a {
	text-decoration: none;
}

.nav_home, 
.nav_papers,
.nav_history,
.nav_location,
.nav_registration,
.nav_schedule,
.nav_contact {
	background-image: url(../images/design/inactive_smaller.jpg);
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
}

.nav_home a:hover,
.nav_papers a:hover,
.nav_history a:hover,
.nav_location a:hover,
.nav_registration a:hover,
.nav_schedule a:hover,
.nav_contact a:hover {
	background-image: url(../images/design/active_smaller.jpg);
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
}

body.home .nav_home,
body.papers .nav_papers,
body.history .nav_history,
body.location .nav_location,
body.registration .nav_registration,
body.schedule .nav_schedule,
body.contact .nav_contact {
	background-image: url(../images/design/active_smaller.jpg);
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
}

/*--- Content ---*/
#content {
	float: left;
	width: 100%;
	margin: 0 30px;	
}

.roundbox {
	width: 93%;
	background-color: #d6c29d;
	margin: 0 5px 15px 5px;
}

.roundbox p {
	margin: 0 5px 15px 10px;
}

.roundtop {
	background: url(../images/design/tr.jpg) no-repeat top right;
}

.roundbottom {
	background: url(../images/design/br.jpg) no-repeat top right;
	clear: both;
}

img.corner {
   width: 16px;
   height: 16px;
   border: none;
   display: block;
}

img.right {
	border: 2px solid black;
	float: right;
	margin: 10px 20px 10px 10px;
}

.format {
	margin: 0 5px 15px 10px;
}

body.location .format img {
  padding: 5px;
}

/*--- Footer ---*/
#footer {
	clear: both;
}