/* overriding HTML */

body {
    background-color: white;
    margin: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height:14px;
	font-weight: bold;
	color: black;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

form, input, textarea {
	font-family: Georgia, Courier, Monaco, Monospace;
	font-size: 10px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

strong {
	font-size: 16px;
	font-weight: normal;
}

#content-wrapper {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

#featured {
	float: left;
	width: 800px;
	height: auto;
}

div.thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
}

div.thumb img:hover {
	outline: 1px solid yellow;
}

div.full {
	float: left;
	margin: 0 10px 10px 0;
	width: 600px;
	display: none;
}

#footer {
	float: left;
	clear: both;
	font-size: 10px;
	line-height: 12px;
	width: 400px;
}
