body {
	background-color: #000000;
}
html {
    margin: 0;
    padding: 0;
    }
#wrap{
	width:810px;
	/*background-color:#000;*/
	margin:auto;
	min-height:100%;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-y;
}

#header{
	width:800px;
	height:340px;
	float:left;
}
#header .logo{
	background-image: url(logo_balisurfinglesson.jpg);
	background-repeat: no-repeat;
	width:220px;
	height:330px;
	float:left;
	
}
#header .topbanner{
	width:580px;
	height:330px;
	float:left;
	background-image: url(banner_bg.jpg);
}
#main{
	width:800px;
	margin:auto;
	float:left;
	min-height:100%;
	display:table;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-y;
}
#leftside{
	width:220px;
	padding: 0px 0px 0px 0px;
	float:left;
	
}
#FlagArea{
	padding:5px 0px 5px 0px;
	text-align:center;
	border-bottom: 1px solid #c5c5c5;
}
#FlagArea .FlagImg{
	margin:0px 5px 0px 0px;
}
#leftside .lefttext{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	
}
#LeftMenu{
	width:220px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #723d15;
}
#LeftMenu ul {
	list-style: none;
	margin: 0;
	padding:0px 0px 4px 0px;
}
#LeftMenu  ul li{
	list-style:none;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position:10px;
	white-space: nowrap;
	padding-left: 20px;
	padding-top: 7px;
	margin-left: 20px;
	height:20px;
	display:block;
	line-height: normal;
	border-bottom: 1px solid #c5c5c5;
	margin: 0px;
}
#LeftMenu ol {
	list-style: none;
	margin: 0;
	padding:0px 0px 4px 0px;
}
#LeftMenu  ol li{
	list-style:none;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position:20px;
	white-space: nowrap;
	padding-left: 30px;
	padding-top: 7px;
	margin-left: 30px;
	height:20px;
	display:block;
	line-height: normal;
	border-bottom: 1px solid #c5c5c5;
	margin: 0px;
}
#LeftMenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #343231;
	text-decoration: none;
}
#LeftMenu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #0f7faa;
	text-decoration: none;
}
#ContentWreper{
	width:565px;
	/*height:606px;*/
	float:left;
	padding:0px 5px 10px 10px
}
#ImgNavi{
	width:565px;
}
#ImgNavi .ImgNaviL{
width:185px;
height:125px;
float:left;
padding:0px 0px 5px 0px;
}
#ImgNavi .ImgNaviC{
width:185px;
height:125px;
float:left;
padding:0px 5px 5px 5px;
}
#ImgNavi .ImgNaviR{
width:185px;
height:125px;
float:left;
padding:0px 0px 5px 0px;
}
#Content{
	width:565px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float:left;
	text-align: justify;
	line-height:16px;
}
#Content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #666600;
	line-height:25px;
}
#Content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}
#Content .Result{
	min-height:200px;
	display:table;
	width:565px;
	float:left;
	/*padding:0px 0px 20px 0px;*/
}
#Content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	text-decoration: underline;
}
#Content a:hover{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
#Content .OrangeTextBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
#Content .TitleText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
#Content .ImgBorderL{
	float:left;
	margin:0px 10px 10px 0px;
	border: 1px solid #999999;
}

#CopyRight{
	height:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:10px;
	width:780px;
	text-align: center;
	margin:auto;
	float:left;
}
#CopyRight a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.line {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99999b;
	float:left;
	width:565px;
}
.ImgBorder {
	border: 1px solid #999999;	
}.redtext {
	color: #FF0000;
}
