* {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.4em;
	margin-bottom: 1em;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #000;
}
a:hover {
	background: #ffff00;
	color: #000;
}
a.blockimage {
	border: 0;;
}
a.blockimage:hover {
	background: none;
}
img {
	border: 0;
}
h1 {
	margin-bottom: 20px;
}
h2 {
	padding-bottom: 2px;
	background:  url(../images/backgrounds/h2.png) bottom left no-repeat;
	margin-bottom: 5px;
}
em {
	color: #ffff00;
	font-style: normal;
}
ul {
	
	list-style-type: none;
}
body {
	font-family: arial, sans-serif;
	font-size: 85%;
	text-align: left;
	color: #333;
	background: url(../images/backgrounds/body.png) fixed;
}
#main {
	width: 100%;
	background: transparent url(../images/backgrounds/main.png) center 0 repeat-y;
}
#container {
	width: 890px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	height: 60px;
	width: 180px;
	background: #fff  url(../images/backgrounds/dbzlogo.png) 10px 10px no-repeat;
	margin: 10px 0 0 0;
}
#logo p {
	font-size: 4em;
	margin: 10px 50px 0 20px;
	color: #000;
}
#banner {
	width: 890px;
	height: 300px;
}

ul#nav {
	height: 30px;
	padding: 10px 10px 0 0;
	border-top: 5px solid #000;
	background:  url(../images/backgrounds/nav.png) bottom left repeat-x;
}
ul#nav li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	font-size: 1.1em;
	border-right: 1px dotted #333;
	padding-right: 5px;
}
ul#nav li a {
	padding: 5px;
	color: #000;
	border: none;
}

ul#nav li a.current {
	font-weight: bold;
}
#content .introblock {
	margin-top: 20px;
}
#content .introblock p {
	padding-right: 10px;
}
#content {
	padding: 0 5px 0 5px;
}
#content .introblock .left {
	width: 575px;
	margin-right: 15px;
	float: left;
}

#content .introblock .left ul {
	list-style-type: none;
}
#content .introblock .left ul li {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#content .introblock .right {
	float: left;
	width: 290px;
}
#promo {
	margin: 10px 0;
}
#promo .block {
	width: 280px;
	height: 300px;
	float: left;
	margin-right: 8px;

	background:  url(../images/backgrounds/promo.png) 0 0 no-repeat;
}
#promo .block p {
	padding: 0 10px 10px 10px;
}

#promo .block h2 {
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	border: none;
	background: none;
}
#promo .block ul {
	margin-left: 10px;
}
#promo .block img {
	margin: 0 0 10px 8px;
	border: 1px solid #fff;
}

#content .contentblock {
	margin-top: 20px;
}
#content .contentblock p {
	padding-right: 10px;
}
#content .contentblock .left {
	width: 625px;
	margin-right: 15px;
	float: left;
}
#content .contentblock .left ul {
	list-style-type: none;
}
#content .contentblock .left ul li {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#content .contentblock .right {
	float: left;
	width: 240px;
}
#content .contentblock .left2 {
	width: 375px;
	margin-right: 15px;
	float: left;
}
#content .contentblock .right2 {
	float: left;
	width: 490px;
}
#map {
	margin-top: 30px;
}

#footer {
	background: #fbfbfb;
	height: 30px;
	text-align: center;
	margin-top: 40px;
}
#footer p {
	font-size: 8px;
	color: #e3e3e3;
}
#footer a {
	color: #a7a7a7;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
	marging: 0;
	padding: 0;
	}
	
.copy { text-align:center; font-size:80% }




