body {
	background-color: #5B5B5B;
	margin: 0;
	padding: 0;
	
}


#container
{
	background-color: #000000;
/*	position: relative;*/
	left: 5%;
	top: 33px;
	width: 836px;
	margin: 25px;
	/*height: 574px;*/
	right: 5%;
	bottom: 5%;

}
		
#banner
{
	background-image:  url(images/banner.gif);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	top: 15px;

}

#maincontent{
	float:left;
	position:relative;
	overflow:visible;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 0px;
	width: 332px;
	padding-top: 0px;

}

#maincontent_cv{
	float:left;
	position:relative;
	overflow:scroll;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 0px;
	width: 560px;
	height: 510px;
	padding-top: 0px;



}

#menu {
	float: left;
	position:relative;
	width: 143px;
	z-index:1;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 6px;
	height: 180px;




}

#right{
	float: right;
	background-image:  url(images/jocelyn_right.jpg);
	height: 300px;
	width: 222px;
	background-repeat: no-repeat;
	padding-right: 42px;
	z-index:1;
	

}

#menu  a, #menu  a:link, #menu  a:visited, #menu  a:active
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 13px;
	width: 130px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;


}

#menu  a:hover
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 13px;
	width: 130px;
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;

}
				

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #AEAEAE;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #FFFFFF;
}

a, a:link, a:visited, a:active
{
	color: #33CC33;
	text-decoration: none;

}
a:hover
{
	color: #6699FF;
	text-decoration: none;

}
#left {
	float: left;
	width:160px;
	z-index:1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 37px;
}

#footer{
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #33CC00;
	clear: both;
	padding: 2em;
	margin: 2px;
}

#heading {
	float:left;
	width:100%;
	height:25px;
	z-index:1;
	text-align: center;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #AEAEAE;
	margin: 0px;
	padding: 0px;
}

.large {
	font-size: 18px;
}

.small {
	font-size: 11px;
}

.blue{
	color: #6699FF;

}
.green{
	color: #33CC00;

}

	
		
