/*** Style Definitions ***/
html			{ background:#FFF; font-family:Arial, Helvetica, sans-serif; }

/*** Clouds ***/
.clouds					{ width:100%; height:700px; overflow:hidden; }
#cloud2					{ position:relative; top:-665px; }
#clouds-big				{ width:100%; height:700px; background:url(../images/slider.jpg);}

/*** Header ***/
h1#logo				{ background:url(../images/Logo.png) top left no-repeat; height:62px; width:481px;
						text-indent:-9999px; position:absolute; top:10px; left:10px; }

#menu				{ float:right; position:absolute; top:20px; right:10px; z-index:10; background:url(../images/blackb_g.png) ; }

#menu a				{ background:#FFF; color:#67b2ff; border:#AAA 3px solid;  text-decoration:none; padding:10px;
						margin-right:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
					
#menu a:hover		{ background:#67b2ff; color:#FFF; border:#FFF 3px solid; text-decoration:none; padding:10px;
						margin-right:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

#menu a.selected	{ background:#AAA; color:#FFF; border:#67b2ff 3px solid; text-decoration:none; padding:10px;
						margin-right:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
					
#menu li			{ float:left; }

/*** Body Content ***/
#wrapper	{ width:100%; height:100%; position:absolute; top:0; left:0; overflow:scroll; }

#mask		{ width:400%; height:100%; }

.box		{ width:25%; height:100%; float:left; }

.content {
width: 100%;
height:800px;
top: 200;
margin: 0 auto;
position: relative;
background: rgba(255,255,255, 0.3);
border-radius: 35px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
text-align: justify;
}

.contents {
width: 85%;
height:auto;
top: 200;
margin: 0 auto;
position: relative;
background: rgba(255,255,255, 0.3);
border-radius: 35px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
text-align: justify;
}
				
.inner {
width: 800px;
height: 360px;
background: rgba(255, 255, 255, 0.3);
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
margin: 5px;
padding: 15px;
top: 5px;
position: relative;
}