/* Body */
body 
{
	background-image:url('../images/Background.jpg');
	background-position:top left;
	background-repeat:repeat;
}

/* Containers */
#main, #copyright
{
	display:block;
	position:relative;
	height:720px;
	width:900px;
	left:50%;
	margin:0 0 0 -450px;
	z-index:1;
	border:2px solid #000000;
}
#copyright
{
	height:30px;
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	line-height:30px;
	border-top:0px;
	background-color:#608758;
}
#copyright a, #copyright a:visited {text-decoration:none;color:#000000;}
#copyright a:hover {text-decoration:underline;}
#mid
{
	display:block;
	position:absolute;
	height:380px;
	width:880px;
	z-index:2;
	left:10px;
	top:30px;
	padding-right:10px;
}
#bottom	
{
	display:block;
	position:absolute;
	height:200px;
	width:780px;
	bottom:0px;
	right:0px;
	z-index:101;
}
#bottom #facebook, #bottom #youtube, #bottom #twitter
{
	display:block;
	position:absolute;
	height:110px;
	width:75px;	
	top:50px;
	z-index:102;
}
#bottom #youtube {right:0px;}
#bottom #facebook {right:75px;width:70px;}
#bottom #twitter {right:145px;}
#bottom #youtube a, #bottom #youtube a:visited, #bottom #twitter a, #bottom #twitter a:visited, #bottom #facebook a, #bottom #facebook a:visited
{
	display:block;
	position:absolute;
	height:110px;
	width:75px;
	left:0px;
	top:0px;
	border:0px;
	text-decoration:none;
}
#bottom #facebook a, #bottom #facebook a:visited {width:70px;}
#main .topleft, #main .topctr, #main .topright, #main .leftctr, #main .ctr, #main .rightctr, #main .botleft, #main .botctr, #main .botright
{
	display:block;
	position:absolute;
	height:240px;
	width:300px;
	top:0px;
	left:0px;		
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
#main .topleft {background-image:url('../images/TopLeftHome.jpg');}
#main .topctr {left: 300px;background-image:url('../images/TopCtrHome.jpg');}
#main .topright	{left: 600px;background-image:url('../images/TopRightHome.jpg');}
#main .leftctr, #main .ctr, #main .rightctr	{top: 240px;}
#main .leftctr {background-image: url('../images/LeftCtrHome.jpg');}
#main .ctr {left: 300px;background-image: url('../images/CtrHome.jpg');}
#main .rightctr {left: 600px;background-image: url('../images/RightCtrHome.jpg');}
#main .botleft, #main .botctr, #main .botright {top: 480px;z-index:100;}
#main .botleft {background-image: url('../images/BotLeftHome.jpg');}
#main .botctr {left: 300px;background-image: url('../images/BotCtrHome.jpg');z-index:100;}
#main .botright {left: 600px;background-image: url('../images/BotRightHome.jpg');z-index:100;}

/* Menu */
#menu
{
	display:block;
	position:absolute;
	height:30px;
	width:900px;
	left:0px;
	top:0px;
	z-index:10;
	text-align:center;
	border-bottom:2px solid #000000;
}
a.menu, a.menu:visited
{	
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	line-height:30px;
	text-decoration:none;
}
a.menu:hover {color:#BDC1D6;}
/* Anchor Styles */
a, a:visited
	{
		font-family:Verdana;
		font-weight:bold;
		color:#084EE8;
		text-decoration:underline; 
	}
a:hover {color:#C0C0C0;}
/* Font Styles */
h1
	{
		font-family:"Arial Rounded MT Bold";
		font-size:16pt;
		font-weight:normal;
		color:#000000;
		font-style:oblique;
	}
p
	{
		font-family:Verdana;
		font-size:9pt;
		font-weight:normal;
		color:#000000;
		
		line-height:110%;
		text-indent:30px;
	}
/* Miscellaneous */
img
	{
		font-family:Verdana;
		font-size:10pt;
		font-weight:normal;
		color:#FFFFFF;
	}
#yam
	{
		display:block;
		position:absolute;
		height:40px;
		width:300px;
		bottom:0px;
		right:0px;
		font-family:Arial;
		font-size:10pt;
		font-weight:bold;
		font-style:oblique;
		line-height:40px;
		padding-left:40px;
		background-image:url('../images/YAM.gif');
		background-position:top left;
		background-repeat:no-repeat;
		z-index:10;
	}
a.yam, a.yam:visited {color:#000000;text-decoration:none;}
a.yam:hover {color:#608758;}
