/*----------------- Reset code ---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*----------------- Reset code ---------------*/

body {
	background-image: url('../images/bg.png');
}

#wrapper {
	width: 100%;
	height: 100%;
}

#content {
	width: 1024px;
	height: 768px;
	background-color: white;
	margin: 2% auto;
}

#top {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 82px;
	background-position: right center;
	border-bottom: solid #266cba 1px;
}

#bottom {
	height: 655px; /* 768px - 82 (logo) - 1 (border) - 30px (self padding top)*/
	padding-top: 30px;
}

#info .extraitmp3 {
	width: 200px;
	background-color: #3B628C;
	margin-left: 5px;
	padding: 3px;
	border-radius:5px;
	color: white;
	float: left;
}

#utube {
	margin-top: 5px;
	margin-left: 10px;
	clear: both;
}

#nav {
	width: 150px;
	float: left;
}

#nav ul li {
	line-height: 40px;
	margin-bottom: 10px;
}

#nav ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #266cba;
	background-image: url('../images/nav_bar.png');
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}

#nav ul li a:hover, #nav ul li a.active {
	background-color: #3e81cc;
	background-image: url('../images/nav_activebar.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: -20px;
	padding-left: 30px;
}

#info {
	width: 844px; /* 1024 - 150px (nav width) - 30 (self padding) */
	float: left;
	height: 640px; /* 1024 - 82 (top) - 1 (border) - 30 (#bottom padding top) - 15 (footer) */
	color: #184d87;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	overflow: auto;
}

#info img {
	border: solid #417fc3 1px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#info h1 {
	font-size: 2em;
}

#info a {
	color: #113b69;
}

.sbold{
	font-weight: bold;
}

#footer {
	clear: both;
	width: 100%;
	height: 15px;
	background-color: #3e81cc;
	border-bottom: solid #1a4e89 1px;
	color: white;
	line-height: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.6em;
	text-align: center;
}