/* CSS Document */

/* CSS Document */

/* CSS Document */
/*menu*/


A:link {color: #999999;}
A:visited {color: #333333;}
A:active {color: #cd7b3b;}
A:hover {text-decoration: underline; color: #cd7b3b;}

#h3 {
font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
}
.menuleft{
padding-left:20px;
}
#menuPosition{
padding-left:400;
}

	html, body  {
	background-color: #1B1B1B;
	background-attachment: fixed;
	background-image:   url(../IMG/bac.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	clear: both;
	height:100%; 
}
	body {
		min-width:906px;
		margin-left: auto;
     margin-right: auto;
	 padding-left:60;
	}
	#wrap {
		margin:0 auto;
		width:906px;
		margin-left: auto;
     margin-right: auto;
	}
	#header {
	padding-top:20px;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		padding:0px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		height:100%; 
		min-height:500px;
		height: auto !important;
		background-color:#1B1B1B;
		opacity:.85;
		float:right;
		width:655px;
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		color: #CCCCCC;
		line-height: 20px;
		font-weight: normal;
		padding: 0px 0px 50px 0px;
		position: relative;
	}
	#main h2, #main h3 {
		padding:10px 10px 0 5px;
		font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #cd7b3b;
    }
	#main p{
	padding:10px 10px 0 10px;
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #cccccc;
	}
	#sidebar {
		height:100%; 
		min-height:100%;
		height: auto !important;
		float:left;
		width:240px; 
		background-color:#1B1B1B;
		opacity:.85; 
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		color: #666666;
		line-height: 15px;
		font-weight: normal;
		padding-bottom: 5px;
		position: relative;
	}
	#sideinside {
	padding-top:10px;
	padding-left: 0px;
	}
	#sidebar ul {
		margin-bottom:0;
		color: #666666;
		padding-top:10px;
    }
    #sidebar h3, #sidebar p {
		padding:5px 10px 10px 10px;
		font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
    }
	#sidebar p {
		padding:5px 10px 5px 10px;
		font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
    }
	#footer {
		background:#000;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		color: #CCCCCC;
		line-height: 20px;
		font-weight: normal;
		background-image:   url(../IMG/diagonal.gif);
    }