@charset "utf-8";
#password-box {
	float: right;
	width: 225px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #9AB098;
}
#header  {

} 

#story  {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	background-image: url(../CSS/url(../dreamweaver/images/Dreawmeaver-Training-Center.gif) );
	margin-right: 200px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
}
#sidebar1 li {
	list-style-type: disc;
	list-style-image: none;
}
.img-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 5px;
}
.img-right-b15 {
	float: right;
	margin-left: 8px;
	margin-bottom: 15px;
	margin-right: 5px;
}

.img-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img-left-b15 {
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
}
/* CSS Document */


#adkinstwins {
	margin: 8px;
	float: right;
	width: 280px;
}




#sidebarRight  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FBE099;
	text-align: center;
}
#sidebarRight  img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#games {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../CSS/url(../dreamweaver/images/Dreawmeaver-Training-Center.gif) );
	margin-right: 200px;
}
#sidebarGames {
	float: left; /* since this element is floated, a width must be given */
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
}

