/* CSS Document */

body,/*needed to keep the div containers flush with the side and top of the browser window */



html {
	margin:0px;
	padding: 0px;
	background: #141c70 url('../images/bg.jpg');
	/*background-color:#141c70;*/
	font-weight: normal;
	font-family: helvetica, arial,sans-serif;
	letter-spacing: 0px;
	line-height: .8em;
	color: #FFFFFF;
	font-size:1em;
	}

body {
	width:100%;
	height:100%;
	}
	
	img {
	margin: 0px;
	padding: 0px;
	border: none;
	}

/* Link information */

a:link {
	color:#fff;
	}
a:visited {
	color:#fff;
	}
a:hover {
	color:#fff;
	}
a:active {
	color:#fff;
	}


/* Divider information */

#container { 
	position:absolute;
	background: url('../images/gradient_bg.jpg') no-repeat top;
	left:0px;
	top:0px;
	width:100%;
	height:727px;
	}
	
#outerwraper {
	position:relative;
	margin: 0px;
	padding:0px;
	width:100%;
	height:auto;
	z-index: 10;
	}
#wraper {
	float:left;
	margin:0px;
	padding:0px;
	width:828px;
	height:auto;
	}
	
#left {
	margin:0px;
	padding:0px;
	float:left;
	width:209px;
	height:472px;
	text-align:left;
	}
	#left .logo {
			float:left;
			width:209px;
			height:186px;
			}
	#left .news {
			margin:10px 0px 0px 1px;
			padding:0px;
			background: url('../images/news.png') no-repeat top;
			top:0px;
			float:left;
			width:208px;
			height:276px;
			font-size:.7em;
			text-align:left;
			color:#393c41;
			}
			#left .news ul {
				margin: 23px 30px 0px 15px;
				padding:0px;
				list-style-type: none;
				}
			#left .news li {
				margin:0px;
				padding:0px 0px 20px 31px;
				background: url('../images/document.gif') no-repeat;
				display:block;
				}
			#left .news a:link {
				position:relative;
				color:#393c41;
				text-decoration:underline;
				}
			#left .news a:visited {
				position:relative;
				color:#767d87;
				text-decoration:underline;
				}
			#left .news a:hover {
				position:relative;
				color:#767d87;
				text-decoration:underline;
				}
			#left .news a:active {
				position:relative;
				color:#393c41;
				text-decoration: underline;
				}
			#left .news p {
				margin:0px;
				padding:0px;
				}

			
#right {
	margin:0px;
	padding:0px;
	float:left;
	width:610px;
	height:472px;
	}
	#right .message {
			margin:56px 25px 0px 0px;
			background: url('../images/message.png') no-repeat;
			float:right;
			height:17px;
			width:418px;
			}
	#right .image {
			margin-top:5px;
			float:left;
			background: url('../images/top_right.png') no-repeat;
			height:343px;
			width:610px;
			}
			
#bottom_images {
	margin:0px;
	padding:0px;
	float:left;
	height:184px;
	width:828px;
	}
	#bottom_images .about {
		margin:4px 0px 0px 6px;
		background: url('../images/about.png') no-repeat;
		float:left;
		width:278px;
		height:178px;
		}
	#bottom_images .donate {
		margin:4px 0px 0px 36px;
		background: url('../images/donate.png') no-repeat;
		float:left;
		width:187px;
		height:174px;
		}
	#bottom_images .involved {
		margin:3px 0px 0px 15px;
		background: url('../images/involved.png') no-repeat;
		float:left;
		width:285px;
		height:175px;
		}
	
#footer {
	margin:6px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	float:left;
	height:auto;
	width: 828px;
	text-align:center;
	letter-spacing: .11em;
	line-height: 1.5em;
	color: #FFFFFF;
	font-size:.60em;
	}
