* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%; /*ie hack*/
}

body {
	height: 100%; /*ie hack*/
	font-size: 10px;
	font-family: Georgia, Times, sans-serif;
	background: #fff;
	letter-spacing:1px;
	color: #000000;
	}
	
a:link {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000; background-color: #ffcc00; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; background-color: #ffcc00; }



#menu {
    width: 213px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0px;
    position: absolute;
    height: 100%;
	background-color: #fff;
	padding-top: 20px;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	cursor: pointer;
	margin-top: 0px;
	line-height: 14px;
}

.section-title {
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #ffcc00;
	color: black;
	margin:10px 0px 5px 0;
	padding-bottom:10px;
	cursor: pointer;
}

li.active a {
	text-decoration: none; 
	color: #000000; 
	width: auto;
	background-color: #ffffff;
}

#menu a:link {
	text-decoration: none; 
	color: #000000; 
	padding: 0px;
}

#menu a:active { 
	text-decoration: none; 
	color: #000000; 
	background-color: #ffcc00; 
}

#menu a:visited { 
	text-decoration: none; 
	color: #000000; 
}

#menu a:hover { 
	text-decoration: none; 
	color: #000000; 
	background-color: #ffcc00; 
}


#content {
    height: 100%;
    margin: 0 0 0 263px;
    top: 0;
	padding-top: 30px;
	padding-left: 0px;
	background-color: #fff; 
}


h3 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000000;
}

#img-container	{ 
	
}

.nothumb {
	clear: right;
	display: block;
	float: left;
	margin-bottom: 20px;	
}