* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background:#af1902 url('image/background_body.gif') 0 0% repeat-x;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

/* container */
#container {
	background:url('image/background_container01.gif') no-repeat;
	height:600px;
	left:45%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:43%;
	width:850px;
}

/* navigation */
#navigation {	
	margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: medium;
    font-weight: narrow;
}
#navigation ul {
	list-style-type: none;
    margin: 0px 0px 0px 25px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}
#navigation ul li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    width: 10%;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:56px;
	line-height:00px;
	padding: 30px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align:center;
	width:80px;
}
#navigation ul li a:hover {
	background:url('image/navigation.gif') repeat-x;
	color:#000;
}
#navigation ul li a.active {
	background:url('image/navigation.gif') repeat-x;
}

/* content */
#content {	
	height:475px;
	overflow:auto;
	padding:25px 0px 0px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:850px;
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#fff;
	height:0px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align:right;
	width:800px;
}
#footer a {
	color:#000;
}