@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	background-image: url(../img/gradebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap{
	background-color: #fff;
	max-width: 1100px;
	min-width: 840px;
	margin: 0 auto 0 auto;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

#greenbar {
	display: block;
	height: 40px;
	background-color: #284e37;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	padding-left: 14px;
}
#mast{
	background-color: #0F0;
		background: #FFF url('../img/topbg.jpg') repeat scroll top right;
	/* IE10 */
	background-image: -ms-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 0%, #EDF0F0 50%, #c1c1c1 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 0%, #EDF0F0 50%, #c1c1c1 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 0%, #EDF0F0 50%, #c1c1c1 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1007, color-stop(0, #FFFFFF), color-stop(0.5, #EDF0F0), color-stop(1, #c1c1c1));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 0%, #EDF0F0 50%, #c1c1c1 100%);

}

#guys{
	min-height:300px;
	padding: 20px 0 0 30px;
	background-image: url(../img/guys.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#logo{
	padding: 126px 40px 20px 0;
	margin-right:400px;
	max-width: 600px;
	background-image: url(../img/ams_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer{
	font-size: 11px;
	padding:30px;
}
