/* CSS Document */



/* global styles */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}



fieldset {
	margin: 1em 2px;
	padding: 0.5em;
}


/* helper styles */

.clear {
	clear: both;
}

/* #c50214 */




/* layout etc */ 

.wrapper {
	width: 810px;
	margin: 1em auto;
	padding: 0px;
}

.page {
	width: 574px;
	float: right;
	padding: 0;
	background: #fff; 
	border: 1px solid #900;
	/* border: 2px solid #be2b24; */
	margin-bottom: 1em;
	margin-top: 1em;
}

.header {
	padding: 2px;
	background-color: #f7e78e;
	border-bottom: 1px dotted #900;
}

.nav1 {
	width: 225px;
	position: fixed;
	top: 150px;
	float: left;
	font-size: 12px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	background-color: #fff;
}

.nav1-innertube {
	padding: 0.5em;
}

.nav1 h3 {
	margin-top: 0;
}

.nav1 ul, .nav1 li{
	margin: 0; padding: 0;
}

.nav1 ul {
	padding-left: 2em;
}


.nav1 .title {
	font-weight: bold;
	padding-left: 1.5em;
}

.nav1 a {
	color: #600;
}


.nav1 .current {
	border-left: 3px solid #600;
	border-right: 3px solid #600;
	padding: 0 0.4em;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFF0D1;
}

.nav1 a:hover {
	background-color: #600;
	color: #fff;
	border-color: #333;
}



.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0.25em;

	background-color: #f7e78e;
}

.navigation a {
	color: #900;
	display: block;
	float: left;
	padding: 0 7px 2px;
	border-right: 1px dotted #666;
	text-decoration: none;
	background-color: transparent;
}

.navigation a:visited {
	
}

.navigation a:hover {
	text-decoration: underline;
	background: #111;
	color: #eee;
}



.navigation a.current {
	font-weight: bold;
	text-decoration: underline;
	background: #aaa;
	color: #000;
}


.nav2 {
	border-top: 1px solid #666;
}


#SubTitle h2 {
	margin: 0;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f7e78e;
	color: #cb1320;
	font-size: 24px;
}

#info {
	font-size: 14px;
	line-height: 18px;
	color: #292025;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 2em;
	text-align: left;
}
#page_links {
	margin-top: 5px;
	padding-left: 40px;
}


#conference_host {
	background-color: #f7e78e;
	color: #900;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;

	padding: 5px;
	margin: 0px;
	text-align: justify;
}

#conference_host a {
	color: #900;
}

#links {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #292025;
	border-bottom-color: #292025;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.links {
	font-size: 12px;
	
	color: #292025;
}
.subtitle {
	
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #292025;
}
.SubtitleCaps {
	
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #292025;
}
.basic {
	
	font-size: 14px;
	color: #292025;
}
#artist {
	
	color: #292025;
	width: 400px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 150px;
	margin-left: 80px;
	height: 50px;
}
.Title {
	font-size: 24px;
	text-transform: capitalize;
	
	font-weight: bold;
	color: #292025;
}


.footer {
	width: 570px;
	float: right;
	text-align: center;
	font-size: 80%;
}

