body, p {
font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace;
font-size: 12px;
}

a:link {
color: #000000;
font-size: 1.2em;
text-align: left;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #CC9966;
font-size: 1.2em;
text-align: left;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FFCC99;
font-size: 1.2em;
text-align: left;
text-decoration: none;
font-weight: bold;
}

a:active {
	color: #993300;
	font-size: 1.2em;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

p.caption {
font-size: 10px;
}

h1 {
font-family: 'Ubuntu', sans-serif;
font-variant: small-caps;
font-size: 48px;
text-align: right;
color: #333333;
}

h2 {
font-size: 14px;
text-align: center;
color: #333333;
font-weight: lighter;
}


#wrapper {
margin: 0 auto;
width: 1140px;
}


#header {
	width: 1100px;
	float: left;
	border: 0px;
	height: 30px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.3);
	border-radius: 20px / 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#leftcolumn { 
 color: #333;
 
 margin: 10px 0px 0px 10px;
 padding: 10px 5px 0px 10px;
 height: 480px;
 width: 430px;
 float: left;
 border-radius: 20px / 20px;
}
#menu {
padding: 5px 0px 0px 10px;
margin: 0px 0px 0px 0px;
border: 0px;
}
#rightcolumn {
	float: left;
	color: #333;
	
	margin: 10px 0px 0px 70px;
	padding: 5px 0px 10px 5px;
	height: 480px;
	width: 600px;
	display: inline;
	position: relative;
	border-radius: 20px / 20px;
}

#Footer{
 width: 1100px;
 float: left;
 padding: 10px 0px 0px 0px;
margin: 10px 0px 0px 0px;
border: 0px;
 height: 10px;
}

.thumbnail { 
float: left; 
width: 180px; 
margin: 10px 30px 0px 0px;
}

.thumbnail p { 
text-align: center; 
font-size: .9em; 
}
