@charset "utf-8";
body,html{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper{width:900px;margin:0 auto; text-align:center;}

#header{
	height:90px;
	border-bottom:3px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	background-color:#fd8900;
}
#container{
	position:relative;
	float:right;
	width:900px;
	background-color:#fd8900;
	  background-image:url(images/sun_face.gif);
background-repeat:no-repeat;
background-position:bottom left;

}
#content{
	width:730px;
	background-color:#febe36;
	border-left:3px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	float:right;
}
#menu{
	width:167px;
	height:250px auto;
	float:left;
	background-color:#fd8900;
}
#text{
width:90%;
margin-left:10px;
height:auto;
text-align:justify;
margin-bottom:10px;
}
h1{
font-size:20px;
font-style:normal;
font-weight:normal;
}
h2{
font-size:16px;
font-style:normal;
font-weight:normal;
}
#footer{
height:29px;
background-color:#FD8900;
width:100%;
	border-top:3px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	text-align:right;

}
a.white:link,a.white:visited{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
a.white:hover{
font-size:11px;
color:#FFFF00;
text-decoration:none;
}

a.product:link,a.product:visited{
font-size:14px;
color:#CC6600;
text-decoration:none;
font-weight:bold;
}
a.product:hover{
font-size:14px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
.gallerythumb{
	width:87px;
	height:66px;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;

}
img{
border:0;
}

a:link,a:visited{
color:#FFFFCC;

}
a:hover{
color:#000000;

}