/* Elements */

#wrap{
	visibility:visible;
	width:1000px;
	height:auto;
	margin:0 auto;
	background: url(../img/wrap.png);
	z-index:9;
}

#menu{
	float:left;
	width:940px;
	height:40px;
	margin:0 30px;
	border-bottom:4px solid #CCCCCC;
}

#menu p{
	font-size:12px;
	color:#999999;
}

#menu a{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover{
	color:#666666;
}

#menu input{
	border:1px solid #EEEEEE;
	background:#FFFFFF;
	color:#666666;
	margin:0px 5px;
}

#menu input:focus{
	border:1px solid #999999;
	background:#EEEEEE;
	color:#666666;
}

#head{
	float:left;
	height:150px;
	width:980px;
	margin:0 10px;
}

#logo{
	margin:0;
	border:0;
}

#navigation{
	float:left;
	width:900px;
	border-bottom:4px solid #CCCCCC;
	margin:0 30px;
	z-index:20;
}

#navigation li{
	float:left;
	list-style-type:none;
}

#navigation li a{
	display:block;
	color:#999999;
	font-size:18px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	margin:0 1px 0 0;
	padding:4px 10px;
}

#navigation li a:hover{
	color:#666666;
}

#navigation div{
	position:absolute;
	border:2px solid #CCCCCC;
	width:150px;
	margin:2px 0;
	padding:0;
	background:#FFFFFF;
}

#navigation div a{
	display:block;
	margin:0;
	position:relative;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-weight:normal;
}

#navigation div a:hover{
	background:#EEEEEE;
	font-weight:bold;
	color:#333333;
}

#content{
	float:left;
	width:660px;
	height:auto;
	margin:20px 0 0 30px;
}

#content p{
	font-size:12px;
	margin:15px 5px;
	color:#333333;
}

#content h1,h2,h3,h4,h5,h6{
	color:#FFFFFF;
	font-variant:small-caps;
	background:#0066CC;
	padding:5px;
}

#content a{
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover{
	color:#006699;
}

#sidebar{
	float:left;
	width:260px;
	height:auto;
	margin:20px;
}

#sidebar p{
	font-size:12px;
	color:#333333;
	margin:5px 10px;
}

#commercial{
	width:250px;
	height:300px;
	border:5px solid #000000;
	background: #111111;
}

#commercial img{
	margin:0 10px;
}

#end{
	clear:left;
	width:100%;
	height:50px;
}

#foot{
	visibility:visible;
	width:1000px;
	height:50px;
	margin:0 auto;
	background:url(../img/foot.png);
	z-index:10;
}

#foot p{
	color:#666666;
	margin:0;
	padding:10px;
	font-size:12px;
	font-variant:small-caps;
	text-align:center;
}

#foot a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

#foot a:hover{
	color:#666666;
}