html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
	margin: 0em 0.5em 0.5em 0.5em;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #dc241f url(images/page_bg.jpg);
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
	margin-left: 10px;
}

/** layout **/
#wrapper {
	text-align: justify;
	margin: auto;
	width: 788px;
	position: relative;
}
#left {
	position: absolute;
	top: 0;
	left: 516px;
	width: 268px;
}
#right {
	position: absolute;
	top: 0;
	left: 0;
	width: 514px;
}

/** Left **/
#left {
	background: url(images/logo.jpg) no-repeat;
	padding-top: 20px;
	height: 714px;
}
#left h1 {
	text-align: center;
	font: 28px verdana, serif;
	color: #0017ee;
}
#left h2 {
 text-align: center;
 font: 14px verdana, serif;
 color: #0017ee;
}
#nada {
	height: 34px;
	padding-top: 436px;
	padding-left: 531px;
}
#video {
	height: 230px;
	padding-top: 20px;
	padding-left: 529px;
	position: relative;
	padding-right: 15px;
}
#video p {
 margin: 0 0.5em 0.5em 0.5em;
}
#copyright {
	color: white;
	height: 34px;
	padding-top: 15px;
	padding-left: 531px;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}


/** Right **/
#nav {
	background: url(images/header.jpg) no-repeat;
	height: 108px;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#nav li {
	float: left;
	padding: 90px 9px 9px 9px;
	list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
}


/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 36px 39px 19px 39px;
}

#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
	color: #0017ee;
	font-weight: normal;
	font-size: 18px;
}
#body h3 {
	font: 14px "Times New Roman", serif;
	color: #660505;
	margin-top: 1.4em;
	margin-bottom: 1.1em;
}
#body h4 {
	color: #660505;
}

