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

body {
margin:0 auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
background-color:#58585a;
font-size:14px;
}

#clearDiv {
clear:both;
}

#wrapper {
margin:auto;
margin-top:20px;
margin-bottom:20px;
width:990px;
height:auto;
text-align:left;
}

#footer {
clear:both;
width:990px;
height:150px;
background:url(../images/footerBG.gif) top left no-repeat;
}

#header {
width:990px;
height:266px;
background-color:#231f20;
}

#pic{
width:268px;
height:266px;
background:url(../images/heroPIC.jpg) top left no-repeat #231f20;
float:left;
}

#expect {
width:295px;
height:266px;
background:url(../images/ExpectTheExceptional.jpg) top left no-repeat;
float:left;
}

#menuLogo_wrapper {
width:368px;
height:266px;
float:right;
}

#logo {
width:368px;
height:233px;
background:url(../images/mainLogo_wfa.jpg) top left no-repeat;
}

#menuMain {
width:368px;
height:33px;
background-color:#f26531;
text-align:right;
}

#menuLeft {
width:268px;
height:419px;
background-color:#ef3e35;
/*background:url(../images/bazLogo.gif) bottom left no-repeat #ef3e35;*/
float:left;
}

#eventMenu {
margin-left:17px;
margin-right:17px;
font-size:10px;
}

.eventTXT {
color:#FFFFFF;
margin-top:8px;
margin-left:17px;
font-size:12px;
}

.eventTXTtable {
color:#FFFFFF;
margin-top:8px;
margin-left:17px;
font-size:10px;
}

.tableTXT {
font-size:10px;
}

#content_wrapper {
width:990px;
height:auto;
min-height:300px;
overflow:auto;
background:url(../images/contentBG.gif) top left repeat-y;
clear:both;
}

#content {
width:642px;
height:auto;
min-height:300px;
overflow:auto;
background-color:#fac3b0;
float:left;
padding-left:40px;
padding-right:40px;

}

#quick_links_melb {
width:617px;
height:68px;
background:url(../images/smallCosmo.jpg) top right no-repeat #bcbdc0;
margin-bottom:37px;
font-weight:bold;
font-size:14px;
line-height:18px;
padding-left:17px;
padding-top:12px;
}

#quick_links_bris {
width:617px;
height:68px;
background:url(../images/smallCosmo.jpg) top right no-repeat #ffffff;
margin-bottom:17px;
font-weight:bold;
font-size:14px;
line-height:18px;
padding-left:17px;
padding-top:12px;
}

#quick_links_syd {
width:617px;
height:68px;
background:url(../images/smallCosmo.jpg) top right no-repeat #f79e85;
margin-bottom:17px;
font-weight:bold;
font-size:14px;
line-height:18px;
padding-left:17px;
padding-top:12px;
}

.contentTXT {
padding-top:19px;
}

.white_span {
color:#FFFFFF;
}

.red_span {
color:#ef3e35;
}

h1 {
color:#ef3e35;
font-size:16px;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #EF3E35;
}
a:active {
	text-decoration: none;
	color: #000;
}

#eventMenu a:link {
	padding-left:6px;
	color: #000;
	text-decoration: none;
}
#eventMenu a:visited {
padding-left:6px;
	text-decoration: none;
	color: #000;
}
#eventMenu a:hover {
padding-left:6px;
	text-decoration: underline;
	color: #EF3E35;
}
#eventMenu a:active {
padding-left:6px;
	text-decoration: none;
	color: #000;
}

#wineMenu a:link {
line-height:18px;	
	color: #fff;
	text-decoration: none;
}
#wineMenu a:visited {

	text-decoration: none;
	color: #fff;
}
#wineMenu a:hover {

	text-decoration: underline;
	color: #000;
}
#wineMenu a:active {

	text-decoration: none;
	color: #fff;
}



