html
{
	margin: 0 auto;
	width: 800px;
	height: 100%;
	font-family: Arial;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}
#banner 
{
	height: 250px;
	width: 800px;
	box-shadow: 1px 1px 4px #000;
}
#menu_bar 
{
	height: 50px;
	width: 800px;
}
#menu_table
{
	height: 50px;
	width: 800px;
	font-weight: bold;
	background: -webkit-linear-gradient(#6C0, #690);
	background: -moz-linear-gradient(#6C0, #690);
	background: -o-linear-gradient(#6C0, #690);
	border-radius: 10px;
	box-shadow: 1px 1px 5px #000;
}
#td_menu
{
	color: #000;
	column-width: 200px;
}
#td_menu:hover
{
	color: #FFF;
	cursor: pointer;
}
#home_content 
{
	width: 800px;
}

#home_img 
{
	width: 395px;
	box-shadow: 1px 1px 5px #333333;
}
#home_txt 
{
	width: 390px;
	right: -410px;
	top: -500px;
	position: relative;
}
#p_title
{
	font-size: 24px;
	text-shadow: 1px 1px 0px #666;
}
#p_body
{
	size: 16px;
	text-indent: 30px;
}
#amenu
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#amenu:hover
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#imgs_table
{
	height: 100px;
	width: 800px;
	column-width: 160px;
}
#imgs
{
	height: 100px;
	width: 800px;
}
#td_pic
{
	margin: 0 auto;
}
#imgp
{
	box-shadow: 0px 0px 3px #000000;
}
#imgp:hover
{
	cursor: pointer;
	box-shadow: 2px 2px 5px #000;
}
#div_title
{
	height: 28px;
	width: 200px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #000;
	background: -webkit-linear-gradient(#6C0, #690);
	background: -moz-linear-gradient(#6C0, #690);
	background: -o-linear-gradient(#6C0, #690);
	color: #FFF;
	font-size: 24px;
	text-shadow: 1px 1px 0px #690;
	text-indent: 10px;
	text-height: 10px;
}