﻿@charset "utf-8";
/* CSS Document */

body {
	background: url(images/backgrounds/cafe_1.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 10pt;
	margin-top: auto;
	margin-bottom: auto;
}

#pgcontent	{
	width: 900px;
    height: 700px;
    margin: auto;
    background: #FFFFFF;
    padding: 0;
    text-align: left;
}

#header	{
	/*width: 900px;
    height: auto;
    margin: auto;
    background: #FFFFFF;
    padding: 0;
    text-align: left;*/
}

.bannerleft	{
	background-color: #FFFFFF;
    float: left;
    width: 523px;
    height: 175px;
    margin: 0px;
}

.bannerright	{
	background-color: #FFFFFF;
    width: 377px;
    height: 175px;
    margin: 0px;
    float: right;
}

#main	{
	width: 900px;
	height: auto;
	margin: auto;
	background: #FFFFFF;
	padding: 0;
	text-align: left;
}

#sidebar	{
	width: 240px;
    height: auto;
    /*float: left;*/
    /*background-color: White;*/
    /*margin: 0 0 0 0px;*/
    padding: 0 0px 3px 6px;
	/*clear: left;*/
}

.eventslideshow	{
	width: 580px;
	height: 275px;
	margin: 0 34px 25px 0;
	padding: 0 0px 0 40px;
	float: right;
	/*background-color: White;*/
	/*border: solid 1px #ffffff;*/
	position: relative;
	top: 0;
	left: 320;
	z-index: auto;
	clear: both;
}

#menu	{
	margin: 0 50px 0 406px; 
	padding: 0 50px 0 0px;
}