@charset "UTF-8";

/* ZERO OUT ALL BROWSER PRE-SET VALUES------------------*/
* { margin: 0;	padding: 0; border: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #fff;
	background-color: #fff; background-image: url(../images/shared/bg_tile.jpg); background-repeat: repeat; }


a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; } 
a:hover { color: #fff; }
a:active { color: #fff; text-decoration: underline; }   
	
#container { 
	width: 804px; 
	height: 100%;
	margin: 0 auto;
	padding: 0; 
	background-image: url(../images/shared/bg_tile_wrapper.gif); background-repeat: repeat; }
	
#wrapper { background-image: url(../images/shared/wrapperBg.gif);
	width: 760px;
	height: 100%;
	margin: 0 auto; }

#header { width: 760px; height: 200px; margin: 0; padding: 0; float: left; }

#logo { width: 424px; height: 200px; margin: 0; padding: 0; float: left;}
#mainImage { width: 336px; height: 201px; margin: 0; padding: 0; float: right; }

#nav { clear: both; width: 760px; height: 21px; background-color: #fff; color: #333; padding: 0; }
#nav img { margin: 4px 26px; }

#mainContent { background-image: url(../images/shared/peacesignBg.gif); background-position: bottom right; background-repeat: no-repeat; height: 100%; margin: 0; }

#mainCopy { width: 350px; height: 100%; margin: 0 0 0 184px; padding: 20px 0 35px 0; }
#mainCopy p { line-height: 16px; margin: 10px 0; }

#quote { float: right; width: 155px; margin: 30px 0 0 0; }
#quote hr { background-color: #3e3e3e; color: #3e3e3e; height: 1px; }
#quote p { margin: 5px 0 0 0; }

#footer { width: 715px; padding: 6px 0 6px 45px; background-color: #5f5f5f; font-size: 9px; }

#bottomShadow{ width: 804px; height: 25px; background-image: url(../images/shared/tile_btm.gif); background-repeat: repeat-x; margin: 0 auto; }
.rightShadow { padding: 0 0 0 696px;}

h2 { font-size: 14px; font-weight: bold; }
ul { margin: 0 0 0 15px; }