@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	background-color:#660000;
/*	background-image: url(file:///D|/Documents/WebSites/GC2008/provenew/images/bak.gif);*/	
}

#container {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width: 800px;
	text-align: left; 
/* Redefines the text alignment defined by the body element. */
/*	border-right: solid 1px #FFCC99;
	border-left: solid 1px #FFCC99;
	border-bottom: solid 1px #FFCC99;
	background-color:#000000;*/
}

#UP_ {
	
	left:0px;
	top:0px;
	width:800px;
	height:100px;
	background-image:url(../images/UP.gif);
	background-repeat:no-repeat;
}

#left
{   
	float: left;
	padding: 10px 10px 10px 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 30%;
}
    
#right {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 55%;
}

#MENU_ {


	top:100px;
	width:800px;
	height:32px;
	background-image:url(../images/MENU.gif)
}


#MAIN_ {
	left:0px;
	top:132px;
	width:800px;
	background-image:url(../images/MAIN.gif);
	padding: 10px 0px 10px 0px; 
}

#DOWN_ {
	left:0px;
	top:560px;
	width:800px;
	height:40px;
	background-image:url(../images/DOWN.gif);
	background-repeat:no-repeat;
}

#MENUcont {
	top:100px;
	width:500px;
	height:32px;
	padding-left:210px;
}



.smallb {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;    
}

.smallw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:20px;
}

.title {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FF6600;
	line-height:20px;	
}

.links {
	color: #FF6600
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
/*	text-transform:uppercase;*/
	font-size:13px;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	border-right:1px solid #FFFFFF;
	}
	
ul#menu li a{
	display:block;
	float:left;
	color:#660000;
	text-decoration:none;
	padding:8px 20px 0 20px;
	height:24px;
	height:24px;
	}
ul#menu li a:hover{
	background:transparent url("../images/black.jpg") repeat-x top left;
	color: #660000;
	}


                    
                    
                    
                    
                   

