@charset "utf-8";
/* CSS Document */

body {
	background-color:#9faaf9;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:14px;
	color: #2B2929;	
	  
}

table[width="90%"]{
	position:relative;
	 left:45px }

h1 { font-weight:450;
      font-size:25px;
	  color:Slateblue}

h2 {font-weight:350;
     font-size:16px;
	 color:#333	  
	 }
h4 {font-weight:700;
    font-size:18px;
	color:#C06
}
	 
a {text-decoration:none; color:#7E80AA}

a:hover {cursor:pointer; color:#60C}

a.strip { color:#D02985; font-size:20px; text-decoration:underline}

a.strip:hover { color:#F00}

a.products {color:#606; font-size:20px; text-decoration:underline}

a.products:hover {color: #309}

a.menu {color:#2B2929; text-decoration:underline}

a.menu:hover { color: #FFF}


#wrapitup {
	width:880px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto
}

#topheader {
	background-image:url(images/backcround1.jpg);
	background-repeat:no-repeat;
	height:250px
	
}



#body {
	background-image:url(images/backcround3.jpg);
	background-repeat:repeat-y;
	margin-bottom:0;
	margin-top:0;
	padding-top:1mm;
	padding-bottom:0mm
	 
}

#bottom {
	background-image:url(images/backcround2.jpg);
	background-repeat:no-repeat;
	height:153px
}
	
	
#menubox {
	float:left;
	width:190px;
	padding:10px;	
	border:1px solid;
	margin-right:20px;
	background-color: #CDACFF 
}
