* {	margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	color: #333;
	padding-bottom: 10px;
	background: url("../images/background.png");
	}
	
#major {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}
	
	
.clearer {
	font-size: 0px;
	line-height: 0px;
/*	display: block;
	margin: 0px;
	padding: 0px;*/
	clear: both;
	height: 0px;
/*	width: auto;*/
}

a:link, a:visited { 
	color: black;
	font-weight: bold;
	text-decoration:none
	}
a:hover { 
	/*color: #c8188c;*/
	color: #4bacc6;
	font-weight: bold;
	text-decoration:none
	}

/* 
===========================
Header
===========================
*/	
#header {
	width: 320px;
	height: 76px;
	float: left;
	background: url("../images/left.gif") no-repeat left bottom;
/*	border: black solid 1px; */
	margin-right: 10px;

	}
#header h1 {
	background:  url("../images/right.gif") no-repeat right bottom;
	border: 0;
	color: #fff;
	margin-left: 50px;
	padding-bottom:1px;
	}	

#header img {
	margin-left: -40px;
	}	
		
/* 
===========================
nav
===========================
*/
#nav {
	float: right;	
	margin-left: 20px;
	overflow: auto;	
	}

/*#ncontent {
	background: url("../images/left.gif") no-repeat left bottom;
	border: 0;
	color: #fff;
	padding-bottom:1px;
	width: 400px;
	height: 20px;
	margin-bottom: 1px;
	}
	
#ncontent h1 {
	background:  url("../images/right.gif") no-repeat right bottom;
	border: 0;
	color: #fff;
	margin-left: 50px;
	padding-bottom:1px;
	font-size: 30px;
	color: black;
	height: auto;
	}*/
	
#ncontent {
	width: 400px;
	height: 25px;
	background: url("../images/left.gif") no-repeat left bottom;

	}
#ncontent #thetext {
	background:  url("../images/right.gif") no-repeat right bottom;
	border: 0;
	color: #fff;
	margin-left: 10px;
	padding-bottom:5px;
	font-size: medium;
	height: 20px;
	word-spacing: 5px;
	}	

/* 
===========================
Content
===========================
*/
#footsoldier {
	background: #fff;
	width: 800px;
	height: 400px;
	overflow: hidden;
	}

#footsoldier img {
	border: 0;
	}
	
#footsoldier h1 {
	font-size: 200%;
/*	color: #c8188c;	*/
   color: #4bacc6;
	}

#footsoldier h2 {
	font-size: 150%;
/*	color: #c8188c;	*/
   color: #4bacc6;
	}

#footsoldier p {
	font-size: 100%;
	padding-right: 15px;
	}

	
#fstop {
	width: 802px;
	height: 15px;
	background: url("../images/left-top.gif") no-repeat left top;
	margin-top: 17px;
	margin-left: -1px;
/*	border: black solid 1px; */

	}
#fstop #topright {
	background:  url("../images/right-top.gif") no-repeat right top;
	border: 0;
	color: #fff;
	margin-left: 50px;
	height: 15px;
	}	
#fsbottom {
	width: 802px;
	height: 16px;
	margin-left: -1px;
	background: url("../images/left.gif") no-repeat left bottom;
/*	border: black solid 1px; */

	}
#fsbottom #bottomright {
	background:  url("../images/right.gif") no-repeat right bottom;
	border: 0;
	color: #fff;
	margin-left: 50px;
	padding-bottom:1px;
	height: 15px;
	}	

#imagefeat {
	width: 300px; 
	height: 400px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	}

/*#imagefeat {
	width: 381px; 
	height: 400px;
	float: left;
	}*/
/* 
===========================
Footer
===========================
*/
#footer {
	width: 795px;	
	margin: 0 auto;
	color: white;
	font-size: small;
	text-align: center;
	}
	
#footer a:link, #footer a:visited { 
	color: #4bacc6;
	font-weight: bold;
	text-decoration:none
	}
#footer a:hover { 
	color: white;
	font-weight: bold;
	text-decoration:none
	}

