@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(peaceimages/peaceheader.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #gamescontainer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 .magic {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#FFFFFF;
margin-left: none;
position:absolute;
top:220px;
width:535px;
padding-left:20px;
padding-right:20px;
}

.magic a {
color:#333333;
}
 .magics {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF;
margin-left: none;
position:absolute;
top:220px;
width:535px;
padding-left:20px;
padding-right:20px;
}

.magics a {
color:#333333;
}
.magics h1 {
font-size:20px;
}
.magics h2 {
font-size:25px;
}
.magics ul {
font-size:13px;
color:#000000;
}
.magics li {
margin-bottom:13px;
}


 .magicy {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#FFFFFF;
margin-left: none;
position:absolute;
top:220px;
width:640px;
padding-left:0px;
padding-right:0px;
}
.magicy h1 {
padding-left:20px;
font-size:20px;
}
.magicy p {
padding-left:20px;
}
 .magice {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF;
margin-left: none;
position:absolute;
top:220px;
width:535px;
padding-left:20px;
padding-right:20px;
}

.magice a {
color:#0000FF;
}

.magice h1 {
font-size:17px;
}
.magice h2 {
font-size:14px;
}
 .magicz {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
background-color:#FFFFFF;
margin-left: none;
position:absolute;
top:220px;
width:640px;
padding-left:0px;
padding-right:0px;
}
.magicz h1 {
padding-left:20px;
font-size:10px;
}
.magicz p {
padding-left:20px;
}

#peaceimage {float:left;
padding:10px;
}

#peacequoteimage {float:left;
padding:5px;
}

#header {
	/*height: 180px;*/
	background-image:url(peaceimages/peace-header-background.jpg);
	text-align:center;
	padding-top:150px;
	background-repeat:repeat;
	 }

#header ul {
list-style-type:none;
margin:0;
padding:0;
}
#header ul li {
	display:inline;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a:link {
color:#CCFFFF;
text-decoration:none;
font-size:14px;
}

#header a:visited {
color:#CCFFFF;
text-decoration:none;
font-size:14px;
}

#header a:hover {
background-color:#0099CC;
font-size:17px;
}

#header a:active {
color:#CCFFFF;
text-decoration:none;
font-size:14px;
}

#headergames {
	/*height: 180px;*/
	background-image:url(peaceimages/peace-header-background-games.jpg);
	text-align:center;
	padding-top:150px;
	background-repeat:repeat;
	 }

#headergames ul {
list-style-type:none;
margin:0;
padding:0;
}
#headergames ul li {
	display:inline;
	}

#headergames h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headergames a:link {
color:#CCFFFF;
text-decoration:none;
font-size:14px;
}

#headergames a:visited {
color:#CCFFFF;
text-decoration:none;
font-size:14px;
}

#headergames a:hover {
background-color:#0099CC;
font-size:17px;
}

#headergames a:active {
color:#CCFFFF;
text-decoration:none;
font-size:14px;
}
/* #topnav {
	position:absolute;
	height: 15px;
	text-align:center;
	top: 200 px;
	background: none;
	opacity: 0.5;
	width:780px;
	font-family:arial;
	font-size:18px;
	padding: 0;
	border: none;
	color:#FFFFFF;
 } */
#sidebar1 {
	position: absolute;
	top: 220px;
	right: 0;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(peaceimages/peacesidebar1.png);
	background-color:#CCCCCC;
}
/*
#sidebar1 a, #sidebar1 a: link {
height: 35px;
width: 155px;
display:block;
border-width: 0px;
float:left;
background-image: url(peaceimages/peace-book-buy-now.gif); 
text-decoration: none;
color: #FFFFFF;
text-shadow: #000000;
text-align:  center;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.button {
border:#000000 thin;
width: 155px;
height: 30px;
}*/
#ghandiquote {
background-image:url(peaceimages/ghandi-quote.jpg);
width: 150px;
height:77px;
}
/*
#churchillquote {
background-image:url(peaceimages/living-life.jpg);
width: 170px;
height:150px;
}*/
#nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .73em;
width: 160px;
}
#nav a, #nav a:link {
	height:23px;
	width:155px;
	display:block;
	border-width:0px;
	/*float:left;*/
	background-image:url(peaceimages/peace-book-buy.jpg);
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-bottom:7px;
	padding-right:0px;
	margin-right:5px;
}
#nav a:hover {
	background-position:-155px 0px;
	color:#000000;
	}
	#nav a:active {
	background-position:-310px 0px;
	color:#000000;
	}
#nab {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .73em;
width: 160px;
}
#nab a, #nab a:link {
	height:23px;
	width:155px;
	display:block;
	border-width:0px;
	/*float:left;*/
	background-image:url(peaceimages/peace-book-buy.jpg);
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	padding-right:0px;
	margin-right:0px;
}
#nab a:hover {
	background-position:-310px 0px;
	color:#000000;
	}
	#nab a:active {
	background-position:-310px 0px;
	color:#000000;
	}
	#nas {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .73em;
width: 160px;
}
#nas a, #nas a:link {
	height:23px;
	width:155px;
	display:block;
	border-width:0px;
	/*float:left;*/
	background-image:url(peaceimages/peace-book-dont-click.jpg);
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	padding-right:0px;
	margin-right:0px;
}
#nas a:hover {
	background-position:-155px 0px;
	color:#000000;
	}
	#nab a:active {
	background-position:-155px 0px;
	color:#000000;
	}
	#donate {
	margin-left:30px;
	}
	#small{
	font-size:13px;
	}
#mainContent { 
	margin: 110px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#nax {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .73em;
width: 160px;
float: right;
}
#nax a, #nax a:link {
	height:23px;
	width:155px;
	display:block;
	border-width:0px;
	/*float:left;*/
	background-image:url(peaceimages/peace-book-buy.jpg);
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-bottom:7px;
	padding-right:0px;
	float:right;
}
#nax a:hover {
	background-position:-155px 0px;
	color:#000000;
	}
	#nax a:active {
	background-position:-310px 0px;
	color:#000000;
	}
#footer { 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(peaceimages/peace-footer.jpg);
	position:absolute;
	top: 930px;
	width: 780px;
	height: 59px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#footer a {
color:#333333;
}

.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

