@charset "UTF-8";
/* CSS Document */

body {
	width:735px;
	margin:0 auto;
	background-color: #b8b6a8;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Garamond;
	font-size: 14px;
	color: #333333;
}
a { color: #be2426}
a:active { color: #be2426}
a:hover { color: #000; font-weight: bold;}
 
.clearing {
	width: 735px;
	height: 0;
	clear: both;
}

/* ----- HEADER ----- */

#header {
	width:735px;
	height:205px;
	background-image: url(/img/banner.jpg);
}

/* ----- NAVBAR ----- */

#navbar {
	width:735px;
	height:34px;
}
#navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navbar li {
	float: left;
}
#navbar a.nav1 {
    display: block;
    width: 144px;
    height: 34px;
    text-decoration: none;
	background-image:url(/img/nav-pete.gif);
}
#navbar a.nav1:hover {
    background-position: 0 -34px;
}
#navbar a.nav2 {
    display: block;
    width: 95px;
    height: 34px;
    text-decoration: none;
	background-image:url(/img/nav-book.gif);
}
#navbar a.nav2:hover {
    background-position: 0 -34px;
}
#navbar a.nav3 {
    display: block;
    width: 154px;
    height: 34px;
    text-decoration: none;
	background-image:url(/img/nav-radio.gif);
}
#navbar a.nav3:hover {
    background-position: 0 -34px;
}
#navbar a.nav4 {
    display: block;
    width: 128px;
    height: 34px;
    text-decoration: none;
	background-image:url(/img/nav-producer.gif);
}
#navbar a.nav4:hover {
    background-position: 0 -34px;
}
#navbar a.nav5 {
    display: block;
    width: 77px;
    height: 34px;
    text-decoration: none;
	background-image:url(/img/nav-links.gif);
}
#navbar a.nav5:hover {
    background-position: 0 -34px;
}
#navbar a.nav6 {
    display: block;
    width: 137px;
    height: 34px;
    text-decoration: none;
	background-image:url(/img/nav-contact.gif);
}
#navbar a.nav6:hover {
    background-position: 0 -34px;
}

/* ----- MAIN CONTENT ----- */

#body_top { 
	width:735px;
	background-image:url(/img/body-top.gif);
	background-repeat:repeat;
	margin-top:10px;
	min-height:16px; /* for modern browsers */
	height:16px; /* for IE5.x and IE6 */
}

#content { 
	width:735px;
	background-color:#FFF;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
}
#content .imgBorder {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
}
#content .wrapper_oneCol {
	width: 700px;
	padding: 14px;
}
#content .wrapper_twoCol {
	width: 475px;
	padding: 14px;
	float:left;
}
#content .rightCol {
	width: 200px;
	float: right;
	margin-top: 14px;
	background-color:#be2426;
	padding: 4px;
	margin-right: 10px;
}
#content .rightCol a { color: #FFF;}
#content .rightCol a:active { color: #FFF;}
#content .rightCol a:hover { color: #000; font-weight: bold; text-decoration: underline;}

#content h1 {
	font-size: 130%
}
#body_btm {
	width:735px;
	background-image:url(/img/body-btm.gif);
	background-repeat:repeat;
	margin-bottom:10px;
	min-height:14px; /* for modern browsers */
	height:14px; /* for IE5.x and IE6 */
}

/* ----- COPYRIGHTS ----- */

#copyrights {
	width:735px;
	height:70px;
	margin-top:10px;
}
#copyrights .logos {
	width: 300px;
	float:left;
}
#copyrights	.text {
	width: 400px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#030303;
	text-transform:uppercase;
	text-align:right;
}
