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

body {
	margin: 0;
	background-color: #E7AA4C;
	color: #333333;  /*default font color is grey */
	text-align:center;
	background-image: url(../graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p{
	margin: 0px;
	padding: 0px;
}

#mainFrame{
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 38px;
	position:relative;
}

#header{
	background-image: url(../graphics/header.jpg);
	height: 203px;
	width: 786px;	
}

#content{
	min-height: 535px;
	background-image: url(../graphics/content.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;	
}

#contentHeight{
	height: 535px;
	width:0px;
	float:left;

}

#leftContent{
	width: 200px;
	padding-left:6px;
	padding-right:5px;
	float:left;
	text-align: left;
}

#menuContainer{
	background-image: url(../graphics/menu_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 200px;

}

#menuHeader{
	background-image: url(../graphics/menu_header.gif);
	width: 160px;
	height: 29px;
	padding-left:20px;
	padding-right:20px;
}

#menuContent{
	width: 160px;
	padding-left:20px;
	padding-right:20px;
}

#menuFooter{
	background-image: url(../graphics/menu_footer.gif);
	width: 160px;
	height: 21px;
	padding-left:20px;
	padding-right:20px;
}

#calContainer{
	background-image: url(../graphics/cal_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 200px;
	margin-top:20px;

}

#calHeader{
	background-image: url(../graphics/cal_header.gif);
	width: 160px;
	height: 16px;
	padding-top: 9px;
	padding-left:20px;
	padding-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calContent{
	width: 160px;
	padding-left:20px;
	padding-right:20px;
}

#calFooter{
	background-image: url(../graphics/cal_footer.gif);
	width: 160px;
	height: 21px;
	padding-left:20px;
	padding-right:20px;
}


#rightContent{
	width: 558px;
	padding-left: 5px;
	padding-right: 12px;
	float:right;
	text-align: left;	
}

#rightContent H1{
	margin:6px 0 6px 0;
	padding:0 0 0 0;
	
}


#welcome{
	background-image: url(../graphics/welcome.gif);
	height: 25px;
	width: 553px;
	background-repeat: no-repeat;
	background-position: left top;
}

#live{
	background-image: url(../graphics/main_live.jpg);
	height: 204px;
	width: 182px;
	float:left;
}

#business{
	background-image: url(../graphics/main_business.jpg);
	height: 204px;
	width: 184px;
	float:left;
}

#visit{
	background-image: url(../graphics/main_visit.jpg);
	float: left;
	height: 204px;
	width: 182px;
}

#whatsNew{
	background-image: url(../graphics/whats_new.gif);
	padding-top: 33px;
	margin-top: 15px;
	width:543px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4px;
}


#whatsNew .content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:10px;
}

#whatsNew .titleDate {
	color: #00aeef;
	font-weight: bold;
}

#whatsNew .title {
	color: #342970;
	font-weight: bold;
}

#whatsNew a {
	color: #342970;
}

#footer{
	position:absolute;
	left:0px;
	bottom:-69px;
	background-image: url(../graphics/footer.jpg);
	height: 69px;
	width: 786px;		
}

