html{overflow-y:scroll;}
body{
	font-family:Verdana;
	font-size:14px;
	margin:0 0 0 0;
	min-width:720px;
	background:url(bg.jpg) center top repeat-y;
	height:100%}


@font-face{font-family:'Qarmic';
src:url('qarmic.ttf') format('truetype');
}

.qar{font-family:'Qarmic';}

ul{list-style:url(x.png);}
h1{font-family:Tahoma;margin:0px;letter-spacing:-3px;left:10px;font-size:40px;}
a{color:blue;text-decoration:none;}
a:visited{color:blue;}
a:hover{color:#2a8;}
.navtxt{color:white;padding:0px 5px 0px 5px;}
a.navtxt{color:#2a8;padding:0px 5px 0px 5px;}
a.navtxt:hover{color:#FFF;}
.liz{padding:0px 0px 12px 0px;line-height:100%;}
.gallery{opacity:0.33}
.gallery:hover{opacity:1}
img{border:0px;}

#header{
	position:relative;
	height:200px;
	background:url(banner.jpg) center no-repeat;
}
#navbar{
	position:absolute;
	bottom:0;
	width:100%;
	height:35px;
	text-align:center;
	color:white;
	font-size:16px;
	background:rgba(0,0,0,0.4);
	border-top-left-radius:15px 30px;
	border-top-right-radius:15px 30px;
}
#nav{
	position:relative;
	padding:6px;
}
#content{
	position:relative;
	background:rgba(100,100,100,0);
	height:inherit;
	min-height:400px;
	overflow:hidden;
	border-bottom-left-radius:8px;	
	border-bottom-right-radius:8px;
}
@media (min-width:1200px){
#cleft{
	float:left;
	width:110px;
	padding:20px 20px 10040px 10px;
	margin-bottom:-10000px;
	background:rgba(255,180,90,1);
	min-height:inherit;
}
#cright{
	padding:20px 20px 10040px 20px;
	background:rgba(255,200,100,1);
	margin-bottom:-10000px;
	min-height:inherit;
	overflow:hidden;
}
}
#footer{
	position:relative;
	width:100%;
	font-size:10px;
	max-height:30px;
	min-height:30px;
	text-align:center;
	padding:10px 0px 40px 0px;
	background:rgba(0,0,0,0);
}
#button{
	position:absolute;
	right:-40px;
	top:-40px;
	z-index:1;
}
#wrapper{
	position:relative;
	width:66%;
	min-width:720px;
	max-width:1000px;
	margin:auto;
}