@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFF;
	background-image:url(../images/fade.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
a:link{ 	color:#961200; font-weight:bold; text-decoration:none;}
a:hover{ 	color:#961200; font-weight:bold; text-decoration:underline;}
a:active{ 	color:#961200; font-weight:bold; text-decoration:none;}
a:visited{ 	color:#961200; font-weight:bold; text-decoration:none;}
p{
	margin:0px;
}
#aim-logo{
	height:98px;
	width:160px;
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-80px;
}
#wrapper{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#top{
	background-image:url(../images/background_top.png);
	width:1000px;
	height:18px;
	float:left;
}

#body{
	background-image:url(../images/background_body.png);
	background-repeat:repeat-y;
	width:1000px;
	height:auto;
	float:left;
}
#navigation{
	height:110px;
	width: 950px;
	margin-left: 25px;
	float:left;
}
#content{
	height:auto;
	width: 950px;
	margin-left: 25px;
	float:left;
}
#bottom{
	background-image:url(../images/background_bottom.png);
	height:14px;
	width:1000px;
	float:left;
}
#copyright{
	margin-right:auto;
	margin-left:auto;
	text-align:right;
	font-size:9px;
	color:#666;
	width:1000px;
}
