body {background:#888;margin:0px;padding:0px;font-family:arial}
	#pictureLeft {width:250px;height:98px;background:url(picture_bg.gif) repeat-x;border-bottom:0px solid white;float:left}
	#picture {width:500px;height:98px;background:url(picture_bg.gif) repeat-x;margin:0px;border:2px solid white;border-top:0px;border-bottom:0px;float:left}
	#main {width:100%;background:url(../../handlers/fixPNG.ashx?img=../App_themes/VandV/sideLogo.png&bg=AAAAAA) bottom right no-repeat #AAAAAA;border-top:2px solid white;border-bottom:2px solid white}
	#about, #services ,#upload,#download {border-bottom:2px solid white}
	#content {height:100%;width:500px;background:#ddd;margin:0px;border-left:2px solid white;border-right:2px solid white;margin-left:250px;text-align:justify}
	.header {background:#777;border:1px solid #999;text-align:right;color:white;font-size:20pt;font-weight:bold}
	.content {background:#ddd;border:1px solid #999;border-top:0px;font-size:12px;color:#333;line-height:20px;padding:10px}

	#introHeaderImage {height:35px;background:url(introduction.png) transparent bottom right no-repeat}
	#servicesHeaderImage {height:35px;background:url(services.png) transparent bottom right no-repeat}
	#contactHeaderImage {height:35px;background:url(contact.png) transparent bottom right no-repeat}

	#footerContainer{width:100%;height:50px;background:#000 url(flex.gif) 760px 0px no-repeat}
	#footer{width:754px}
	#pictureContainer {height:98px;width:754px}
	#footerLeft {width:250px;height:50px;float:left}
	#css {padding-left:35px;}
	#css img {border:0px;margin-top:5px}
	#footerCentre {width:500px;height:50px;border-left:2px solid white;border-right:2px solid white; float:left}

    .greenButton{border:2px solid white;background:#5E9E10;margin-top:15px;margin-left:10px;width:20px;height:20px;padding:0px}
    .greenButton:hover{border:2px solid white;background:#7FD515;margin-top:15px;margin-left:10px;width:20px;height:20px;padding:0px}
    .brownButton{border:2px solid white;background:#A27910;margin-top:15px;width:20px;height:20px;padding:0px}
    .brownButton:hover{border:2px solid white;background:#DBA614;margin-top:15px;width:20px;height:20px;padding:0px}
    .redButton{border:2px solid white;background:#A40E36;margin-top:15px;width:20px;height:20px;padding:0px}
    .redButton:hover{border:2px solid white;background:#DE1248;margin-top:15px;width:20px;height:20px;padding:0px}
    .blueButton{border:2px solid white;background:#0F37A3;margin-top:15px;width:20px;height:20px;padding:0px}
    .blueButton:hover{border:2px solid white;background:#1349DD;margin-top:15px;width:20px;height:20px;padding:0px}
    
    #upload {}
    
    #menu
{
    width:500px;
	margin:0 auto;
    height:22px;
}
#userId
{
    color:White;
    float:right;
    margin:2px;
    font-weight:bold;
    font-size:smaller;

}
#idLabel
{
     float:right;
    color:white;
    margin:2px;
    font-weight:bold;
    font-size:smaller;

}

#logoutButton,#registerButton
{
    float:right;
    color:white;
    margin:2px;
    margin-left:10px;
    font-weight:bold;
}

.centre 
{
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    margin-bottom:20px;
}