body {
	font: 12px Century Gothic, Avante Garde, sans-serif;
	text-align: center;
	background: #333333;
	margin: 0 0 0 0;
	padding: 0;
}

#container {
	background: #333333 url(background.gif) no-repeat;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 850px;
	height: 590px;
    margin-top: -295px; /* half of the height */
    margin-left: -425px; /* half of the width */
}

#homecontainer {
	background: #333333 url(splash.jpg) no-repeat;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 850px;
	height: 570px;
     margin-top: -295px; /* half of the height */
    margin-left: -425px; /* half of the width */
}
#logo {
	background: url(floraandfauna_logo.gif) no-repeat;
	width: 175px;
	height: 46px;
	display:block; 
	position: absolute;
	right: 0;
}

#content {
	text-align: left;
	width: 790px;
	height: 510px;
	margin: 30 40 30 40;
}

#contentbox {
	position: absolute;
	width: 770px;
	height: 430px;
	overflow: auto;
	top: 100px;
	text-align: left;
}

#col1{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:245px;
}
#col2{
    position:absolute;
    left:255px;
    top:0;
    height:100%;
    width:245px;
}

#footer {
	position: absolute;
	width: 850px;
	height: 30px;
	top: 580px;
	left: 0;
}

h1 {
	font-size: 16px;
	letter-spacing: 0.1cm;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: white;
}

h2 {
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 0.1cm;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: white;
}

h3 {
	font-size: 10px;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: #333;
}

p {
	font-size: 12px;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: black;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
}

/* logolink */

.logo{
}
a#rollover { 
	background:url(floraandfauna_logo.gif); 
	width: 175px;
	height: 46px;
	display:block; 
	position: absolute;
	right: 0;
}
a#rollover span { 
	display:none; 
}
a#rollover:hover { 
	background:url(floraandfauna_logo_over.gif); 
	width: 200px;
	height: 46px;
	display:block; 
}

/* bloglink */

.blog{
}
a#blogbutton { 
	background:url(blog.gif); 
	width: 73px;
	height: 60px;
	display:block; 
	position: absolute;
	top: 20%;
	left: 0;
}
a#blogbutton span { 
	display:none; 
}
a#blogbutton:hover { 
	background:url(blog_over.gif); 
	display:block; 
}

#menu{
	font-size: 12px;
	letter-spacing: 0.015cm;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: black;
	position: absolute;
	top: 63px;
}
#collectionsmenu{
	font-size: 12px;
	letter-spacing: 0.02cm;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: black;
	position: absolute;
	top: 78px;
	left: 165px;
}
#homemenu{
	font-size: 13px;
	letter-spacing: 0.02cm;
	font-family: Century Gothic, Avante Garde, sans-serif;
        font-weight: bold;
	color: black;
	position: absolute;
	top: 540px;
	right: 15px;
}
.menu a {
	text-decoration: none;
	color: black;
}
.menu a:active, .menu a:focus, .menu a:hover {
	text-decoration: none;
	color: white; 
}
#news a#newsnav, #about a#aboutnav, #collections a#collectionsnav, #stores a#storesnav, #press a#pressnav, #wholesale a#wholesalenav, #friends a#friendsnav {
	color: white;
	font-weight: bold;
	background: black;
}
#news a#newsnav:hover, #about a#aboutnav:hover, #collections a#collectionsnav:hover, #stores a#storesnav:hover, #press a#pressnav:hover, #wholesale a#wholesalenav:hover, #friends a#friendsnav:hover {
	color: white;
}

#menusticks {
	color: #3399CC;
}

a {
	text-decoration: none;
	color: white;
}
a:active, a:focus, a:hover {
	text-decoration: underline;
	color: 3399CC; 
}


#copyright{
	font-size: 10px;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: #555555;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#newsletter{
	font-size: 12px;
	font-family: Century Gothic, Avante Garde, sans-serif;
	color: #666666;
	text-align: left;
}

#preload {
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
}