* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	color: #666;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #343434;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
}

/* container */
#container {
	background:url('image/background_containerv9.jpg') no-repeat;
	height:525px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

/* navigation */
#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('image/navigation.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('image/navigation.jpg') repeat-x;
}

/* content */
#content {
	height:320px;
	width:610px;
	overflow: auto;
	padding: 0 75px 0 75px;
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}
/* Stles */

.red {
	color: #FF0000;
	font-weight: bold;
}
/* Ul */

ul	{
	list-style-type:disc;
	margin:0;
	padding: 0 0 0 20px;
}

/*  Style blockquote*/

blockquote {
	margin: 0 0 0 20px;
}
