/*Layout.CSS*/
body {
	margin:0;
	padding:0;
	min-width: 525px;
}
h1 {text-align: center;
			color:purple;
			font-family:Algerian;
			font-size:24px;
}
#connect{
	font-family:Comic Sans MS;
	font-size: 18px;
	color: #b3ff66;
}
#p02{
	font-family: Comic Sans MS;
	font-size: 18px;
	color: purple;
}
header, footer {
   float: left;
   width: 100%;
   background-color: black;
   color: yellow;
   position: relative;
   font-size: 22px;
}
#wrapper {
   float: left;
   padding-left: 300px;
   padding-right: 300px;
   overflow: hidden;
}
#left_side {
   position: relative;
   float: left;
   width: 200px;
   background-color: grey;
   right: 200px;
   margin-left: -100%;
   margin-bottom: -2000px;
   padding-bottom: 2000px;
}
#right_side {
   position: relative;
   float: left;
   width: 200px;
   background-color: grey;
   margin-right: -200%;
   margin-bottom: -2000px;
   padding-bottom: 2000px;
}
#content_area {
   position: relative;
   float: left;
   background-color: grey;
   width: 100%;
   margin-bottom: -2000px;
   padding-bottom: 2000px;
}
/*Policy.CSS*/
#div01 { 
				background-color:#F7CA68;
				border: 5px ridge orange;
			}
			#li01 {
				list-style-position: inside;
				color: Yellow;
				font-size: 16px;
				padding: 2px;
				font-family: Comic Sans MS;"
			}
			li::marker {
  				color: red;
			}
			body {background-image: url('CRWiz.jpg'); background-size: cover; 
				background-position: center-center; 
				background-repeat: no-repeat;
			}
			.fade-in-img {
      				width: "100%";
     				height: "100%";
      				background-image: none;
      				transition: background-image 1s ease;
    			}
    			.fade-in-img:hover {
      				background-image: url('images/CRWiz.jpg');
      				background-size: cover;
				background-position: center-center;
				style="font-color:yellow";
    			}
			.fade-out-bg {
      				width: "100%";
      				height: "100%";
      				background-color: brown;
      				transition: background-color 7s ease;
    			}
    			.fade-out-bg:hover {
      				background-color: transparent;
    			}
/*Battle.CSS*/
#battletd {
   font-family: Comic Sans MS;
   color: gold;
 }
 #imgsze {
   height: 220px;
   width: 150px;
 }