body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 18px;
}
h1 {
	font-size: 48px;
	margin: 0;
}
h2 {
	font-size: 22px;
	color: #5d5d5d;
}
h3 {
	font-size: 22px;
	margin: 0;
}
h4 {
	border-bottom:1px dotted #E5E5E5;
	font-size: 18px;
	color: #5d5d5d;
	margin: 0 0 10px 0;
}
h5 {
	border-bottom:1px dotted #E5E5E5;
	font-size: 16px;
	color: #5d5d5d;
	margin: 20px 0 10px 0;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #5d5d5d;
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}
h7 {
	font-size: 13px;
	color: #5d5d5d;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: underline;
}
a {
	color: #333333;
}
a img {
	border: 0;
}
input, select {
	font-size: 11px;
	width: 300px;
}
#main {
	margin: 0 auto;
	width: 1002px;

	border-left: 1px solid #cdcdcc;
	border-right: 1px solid #cdcdcc;
}
#topbar {
	height: 55px;
	background-color: #000000;
}
#topbar-title {
	float: right;
	margin: 19px 20px 0 0;
	width: 380px;
	
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#topbar-twitter {
	float: left;
	margin: 10px 0 0 10px;
	background:url(../images/twitter-icon.png) no-repeat left;
	color: #FFFFFF;
	padding: 7px 0 0 28px;
	height: 24px;
	width: 550px;
}
#topbar-twitter ul, #topbar-twitter ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none outside;
	line-height: normal;
}
#topbar-twitter a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	line-height: normal;
}
#menubar {
	background-color: #beaea0;
	height: 22px;
	padding-top: 0px;
}
#menubar ul {
	margin: 0 40px;
	padding: 0;
}
#menubar li {
	list-style: none outside;
	float: left;
	display: inline;
	height: 22px;
	margin: 0 1px 0 0;
	background-color: #5d5d5d;
	text-align: center;
}
#menubar li:hover {
	background-color: #000000;
}
#menubar a {
	display: block;
	float: none;
	padding: 2px 15px 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 60px;
	font-size: 11px;
}
#content {
	padding: 40px 55px;
	background: url(../images/art-startpage.png) no-repeat;
	background-position: 600px 5px;
}
#content-subpage {
	padding: 40px 55px;
	min-height: 300px;
}
#leftcolumn {
	float: left;
	width: 550px;
	padding: 0 20px 0 0;
}
#rightcolumn {
	float: right;
	width: 300px;
}
#startpage-title {
	width: 700px;
}
#startpage-content {
	width: 560px;
}
#bottombar {
	height: 115px;
	background-color: #beaea0;
}
#bottomline {
	height: 10px;
	background-color: #000000;
}
#sponsors {
	margin: 5px 0 0 4px;
}
#logo {
	position: relative; 
	top: -10px; 
	float:right
}
#tweetfeed a {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 5px;
	width: 5px;
}
.navbutton {
	height: 36px;
	width: 80px;
	background-color: #5d5d5d;
}
.photo {
	border: 1px solid #5d5d5d;
}