/* no comments*/  

/* basic elements */  
  a:link {
		color: #324395;text-decoration:none
		}  
  a:active { 
		color: #324395;text-decoration:none
		}
  a:visited { 
		color: #493D95;text-decoration:none
		}
  a:hover { 
		color: #000000;text-decoration:none; background: #F9EDED
		}

  body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		}


/* specific divs */

  #wrapper {
		width:860px;
		margin:0px auto;
		border:4px solid #bbb;
		padding:10px;
		}
  #header {
		background-color:#a9b0d3;
		border:1px solid #bbb;
		height:80px;
		padding:10px;
	}
  #content {
		margin-top:10px;
		padding-bottom:10px;
		height:2140px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:1px solid #bbb;
    		float:left;
	}
  #content-left {
  		background-color:#a9b0d3;
		height:2128px;
		width:170px;
	}
  #content-main {
		margin-left:10px;
		width:430px;
		color:#a9b0d3;
	}
  #content-main2 {
		margin-left:10px;
		width:430px;
		color:#a9b0d3;
	}
  #content-right {
		background-color:#a9b0d3;
		margin-left:10px;
		height:2128px;
		width:170px;
	}
  #footer {
		margin-top:10px;
		margin-bottom:10px;
    		padding:10px;
    		border:1px solid #bbb;
    		width:835px;
		height:10px;
	}
  #home {
		width:80px;
		position: relative; bottom: 4px;
		position: relative;  left: 48px; 
	}
  #peace-forum {
		width:230px;
		position: relative; bottom: 18px;
		position: relative;  left: 310px; 
	}
  #info {
		width:200px;
		position: relative; bottom: 33px;
		position: relative;  left: 715px; 
	}
