/* CSS Document */

html,body { 	
	background-color: #eeeeee; 
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 150%;
	color: #555555;
}

p {
	margin: 12px 0px;
}

#container {
	margin: 24px auto;
	width: 960px;
}

#leftcolumn {
	width: 330px;
	padding-right: 30px;
	float: left;
}

#rightcolumn {
	width: 600px;
	float:right;
}

a {
	color: #505a42;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #505a42;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #aaa;
	color: #333333;
	border-bottom: 1px dotted #333333;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-transform: uppercase;
}

.small {
	text-transform: none;
	color: #555555;
	font-weight: normal;
	font-size: 11px;
}

/* `Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}