/* CSS Document */

body {
	background-color:#CCFFFF;
	text-decoration: none;
}

#title {
	margin: auto;
	height: auto;
	width: 720px;
	position: relative;
}

#navbar {
	border:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom:solid;
	border-color:#000000;
	border-width:1px;
	margin: auto;
	height: auto;
	width: 720px;
	position: relative;
}

#content {
	background-color:#4d9800;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	padding-top: 10px;
	margin: auto;
	height: auto;
	width: 720px;
	position: relative;
	border:solid;
	border-color:#000000;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:none;
	border-width:1px;
}

#game-border {  

border: 10px solid white; 
width: 680px; 
margin-left: auto;
margin-right: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}

#info {
	padding: 10px;
	background-color:#4d9800;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	margin: auto;
	height: auto;
	width: 700px;
	position: relative;
	border:solid;
	border-color:#000000;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:none;
	border-width:1px;
}

#info-inside { text-align: justify; background: white;
width: 660px;
padding: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;



}

#info-inside img { border: 10px solid #CECECE; -moz-border-radius: 7px;
-webkit-border-radius: 7px; margin-left: 10px;}

#info-inside img:hover {border: 10px solid #4d9800;}

#info-inside2 { text-align: justify; background: white;
width: 340px;
padding: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-left: auto;
margin-right: auto;


}

#bothbits {
	background-color:#4d9800;
	border:solid;
	border-color:#000000;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom:none;
	border-width:1px;
	margin: auto;
	height: auto;
	width: 724px;
	position: relative;
}

#bits1 {
	float:left;
	background-color:#4d9800;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	margin: auto;
	height: auto;
	width: 360px;
	/*position: relative;*/
	border:solid;
	border-color:#000000;
	border-left:solid;
	border-right:none;
	border-top:none;
	border-bottom:none;
	border-width:1px;
}

#bits2 {
	float:left;
	background-color:#4d9800;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	margin: auto;
	height: auto;
	width: 360px;
	/*position: relative;*/
	border:solid;
	border-color:#000000;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:none;
	border-width:1px;
}

#float-right { float: right;}

#commentForm { margin-left: auto;
margin-right: auto;
background: white;
width: 340px;
padding: 20px 15px 20px 25px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#footer {
	background-color:#4d9800;
	border:solid;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:solid;
	border-color:#000000;
	border-width:1px;
	margin: auto;
	height: 65px;
	width: 700px;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	
	-moz-border-radius-topleft: 0px;   -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright:0px;  -webkit-border-top-right-radius:0px;
    -moz-border-radius-bottomleft:25px;  -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright:25px;  -webkit-border-bottom-right-radius:25px;

}