body {
	background: #a477a4 url(images/background.gif) no-repeat left top;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 75%;
}


#header {
	background: transparent url(images/logo.gif) no-repeat left top;	
	margin: 0;
	padding: 0;
	height: 71px;
}

#header img {
	position: relative;
	left: 80px;
	top: 0px;
}


/* Nav */
#navcontainer { 
	position: absolute;
	left: 0;
	top:112px;
 	width: 150px; 
/*	margin-top: 40px;
	float:left;
	border:0px solid white; */
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	padding-left: 0;
	list-style-type: none;
	font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li {
}

#navcontainer a {
	display: block;
	padding: 5px 0px 5px 5px;
	background-color: #a477a4;
	margin-bottom: 2px;
	width: auto;
	vertical-align: top;
	height: 1px;
}

html>body #navcontainer a {
	height: auto;
}

#navcontainer a:link, #navlist a:visited {
	color: white;
	text-decoration: none;
}

#navcontainer a.current:link, #navlist a.current:visited {
	color: #ededb8
}

#navcontainer a:hover {
	background-color: #a477a4;
	color: #ededb8;
}

body.vj #navcontainer a.current:link, body.vj #navlist a.current:visited, body.vj #navcontainer a:hover  {
	color: #CCFF00;
}



/* Content */
#content {
	background: transparent url(images/content-bg.jpg) no-repeat right top;
	font: normal 1em/130% Arial, Helvetica, Sans-serif;
	margin-left: 180px;
	margin-top: 20px;
	padding-right: 280px;
	padding-top:10px;
	width: auto;
}

body.vj #content {
	background-image: url(images/content-bg-vj.gif);
}

#content h1 {
	font: bold 1.4em/130% Arial, Helvetica, Sans-serif;
	color: #ededb8;

}

	body.vj #content h1 {
		color:#CCFF00;
	}
	
	body.vj #content h1 span {
		color: white;
	}

#content h2, #content h3, #content h4 {
	font: bold 1em/130% Arial, Helvetica, Sans-serif;
	color: #fff;
}

body.vj #content h3 {
	color:#CCFF00;
}

#content p, #content ul, #contact p, blockquote {
	color: #fff;
}

#content a:link, #content a:visited, #contact a:link, #contact a:visited {
	color: #fff;
	text-decoration: underline;
}
#content a:hover, #contact a:hover {
	color: #fff;
	text-decoration: none;
}

blockquote, div.highlight {  
	background-color: #9A699A; 
	padding: 0.75em 1em;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: white;
}

div.highlight {
	font-weight: normal;
	margin-left: 0;
	margin-right: 0.75em;
	margin-bottom: 1em;
	padding: 0.5em 0.75em;
}

body.vj div.highlight {
	border: 1px solid #BF9DBF;
	min-height: 9em;
}

	* html body.vj div.highlight {
		height: 9em;
	}

#content blockquote p, #content div.highlight p {
	margin-bottom: 0.5em;
	margin-top: 0;
}

div.highlight h2, div.highlight h3 {
	margin-bottom: 0.5em;
	margin-top: 0;
	text-align: center;
	text-transform:uppercase;
}

cite {
	font-weight: normal;
	font-style: normal;
	display: block;
}


/* Contact Box */

#contact {
	
	/*background-color: #b692b6;*/
	position: absolute;
	font: normal 1em/130% Arial, Helvetica, Sans-serif;
	top: 390px;
	right: 10px;
	padding:0px;
	width: 240px;
}

body.vj #contact {
	border: 1px solid #ACD700;
	top: 300px;
	width: 236px;
	margin-right: 17px
}

#contact h1, #contact h2, #contact h3 {
	font: bold 1em/130% Arial, Healvetica, Sans-serif;
	color: #6d496d;
	background-color: #b692b6;
	width:auto;
	margin:0px;
	padding:10px;
}

#contact p{
	background-color: #b692b6;
	width:auto;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

body.vj #contact p, body.vj #contact h1, body.vj #contact h2, body.vj #contact h3 {
	background-color: #EDFFA4;
	color: black;
}


body.vj #contact a {
	color: black;
}

/*#blockright { 
height: auto;

margin:0px;
margin-top:20px;
padding: 0px;
width:auto;
}*/
/*width: 260px;
voice-family: "\"}\""; 
voice-family:inherit;
width:260px;
}
html>body #blockright {
 	width:260px;
} */

#contact blockquote{
background-color: #B692B6;
width:auto;
	padding: 10px;
	margin:0px;
	margin-top:20px;
}


