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

* {
margin: 0;
padding: 0;
font-size: 100%;
line-height: 100%;
}

body {
background-color: #663300;
background-image: url(images/bg.jpg);
background-position: 50% 0;
background-repeat: repeat-y;
font-size: 75%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
}

img {
border: none;
vertical-align: top;
}

#wrapper {
width: 975px;
text-align: center;
margin: auto;
}

#logo {
margin: 10px 0px 0px 50px;
display: block;
width: 925px;
height: 40px;
padding: 0;
text-align: right;
}
	#logo .powered {
	padding-top: 14px;
	}

#header {
display: block;
width: 100%;
height: 242px;
}

#globalNav {
display:block;
width: 100%;
height: 35px;
list-style-type: none;
}
	#globalNav li {
	float: left;
	height: 35px;
	}
		#navi01 {
		display: block;
		width: 70px
		}
		#navi02 {
		display: block;
		width: 160px
		}
		#navi03 {
		display: block;
		width: 120px
		}
		#navi04 {
		display: block;
		width: 100px
		}
		#navi05 {
		display: block;
		width: 100px
		}
		#navi06 {
		display: block;
		width: 120px
		}
		#navi07 {
		display: block;
		width: 120px
		}
	#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 35px;
	padding-top: 33px;
	background-image: url(images/glovel_nav.gif);
	background-color: #663300;
	color: #FF9933;
	}
		#navi01 a {
		background-position: 0 0;
		}
		#navi02 a {
		background-position: -70px 0;
		}
		#navi03 a {
		background-position: -230px 0;
		}
		#navi04 a {
		background-position: -350px 0;
		}
		#navi05 a {
		background-position: -450px 0;
		}
		#navi06 a {
		background-position: -550px 0;
		}
		#navi07 a {
		background-position: -670px 0;
		}
		#navi01 a:hover {
		background-position: 0 -35px;
		}
		#navi02 a:hover {
		background-position: -70px -35px;
		}
		#navi03 a:hover {
		background-position: -230px -35px;
		}
		#navi04 a:hover {
		background-position: -350px -35px;
		}
		#navi05 a:hover {
		background-position: -450px -35px;
		}
		#navi06 a:hover {
		background-position: -550px -35px;
		}
		#navi07 a:hover {
		background-position: -670px -35px;
		}

#content {
width: 975px;
}

#primary {
width: 528px;
background: #CCFFFF url(images/content_top.gif) center top no-repeat;
padding: 30px 217px 60px 230px;
color: #663300;
position: relative;
float: left;
text-align: left;
}

	#primary p {
	text-align: justify;
	line-height: 150%;
	}
	#primary h1 {
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad",Arial, Verdana;
	font-size: 300%;
	}
	#primary a:link , #primary a:visited {
	color: #663300;
	font-weight: bold;
	}
	#primary a:hover {
	color: #FF9933;
	font-weight: bold;
	}

#whatsNew {
position: absolute;
top: 15px;
right: 15px;
width: 157px;
height: 330px;
background: #663300 url(images/new_bot.gif) center bottom no-repeat;
text-align: center;
color: #CCFFFF;
padding-bottom: 50px;
z-index: 5;
}
	#whatsNew a img {
	margin: 30px auto 3px auto;
	}

#secondary {
position: absolute;
width: 200px;
top: 30px;
left: 0px;
text-align: right;
padding: 50px 0px;
}

#footer {
width: 975px;
background: #CCFFFF url(images/content_bot.jpg) bottom no-repeat;
padding-bottom: 15px;
color: #FF9933;
line-height: 120%;
margin-bottom: 20px;
}
	#footer a:link , a:visited {
	color: #333300;
	}
	#footer a:hover {
	color: #FF9933;
	}

.copy {
font-size: 9px;
color: #000000;
}
	.copy a:link , .copy a:visited {
	font-weight: bold;
	color: #000000;
	}
	.copy a:hover {
	color: #FF9933;
	}
	
.icons {
margin: 15px 48px 23px 0px;
}

.icons_right {
margin: 15px 0px 23px 0px;
}

.left {
float: left;
}

.right {
float: right;
}

.info {
margin: 15px 0px;
font-size: 0.9em;
display: block;
}
	img.cd {
	margin: 0px 15px 15px 0px;
	}
	.info table a {
	text-transform: uppercase;
	}
	p.info img {
	margin-right: 15px;
	}

.info_title {
font-size: 160%;
font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad", Arial, Verdana;
font-weight: bold;
line-height: 160%;
}

.speaker {
padding: 5px 0px 3px 5px;
}