/* Basics and Typography */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(pics/header_bar.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;
}
a {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

h1 {
	font-size: 28px;
	color: #990000;
	font-weight: normal;
	margin-top: 60px;
}
h1 img {
	margin-right: 10px;
	vertical-align: text-top;;
}
h2 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	margin-top: 30px;
}

p {
	font-size: 16px;
	line-height: 24px;
}
ul {
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
}

li {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 35px;
}

/* Wrapper Style */
#wrapper {
	width: 800px;
	margin-left: 10px;	
	voice-family: "\";}\"";
	voice-family: inherit;
	
	width: 800px;
}
html>body #wrapper {
	width: 800px;
}

/* Logo Style */
#logo {
	float: left;
}

/* Navigation Style */
#navigation {
	margin-top: 50px;
	font-size: 15px;
	text-align: right;
	float: right;
}
#navigation a {
	background-image: url(pics/navi_bullet.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 15px;
	color: #000000;
	margin-left: 13px;
}
#navigation a:hover {
	color: #CD0000;
}

/* Content Style */
#content {
	padding-left: 60px;
	padding-right: 20px;
	float: left;
	width: 750px;
	margin-bottom: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	
	width: 750px;
}
html>body #content {
	width: 750px;
}

.img_left {
	float: left;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
}

/* Line Style */
#line {
	clear: both;
	background-image: url(pics/footer.png);
	background-repeat: x-repeat;
	height: 9px;
}

/* Copyright Style */
#copyright {
	font-size: 11px;
	color: #AAAAAA;
	float: left;
	margin-top: 7px;
	margin-bottom: 20px;
}

/* Legal Style */
#legal {
	font-size: 11px;
	float: right;
	margin-top: 7px;
	margin-bottom: 20px;
}
#legal a {
	margin-left: 10px;
	color: #AAAAAA;
}
#legal a:hover {
	color: #EA003F;
}

