/*@import url("iehacks.css");*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 100.01%;
	height: 101%;
	}

a:link {
	color: #369;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #3E333C;
	text-decoration: none;
	}

/* layout */

#wrap {
	min-width: 740px;
	background: url(../img/wrap-bg-3col.gif) repeat-y 75% 0;
	}

#content {
	float: left;
	width: 74.8%;
	font-size: 110%;
	color: #333;
	line-height: 1.5em;
	background-image: url(../img/blossoms.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}



#sidebar {
	float: right;
	width: 25%;
	}
#footer {
	clear: both;
	background: #828377 url(../img/footer-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(../img/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	border-bottom: 3px solid #87B825;
	background-color: #B0E331;
	background-image: url(../img/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 15px;
	}
	
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #374C0E;
	background-image: url(../img/SL.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	}

#header h1 a:link {
	text-decoration: none;
    color: #374C0E;
}
#header h1 a:visited {
	text-decoration: none;
    color: #374C0E;
}

#wrap #header p {
	float: left;
	margin-left: 25px;
	margin-top: -20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	text-transform: none;
	color: #374C0E;
padding-bottom: 20px;
}


/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 69%;
	color: #cc9;
	text-align: left;
	background-color: #5E4B3A;
	background-image: url(../img/message-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
		}

#message strong {
	padding: 0 0 0 28px;
	padding-left: 150px;
	}
		
	
/* content */


	
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}

dl.lyrik {
	padding: 15px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
			}

dl.lyrik:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.lyrik dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}
dl.lyrik dt img {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

dl.lyrik dd {
	font-size: 76%;
	line-height: 1.5em;
	color: #5E4B3A;
	margin-left: 0px;
	margin-top: 15px;
	text-align: center;
		}

/* sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 76%;
	line-height: 1.5em;
	color: #666;
	background-color: #fff;
	background-image: url(../img/box-b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(../img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(../img/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333;
	text-align: right;
	}

#wrap #footer div p a {
	color: #3F333C;
}

#div_le {
	float: left;
}
#div_re {
	float: right;
}
/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature {
	display: inline-table;
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
* html dl.feature {
	height: 1%;
	text-align: center;
	}

.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
#cleaner {
	clear: both;
	height: 1px;
}
#content hr { 
	visibility: hidden; 
	display: block; 
	margin: -0.66em 0; 
	clear: left 
}
#wrap #sidebar .gutter .box ul {
	padding: 15px;
}


