/* CSS Document */

/* formatting */

d iv{
	border: solid 1px black;
}

body {
	text-align: center; 
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
p{
	font-family: arial;
	color: #6e6e6e;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 20px 25px 20px;
}
h1{
	font-family: arial;
	color: #6e6e6e;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 20px 25px 20px;
}
h2{
	font-family: arial;
	color: #6e6e6e;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 20px 25px 20px;
}
p.guys{
	font-family: arial;
	color: #6e6e6e;
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
	margin: 0px 15px 10px 20px;
	bor der: solid 1px black;
}
.indent{
	text-indent: .5in;

}
.blue{
	font-family: arial;
	color: #008adc;
}
.footer{
	font-family: garamond;
	color: #a9a9aa;
	margin: 0px 25px 10px 30px;
	font-size: 12px;
	font-weight: normal;
}
h1{
	font-family: "arial black";
	font-size: 16pt;
	color: #ff8900;
}
h1.title{
	font-family: arial;
	font-size: 16pt;
	color: #ff8900;
	font-weight: normal;
}
h2.title{
	font-family: arial;
	font-size: 16pt;
	color: #ff8900;
	font-weight: normal;
}
p.title{
	font-family: arial;
	font-size: 16pt;
	color: #ff8900;
	font-weight: normal;
}
ul{
	list-style-image: url(images/bullet.gif);
	position: relative;
	left: 20px;
}
li{
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	color: #6e6e6e;
}
hr{
	width: 164px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it right for 	Mozilla*/
	border: 0;
	background-color: #ff8900;
	color: #ff8900;
	height: 3px;
}
a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}
/* layout */

#header{
	background-image: url(images/header.jpg);
	height: 210px;
}
#sidebanner{
	background-image: url(images/aymside.gif);
	height: 354px;
	width: 22px;
	position: absolute;
	left: -23px;
	top: 83px;
	
}
#content{
	background-image: url(images/content.gif);
	width: 708px;
	margin: auto;
	text-align: left; 
	position: relative;
}

#first{
	margin-left: 44px;
	width: 320px;
	height: 455px;
}
#clown{
	background-image: url(images/clown.jpg);
	height: 140;
	width: 163;
	position: absolute;
	top: 450px;
	left: 200px;

}
#second{
	background-image: url(images/guysback.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 460px;
	position: absolute;
	top: 212;
	right: 50;
	width: 280px;}
#crit{
	background-image: url(images/crit.gif);
	height: 81px;
	width: 261px;
	margin: 46px 0px 0px 9px;
}
#cb{
	background-image: url(images/cb.gif);
	height: 81px;
	width: 261px;
	margin: 10px 0px 0px 9px;
}
#timmy{
	background-image: url(images/timmy.gif);
	height: 81px;
	width: 261px;
	margin: 10px 0px 0px 9px;
}
#jason{
	background-image: url(images/jason.gif);
	height: 81px;
	width: 261px;
	margin: 10px 0px 0px 9px;
}
#third{
	margin-left: 44px;
	margin-right: 38px;
	margin-top: -25px;
	margin-bottom: -25px;
	background-color: white;


}
#aymlogo{
	background-image: url(images/aymlogo.gif);
	height: 88px;
	width: 443px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	position: relative;
	left: 135px;
	cursor: pointer;
}
#fourth{
	background-image: url(images/fourthback.gif);
	width: 312;
	margin-left: 50px;
	border-top: 1px solid #008adc;
	border-bottom: 1px solid #008adc;
	z-index: 2;
	position: relative;
	height: 300px
}

#speech{
	background-image: url(images/speech.jpg);
	height: 50px;
	width: 84px;
	position: absolute;
	left: 250px;
	margin-top: 16px;
	z-index: 1;
}
#fifth{
	position: absolute;
	bottom: 115;
	right: 40;
	width: 280px;
	height: 300px;
}
#phone{
	background-image: url(images/phone.jpg);
	height: 51px;
	width: 51px;
	position: absolute;
	left: 410px;
	bottom: 210px;
}
#spacer1{
	background-image: url(images/spacer1.gif);
	height: 30px;
}
#spacer2{
	background-image: url(images/spacer2.gif);
	height: 30px;
}
#sixth{
	width: 370px;
}
#seventh{
	height: 112px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 330px;
}
#footer{
	background-image: url(images/footer.gif);
	height: 113px;
	
}