/* @override http://localhost/~martyn/anticbanquet.com/style/style.css */

/* @group LAYOUT */

body
{
	margin:0;
	padding:0;
	text-align: center;
}

td img {display: block;}

div#container{
	width: 800px;
	margin: 0 auto 5px auto;
	text-align: left;
}

div#container ul#nav
{
	list-style: none;
	margin: 0;
}

div#container ul#nav li.left
{
	float: left;
	margin-right: 8px;
}

div#container ul#nav li.right
{
	float: right;
	margin-left: 8px;
}

div#container ul#nav li a
{
	display: block;
	padding: 1px 4px;
	border: 2px solid #000;
	border-top: none;
}

div#container ul#nav li a:hover
{
	text-decoration: none;
	color: white;
	background-color: #f81a81;
	text-shadow: none;
}

div#container table 
{
	clear: both;
}

div#box1{
	width:300px;
	height:523px;
	margin: 0;
	overflow:hidden;
	padding: 5px 0 5px 35px;
}
div#box1_scroller{
	width:45px;
	height:533px;
	margin:0;
	float:right;		
}

#box1 img {display:inline}

#first_box{background-repeat:no-repeat; background-image:url(../images_new/AK.gif)}

#events_box
{
	overflow: hidden;
	background: url(../images_new/AY2.gif) no-repeat;
}

#events_box .cushycms
{
	padding: 5px 0 5px 35px;
	height: 164px;
	width:300px;
	
}

#events_box h2, #events_box h1
{
	margin-top: 0;
}

/* @end */

/* @group TYPOGRAPHY */

body
{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

p
{
	margin-bottom: 20px;
}

a 
{
	color: #ea006c; 
	text-shadow: #000000 0px 0 1px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

ul
{
	margin-left: 0;
	padding-left: 0;
}

ul li
{
	font-size: 15px;
}

/* @end */

/* @group HEADERS */

h1, h2, h3, h4, h5, h6
{
	color: #ea006c;
	text-shadow: #000000 1px 1px 1px;
	text-align: center;
	line-height: 36px;
}

/* @end */
