html,body {
 	background-color: #555;
	margin: 0px;
}
h1 {
	font-family: Verdana;
	font-size: 1.4em;
	font-weight: bolder;
    color: #EFA45A; /* fca */
    letter-spacing: -0.00em;
    word-spacing: 0.3em;
    text-transform: uppercase;	
}
h2 {
	font-family: Verdana;
	font-size: 1.0em;
	font-weight: bolder;
    color: #fff; /* fca */
    letter-spacing: -0.00em;
    word-spacing: 0.3em;
    text-transform: uppercase;	
}

#container
{
	position: relative;
	padding: 0px;
	width: 1000px;
	height: 571px;
	left: 50%;
    margin-left: -500px;
    margin-top: 10px;
    border: 1px solid #aaa;
}

.leftImage
{
	position: relative;
	float: left;
	width: 430px;
	height: 540px;
	border-right: 1px solid #aaa;
	background-color: #841811;
	background-image: url('../images/layout/leftImageMichelle.png');
}

#leftImage img
{
	position: absolute;
	top:0px;
    left:0px;
	display: none;

}

.vxl-thumb-image
{
	width: 100px;
	border: 1px solid #aaa;
	border-radius: 5px;
	cursor: pointer;
}

.imageDescription
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: auto;
	height: 20px;
	padding: 5px;
	background-color: #300;
	opacity: 0.5;
	filter:alpha(opacity=50);
	font-family: tahoma,verdana;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	border-radius: 0px 7px 0px 0px;
}

#banner
{
	position: relative;
	float: left;
	width: 569px;
	height: 150px;
	border-bottom: 1px solid #aaa;
	text-align: center;
	background-color: #7F0D00; /*#752B0B;*/
}

#right
{
	position: relative;
	float: left;
	width: 569px;
	height: 389px;
	background-color: #5A0900; /*#8C2A0E;*/
}

#content
{
	overflow: auto;
	height: 379px;
	width: 559px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: verdana, tahoma;
	font-size: 0.8em;
    color: #ffffff;
    line-height: 1.4em;
}

#menu {
	position: relative;
	clear:  both;
	/*background-color: #790A00; #821200;*/
	border-top: 1px solid #aaa;
	color: #fff;
	height: 30px;
	width: 1000px;
	
}

#footer {
	position: relative;
	width: 1000px;
	left: 50%;
    margin-left: -500px;
	height: 15px;
	font-family: verdana;
	text-align: center;
	font-size: 8pt;
	padding: 5px;
	float: none;

}

ul, li {
 list-style-position: outside;
 line-height: 20px;
}
ul.onderliggend {
	list-style-type: none;	
}
table {
	font-family:  verdana;
	font-size: 10pt;
	color: #fff;
}

a {
	color: #fff;
}


/*menu code*/

.chromestyle{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
font-weight: bold;
font-family: verdana;
color: #fff;
font-size: 10pt;
height: 31px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #aaa;
width: 100%;

background-color: #790A00; /*!important#821200;*/ /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 6px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #aaa;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background-color: #c63; /*THEME CHANGE HERE*/
background-color: #822;
color: #fff;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0px;
margin-left: 0px;
margin: -20px;
border: 1px solid #aaa; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10pt Verdana;
line-height:18px;
z-index:100;
background-color: #c63;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 1000px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
