/*    A VINA GUEST MAIN STYLESHEET    */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #F2E9DE;
	color: #000;
}

div#wrapper { 
	float: left;
	width: 100%;
	}
div#content { 
	margin-left: 164px;
	padding: 0 20px 0 20px;
	}
	
div#topheader {
	text-align: center;
}
	
div#navigation {
	float: left;
	width: 164px;
	margin-left: -100%;
	margin-top: 123px;
	/* background: #B9CAFF; */
	padding: 0 7px 0 7px;
	}
	
div#footer {
	text-align: center;
	font-size: 0.8em;
	margin: 15px;
	clear: left;
}
	


/*  TEXT STYLES  */

h1 {
	font-size: 3em;
	margin-bottom: 10px;
	font-style: italic;
	color: #993333;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #993333;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

.imgleft {
	margin: 0 15px 15px 0;
}

.imgright {
	margin: 0 0 15px 15px;
}

p.subtitle {
	font-variant: small-caps;
	margin-top: 0;
}

.maroon {
	color: #993333;
}

div#content a:link {
	color: #993333; 
}
div#content a:active, a:visited, a:hover {
	color: #6666CC; 
} 

.leftnav-click {
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 400px;
}



/*    FLICKR BADGES   */

div.badges {
	width: 117px;
	margin: 15px;
	text-align: center;
	float: left;
	font-size: 0.9em;
}

.zg_div {margin:0px 5px 5px 0px; width:117px;}
.zg_div_inner {border: solid 1px #000000; background-color:#ffffff;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}





/*  LEFT NAVIGATION   */

.menu {
 position:relative;
 background-color:black;
 color: white;
 border:1px solid white; 
 width: 150px;
 font-weight: bold;
 font-size: 9pt;
 position:absolute;
 cursor:hand;
}

.item_panel {
 font-size: 8pt;
  width: 150px;
  border-left:1px solid white;
  border-right:1px solid white;
  clip:rect(0,150,0,0);
  position:absolute;
 background-color: white;
 color:black;  
}

.item_panel a {
 font-size: 8pt;
 text-decoration:none;
 background-color: white;
 color:black;
  cursor:hand;
}

.item {
 font-size: 8pt;
 background-color:white;
 color: black;
 width:148;
}