/* Ian's Friends Style Sheet */

body {
background-color: #e1f6ff;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

/* containers 
============================================*/
#container {
margin: auto;
width: 970px;
text-align:center;
}

#top {
width: 970px;
height: 118px;
text-align:center;
background-image:url(images/top.gif);
background-repeat:no-repeat;
}

#main {
width: 970px;
text-align:center;
background-image:url(images/body.gif);
background-repeat:repeat-y;
}

	#mission {
	width: 970px;	
	}
	
		#missionLeft {
		padding-left: 70px;
		padding-top: 0px;
		display:inline;
		float:left;	
		text-align:left;	
		}
		
		#missionRight {
		width:550px;
		padding-right:80px;
		display:inline;
		float:right;
		text-align:left;
		line-height: 20px;					
		}

		
	#content {
	width: 820px;	
	text-align:left;
	padding-left:75px;
	padding-right: 75px;
	line-height: 22px;
	min-height: 300px;
	height: auto; !important
	height: 300px;
	}
	
		
	#navigation {
	width: 970px;
	text-align:center;
	}
				#nav {
				width:897px;
				}

#bottom {
width: 970px;
height: 63px;
background-image:url(images/bottom.gif);
background-repeat:no-repeat;
font-size:11px;
text-align:center;
padding-top: 40px;
}


.clear {
clear:both;
}

h1 {
font-size: 14px;
color:#CC3300;
}

h2 {
font-size: 12px;
color:#CC3300;
}

a:link {color:#FF6600;}
a:visited {color:#FF6600;}
a:hover {color:#663399;}
a:active {color:#FF6600;}

img {
border: 0px;
}