html, body, #wrap {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #wrap {
	height: auto;
}

body {
			margin:0;
			padding:0;
			font:93%/1.5em Arial,Helvetica,sans-serif;
			text-align:center;
			background: #fff url(images/background.gif) repeat-y 50% 0;
		}

p { 
			margin:0; 
			}

#wrap {
			width:750px;
			\width:770px;
			w\idth:750px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
		}
	
		
/* masthead and main nav */		

#masthead {
			margin-bottom: 0;
			background-color:#fff;
			height:119px;
			width:100%
		}
		
#masthead h1 {
	display: inline;
  text-indent: -9999px;
   font: 8px Arial, Helvetica, sans-serif;
   color: #fff;
		}
	

div.float_right {
	float: right;
	}
	
div.float_left {
	float: left;
	}

	/* main content */

#content {
			margin-top: 30px;
			padding:10px;
			margin-left:445px;
			background-color:#fff;
			height: auto;
			font-size: 0.9em;
			background: #fff url(images/home/home_background_logo.jpg) no-repeat 100px 50px;
		}
		
#content h1 {
			color: #af0021;
			font-size: 1.3em;
			font-weight: bold;
			}		
		
.imageright {
 	float: right;
 	padding: 7px 7px 35px 33px;
 	margin-left: 10px;
}

img {
	border: none;
	}

.red {
	font-size: 0.8em;
	color: #af0021;
	margin-top: 15px;
		}		
		
/* middle nav */		

#outer {
	float: left;
	width:442px;
	margin-top: 50px;
	background:#fff;
	margin:auto;
	text-align:left;
}

#outer2 {
	float: left;
	width:441px;
	margin-top: 350px;
	background:#fff;
	margin:auto;
	text-align:left;
}

p.invest {
	margin: 0 9px;
	font-size: 0.86em;
	}

.inner {
	width:200px;
	margin: 30px 10px 10px 10px; 
	float:left;
	display:inline;
	text-align:left;
}

.courses {
	width:192px;
	border:1px solid #bbb;
	padding: 3px;
	margin: 0;	
	font-size: 0.9em;
}
	
.courses a:link  {
		color: #af0021;
		text-decoration: none;
}

.courses a:visited {
		color: #af0021;
		text-decoration: none;
}
.courses a:hover  {
		color: #af0021;
		text-decoration: underline;
}

.training {

    vertical-align: middle;
}

.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

.clearer2{
	clear:both;
	height:1px;
	margin-top:-1px;
}

 /* footer */

#footer {
			bottom: 0;
			clear:both;
			padding:10px;
			margin-top:0;
			font-size: 0.75em;
			width:730px;
			\width:750px;
			w\idth:730px;
		}
		
#footer a:link, #footer a:visited {
		color: #af0021;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
		color: #fff;
		text-decoration: none;
		background-color: #af0021;
		border-bottom: 1px solid #fff;
}

.small {
			font-size: 0.83em;
			}
