/**00000000000000000000000000000000000
000	  	      LAYOUT           	            00
00000000000000000000000000000000000**/

body{
	background-color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
}

div#cont{
width: 796px;
background-color:#fff; 
margin-left:auto;
margin-right:auto;
padding: 5px 5px 5px 5px;}

div#header {
	background: url(images/header.jpg) no-repeat 0 0;
	background-color: white;
	width: 796px;
	height: 96px;
}


#header h1 {
	display:none;
}
.right {
	width:586px;
	margin-top:5px;
	float: right;

}
div#left{
	width: 200px;
	background-color: #727272;
	margin-top:5px;
	float: left;
}
div#bottom{
	border-bottom: 10px solid #727272;
	height: 25px;
	background-color: #cccccc;
}

/**00000000000000000000000000000000000
000	  	      CONTENT           	            00
00000000000000000000000000000000000**/

h2 {
	font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	color: #339966;
	margin-left:10px;
}


h3 {
	font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	color: #ff9900;
	margin-left:10px;
}
p	{
	font-family: Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0px 10px 10px 10px;
	text-align: justify;
}
.copyright {
	font-family: Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size: 0.7em;
	color: black;
	text-align: center;
	padding-top: 5px;
}
img {
	border: 0;
}
img.gallery{
	margin: 5px 5px 5px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: inline;
}
.general {
font-family: Arial,Trebuchet MS,Helvetica,sans-serif; 
font-size: 0.8em;
margin: 10px;
list-style-type: disc;
text-indent: 20px;
}

a {
	color: #0084ff;
	font-weight: bold;
}

a:hover {
	color: #999999;
}

div#box{
width: 140px;
height: 200px;
border-left: 1px solid #727272;
float: right;
padding: 10px;
margin: 10px;
text-align: right;
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 0.85em;
}

/**00000000000000000000000000000000000
000	  	      MENU         	            00
00000000000000000000000000000000000**/
.menu{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
}

.menu li a{

font-family: Trebuchet MS,Arial,Helvetica,sans-serif; 
font-size:11px; 
font-weight: bold;  
color: white;
display: block;
width: auto;
padding: 8px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #fff;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 200px;
}

.menu li a:visited, .glossymenu li a:active{
color: white;
}

.menu li a:hover{
background-color: #cccccc;
color: #000;
}

/**00000000000000000000000000000000000
000	  	      TEAM        	            00
00000000000000000000000000000000000**/
table.team  {
	margin: 10px;
	padding: 0;
	width: 95%;
	font-size: 0.85em;
	border: 0;
}

.team tbody td  {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	height:25px;
	padding:10px;
	text-align:left;
	border-bottom: 1px solid #cccccc;
}


