/*purple #990066*/
/*green #669900*/

body {
	font: 62.5%/1.6em Lucida Grande, "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	margin:20px;
	background:url(../images/top_bg.jpg) top repeat-x;
	
}

* {
	margin:0;
	padding:0;
}

.lead {
	font:110%;
	text-spacing:5px;
	color:#333;
	font-weight: bold;	
}

/*
h2 {
	font-size: 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color: #990066;
	font-weight: normal;
	line-height: 26px;
}

h2 {
	font-size: 22px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight: normal;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight: normal;
	line-height: 22px;
}

h4 {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#360;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #c7e09b; 
}
*/

#wrapper {
	margin:0 auto;
	background:#fff;
	/*border-bottom:4px solid #444;*/
	border-left:inherit;
	border-right:inherit;
	padding:5px;
	width:760px;
} 



#header {
	height:170px;
	background:url(../images/header_bg.jpg) top repeat-x;
}

#header h1 {
	height:90px;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

#nav {
	margin: 0 0 0 0;
	position: relative;
	top : 133px;
	left: 0px;
}

#nav li {
	
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
	margin: 0 0 0 0;
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#f6f6f6;
	color:#000;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Lucida Grande;
	color:#906;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left h5 {
	padding:0px;
	margin: 20px 0 0 0px;
}

#sidebar_left p {
	line-height:15px;
}


.image_left {
	margin-right:10px;
	}
	
.image_right {
	margin-left:10px;
	}
	
.image_padding {
	margin: 0 25px 0 0px;
	}

#content {
	padding:0 15px;
	font-size:120%;
	margin:0 0 0 200px;
}

#content ul {
	list-style-type:circle;	
	padding-left:50px;
	}
	
#content ol {
	padding-left:50px;
	}

#content h1 {
	font:160% Trebuchet MS;
	color:#906;
	border-bottom:1px solid #ddd;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#906;
	padding-left:20px;
	border-bottom:1px solid #ddd;
	
}

#content h3 {
	font:140% Trebuchet MS;
	color:#c69;
	/*border-top:1px solid #f6f6f6;
	border-bottom:1px solid #eee;*/

	padding:5px;
}

#content h4 {
	color:#906;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
	background-color:#eee;
}

#content h5 {
	font:120% Trebuchet MS;
	color:#679902;
	font-weight: normal;
	line-height: 30px;
}

#content h6 {
	font:110% Trebuchet MS;
	color:#666;
	font-weight: normal;
	line-height: 30px;
}


#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:20px;
}

#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:10px 0;
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}

/* CORNER BANNER */

#corner_banner {
	background: url("/images/corner_banner.gif") no-repeat top left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0 0;
	z-index: 2;
	width: 150px;
	height: 150px;
	position: absolute;
	top : 0px;
	left: 0px;
	visibility: hidden;
}

#corner_banner a {
	display: block;
	height: 150px;
	background: url("/images/award_banner.gif") no-repeat top left;
}

#corner_banner a:hover {
	display: block;
	height: 150px;
	background: url("/images/award_banner.gif") no-repeat top left;
	background-position : 0 -144px;
}


/* ----------------------------------------------- */

/* CUTE MEMORY LOGO */

#logo a strong {
	display: none;
	}

#logo {
    position: relative;
	top: 0px;
	left: 200px;
	}

#logo a {
	display: block; 
	height: 28px; 
	padding: 0 !important; 
	border: none;
}

#logo a:hover {
	background: none;
}

#logo h1 {
	margin: 0;
}

#logo h1 strong {
	display: none;
}



/* ----------------------------------------------- */
