/* CSS Document */
* {
    margin: 0;
    padding: 0;
	/*border:1px solid red;*/
}
body{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.clearFloat{
	clear:both;
	display:block;
	overflow:hidden;
}

a{
	_border-bottom:0px;
}

#header{
	width:100%;
	height:121px;
	text-align:center;
	background:#99ccff url(images/bg.jpg);
}
#container{
	background-color:#FFFFFF;
	background-image:url(images/side2.gif);
	background-position:right center;
	background-repeat:repeat-y;
	margin:0pt;
	padding:0pt;
	width:100%;
}
#innerContainer{
	background-image:url(images/side1.gif)!important;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	width:100%;
}
#content{
	margin-left:195px;
	margin-right:165px;
	padding-top:5px;
	background-image:url(images/bgbiwa.jpg);
	_background-position:right;
	_background-repeat:no-repeat;
	_width:52%;
	_padding-left:2%;
}

#content ul{
	padding-left : 30px;
}

#menu{
	float:left;
	width:182px;
	/*_width:15%;*/
}
#menu a:link, #menu a:hover, #menu a:visited, #menu a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#homeTitle{
	/*width:182px;*/
}

#menuList{
	padding-left:2px;
	padding-right:2px;
	/*width:182px;*/
}

#menuList li{
	list-style:none;
	padding-top:4px;
	padding-left: 20px;
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#menuList li.active{
	list-style:none;
	padding-top:4px;
	padding-left: 20px;
	background-image: url(images/iconani.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;	
}

#chat{
	color:#FFFFFF;
	padding-left:20px;
}

#sideBar{
	float:right;
	width:110px;
	text-align:center;
	padding-right:20px;
	/*_width:10%;*/
}
#horizontalBar{
	padding-top:2px;
	padding-bottom:2px;
}
#copyright{
	background-color:#006699;
}
#footer{
	clear:both;
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

#qNav{
	clear:both;
	text-align:center;
}

#qNav a{
	color:#0033FF;
	line-height:50px;
}

.roundBoxWrapper{
	width:auto;
	float:left;
}

.rbTopLeft{
	background:url(images/biruupleft.jpg);
	width:18px;
	height:21px;
	float:left;	
}
.rbTopRight{
	background:url(images/biruupright.jpg);
	width:18px;
	height:21px;
	float:right;
}
.rbTop{
	background:url(images/biruup.jpg) ;
	height:21px;
}
.rbLeft{
	clear:both;
	float:left;
	background:url(images/biruleft.jpg) repeat-y;
	width:18px;
	height:50px;
}
.rbRight{
	background:url(images/biruright.jpg) repeat-y;
	width:18px;
	float:right;
}

.rbBoxContent{
	background:url(images/bgbiru.gif) ;
	margin-left:3px;
	border-left:1px solid #a8adb1;
	padding-left:18px;
	margin-right:3px;
	padding-right:18px;
	border-right:1px solid #a8adb1;
	
}

.rbBottomLeft{
	clear:both;
	float:left;
	background:url(images/birubottleft.jpg);
	width:18px;
	height:21px;
}
.rbBottomRight{
	float:right;
	background:url(images/birubottright.jpg);
	width:18px;
	height:21px;
}
.rbBottom{
	background:url(images/birubott.gif);
	height:21px;
}

.bookIt{
	text-align:center;
}

.bookIt a{
	color:#006666;
}