/* 
  ------------------------------------------------------------
  Austwinds Print Stylesheet Copyright 2006 - Digital Evolution
  
  Modified 22/08/06
  ------------------------------------------------------------
*/


a img {
border: 0;
}

a {
	color: black;
	text-decoration: underline
}


body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

li {
	line-height: 20px;
	list-style: square;
	margin-left: 0px;
      list-style-position: inside;
}

td,tr,p,div {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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



#body {
	float: left;
	width: 650px;
}



#footer {
	display: none;
}

#footer a:link, #footer a:visited {
	display: none;
	
	}

#footer a:hover {
	display: none;
}

#footerwrap {
	display: none;
}
.footermenu {
	display: none;
	}


#header {
	display: none;
	
	
}

#maincontent {
	float: left;
	width: 320px;
	margin: 0 20px 30px 15px;
  /* background-image: url(../imgs/logo_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;	*/
	
 
}
#maincontent p{
font-size: 0.9em;
color: black;
}
#wrapper {
	width: 650px; 
/*margin-left: 50px;*/ 
margin-left: 0; 
    
}

#imgfloat {
	background-image: url(../imgs/flower_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 278px;
	width: 239px;
        position: absolute;
        left:540px;
        top:0px;
        z-index: 2;        
}

#rightcontent {
	position: absolute;
   left:300px;
   top: 247px;
   z-index: 3;
	width: 305px;
	background-color: transparent;
	       
}
#rightcontent p{
	font-size: 0.9em;
	color: black;
	       
}

/* main Menu */
#mainmenu {
display: none;
	
	
}

#nav-main {
display: none;
}

#nav-main ul {
display: none;
}

#nav-main li {
display: none;
}

#nav-main a:link, #nav-main a:visited {
display: none;
}

#nav-main a:hover, #nav-main a:visited:hover {
display: none;
}


.current {
display: none;

}

.current a:link, .current a:visited {
display: none;

}

.current a:hover, .current a:visited:hover {
display: none;

}

/* Main Logo */
#mainlogo{
	margin:25px 10px 40px 0; 
}

/* Quotes */
#quotes {
width:200px;
color: #666;
font-size: 1.2em;
}

/* Gallery */
#gallery {
	float: left;
	margin-left: 15px;
}
.gallery-thumb {
background-color: #FFF;
border: none;
width: 78px;
height: 76px;
}

.gallery-thumb a:link, .gallery-thumb a:visited{
padding: 5px;
background-color: #F8F8F8;
border: 1px solid #CECECE;
width: 78px;
height: 76px;
}


.gallery-thumb a:hover, .gallery-thumb a:active {
padding: 5px;
background-color: #FFF;
border: 1px solid #666;
width: 78px;
height: 76px;
}

.animated-img {
margin-top: 13px;
padding: 5px;
background-color: #F8F8F8;
border: 1px solid #CECECE;
width: 196px;
/*height: 189px;*/
}

/* Generic Classes */
.hide {
display: none;
}
