/* General */

body {
	background:url(http://www.greekfest.com.au/img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    	background-color:#E8EBF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	text-decoration: none
}

a:link {
	color: black
}

a:visited {
	color: black
}

a:hover {
	color: black
}

font {
	font-size: 15px;
	color: orange;
}

.photo {
float: right;
}

a.in_body {
	color: blue;
}

a.in_body:hover {
	color: gray;
}

/* IDs */

#top_container {
}

#header {
width:100%;
height:110px;
background-color:#000033;
border:0px;
overflow:hidden;

}

#header_content {
width:800px;
height: 110px;
background-image:url(../img/flag_watermark.gif);
background-repeat:no-repeat;
border:0px;
overflow:hidden;

}

#header_logo {
width:100px;
height:110px;
float:left;
background-image:url(../img/greekfestlogo.jpg);
background-repeat:no-repeat;
border:0px;
overflow:hidden;

}

#header_menu {
float: right;
height:110px;
width:700px;
border:0px;
overflow:hidden;
}


#layout_spacer_dark_blue {
width:100%;
height:0px;
background-color:#000033;
background-repeat:repeat-x;
}

#layout_spacer_blue_stripe {
width:100%;
height:15px;
background-image:url(../img/header_back.gif);
background-color: #6666CC;
background-repeat:repeat-x;
border-bottom:1px solid #99CC33;
}

#layout_spacer_solid_green {
width:100%;
height:8px;
background-color:#99CC33;
background-repeat:repeat-x;
}

#main {
width:800px;
border:0px;
overflow:hidden;
}

#tablet_main {
width:800px;
height:100%; /* change this before publishing!!! */
border:0px;
text-align:left;
background-color:white;
overflow:hidden;
}

#tablet_content {
width:700px;
margin-left: 50px;
text-align:left;
padding:0px;
}


#tablet_header {
width:800px;
height:25px;
background-image:url(../img/tablet_header.gif);
}
#tablet_footer {
width:800px;
height:25px;
background-image:url(../img/tablet_footer.gif);
}

#left_side_container {
float:left;
width:275px;
height:450px;
/*background:#B1D3AD;*/
background-image:url(../img/home_tablet_back.gif);
border:0px;
}

#left_side_content {
padding: 5px 3px;
color:#000066;
text-align: left;
float:left;
width:265px;
height:400px;
/*background:#B1D3AD;*/
border:0px;
}

#middle {
float:left;
width:525px;
overflow:hidden;
background-color:grey;
border:0px;
}

#home_nav_container {
float:right;
width:500px;
height:500px;
background-image:url(../img/temple_fade.gif);
background-repeat:no-repeat;
}

#home_nav_content {
width:400px;
height:400px;
/*background-color:white;*/
}


#image_panel {
float:left;
width:525px;
height:200px;
background-color:#78D8F8;
border:0px;
}

#promo {
float:center;
text-align: center;
width: 800px;
height:	50px;
background-color: white;
border: 0px;
}

#footer {
float: center;
text-align: right;
width: 760px;
/*background-color: white;*/
height: 20px;
}

/* NAV */

.hovermenu ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
float:right;
overflow:hidden;
font-size:11px;
margin-top: 89px;
padding-left: 0;
margin-left: 0;
height: 25px;
color: black;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #99CC33;
border: 2px solid #99CC33;
}

.hovermenu ul li a:hover{
background-color: #CCFF66;
border-style: solid;
}

html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* Home Page Links */

a.link1 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/events.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link1:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/events_hover.gif); /* source for target image */
     }


a.link2 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/dancing.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link2:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/dancing_hover.gif); /* source for target image */
     } 
 

a.link3 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/venue.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link3:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/venue_hover.gif); /* source for target image */
     } 

a.link4 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/food.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link4:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/food_hover.gif); /* source for target image */
     } 

a.link5 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/centre-image.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link5:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/centre-image.png); /* source for target image */
     } 

a.link6 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/marketplace.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link6:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/marketplace_hover.gif); /* source for target image */
     } 

a.link7 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/sponsors08.gif); /* source for start image */
     background-repeat: no-repeat;
     }

a.link7:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/sponsors08_hover.gif); /* source for target image */
     } 


a.link8 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 119px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/messages.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link8:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/messages_hover.gif); /* source for target image */
     } 
	 

a.link9 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/contact.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link9:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/contact_hover.gif); /* source for target image */
     } 


/* Classes */

.sponsors_left {
width:	100%;
height: 275px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.sponsors_public {
width:	100%;
height: 375px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.sponsors_special {
width: 100%;
height: 575px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.sponsors_silver {
width: 100%;
height: 690px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.sponsors_bronze {
width: 100%;
height: 350px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.fixcenter {
  width: 761px;
  border: solid; 
  border-width: 1px;
  border-color: #2C3043;
  background-image: url('images/main_bg.jpg');
  color: #000000;
  margin: auto;
  margin-top: 0px;
  text-align: left;
}

.style1 {
	color: #006D37;
	font-weight: bold;
}
.style2 {color: #6B9F30;
}
.style3 {color: #F0F0F0}

#event_text {
	margin-left: 290px;
}
.style5 {color: #222353;
font-weight:bold;
}