body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000000;
	margin: 0;
}
#str {
	width: 808px;
	height: 756px;
	margin: auto;
	margin-top: 0px;
	
}
#str #header {
	background-image: url(images/na_web_overR1C2.jpg);
	background-repeat: no-repeat;
	height: 268px;
}
#str #main {
	background-image: url(images/na_web_overR2C2.jpg);
	background-repeat: no-repeat;
	height: 378px;
}
#str #main #sidebar {
	height: 138px;
	width: 134px;
	float: right;
	margin-right: 110px;
	margin-top: 10px;
}


#sidebar #history a {
	background-image: url(images/h.jpg);
	height: 29px;
	width: 134px;
}
#sidebar #history a:hover {
	background-image: url(images/ho.jpg);
	height: 29px;
	width: 134px;
}

#sidebar #pp a {
	background-image: url(images/pp.jpg);
	background-repeat:no-repeat;
	height: 71px;
	width: 134px;
}
#sidebar #pp a:hover {
	background-image: url(images/ppo.jpg);
	height: 71px;
	width: 134px;
}

#sidebar #contact a {
	background-image: url(images/c.jpg);
	height: 30px;
	width: 140px;
	background-repeat: no-repeat;
}
#sidebar #contact a:hover {
	background-image: url(images/co.jpg);
	height: 30px;
	width: 140px;
	background-repeat: no-repeat;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#sidebar li a{
	display:block;
	text-decoration:none;
	text-indent: -900em;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

#str #main #content {
	height: 365px;
	width: 395px;
	margin-left: 150px;
	overflow: auto;
	padding-top: 10px;
	float: left;
	padding-right: 5px;
}

#str #footer {
	background-image: url(images/na_web_overR3C2.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

