body {
background-color: #96c2c0;
font-size:12pt;
font-family:Arial;
margin:0;
padding:0;
color:black;
}

#page {
width:920px;
margin:auto;
padding:auto;
}

#page2 {
width:920px;
}

#header {
clear:both;
width:870px;
height:72px;
padding-top:30px;
padding-left:50px;
background-color: #66ccff;
}

#menulinks {
clear:both;
width:895px;
height:42px;
padding-left:25px;
background-color: #0080ff;
}

#submenulinks {
clear:both;
width:895px;
height:35px;
padding-top: 0px;
padding-left:25px;
background-color: #004d00; /* #004d00, #215a55 */
}


* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
 
* html #submenulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #submenulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
  
#menulinks a {
	padding-left:11px;
	height:42px;
   	background-image:none;
	display:block;
	color: white;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:9px;
	height:26px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-color: #66ccff;
	background-position:top left;
	text-decoration:none;
	color:black;
}

#menulinks a:hover span, #menulinks a.active span {
	text-decoration:none;
	color:black;
}

#submenulinks a {
	padding-left:11px;
	height:35px;
    background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
  }

#submenulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:9px;
	height:26px;
	display:block;
    background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#submenulinks a:hover, #submenulinks a.active {
	background-color: #99fff9;
	background-position:top left;
	text-decoration:none;
	color:black;
}

#submenulinks a:hover span, #submenulinks a.active span {
	text-decoration:none;
	color:black;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
width:560px;
padding-right:30px;
float:left;
line-height:14pt;
padding-bottom:10px;
}

#contentfull {
width:800px;
padding-right:30px;
float:left;
line-height:14pt;
padding-bottom:10px;
}


#sidebar {
float:left;
width:235px;
line-height:14pt;
}

#footer {
font-size:10pt;
text-shadow: 3px 2px;
width:895px;
clear:both;
height:30px;
padding-left: 30px;
padding-top:20px;
text-align:left;
line-height:14pt;
background-repeat:no-repeat;
background-color: #cccccc;
color:black;
}

#footer a {
color: #004080;
}

#footer img {
vertical-align: middle;
}

/* multicolored text
  http://www.sitepoint.com/forums/showthread.php?t=171221 
  DON'T USE // comments, cos they introduce spaces and weird stuff in the text!!!
  */
h1 {
font-size:20pt;
color:black;
margin:0;
}

h1 a {
color: navy;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 36pt;
}

h3 {
font-size:12pt;
color:black;
padding-top:6px;
}

.description {
font-size:14pt;
color:#004d00;
margin:0;
padding-left:5px;
}

.alternatefont {
font-size:inherit;
color: #004d00;
margin:0;
padding-left:2px;
}


a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* ------------------------- IMAGES ----------------------- */

img {
border: none;
}

img.framed {
border: 5px solid black;
margin: 5px;
}

/* ======================== LULU =========================== */
#lulu-storefront {
width:760px;
padding-top: 20px;
}

#lulu-storefront-title a {
font-size:20pt;
color:green;
margin:0;
}

#lulu-storefront-items {
list-style-type: none;
}

#lulu-storefront-items a {
color: green;
font-size: large;
}


