body, input, textarea, button, h1, h2 {
	font-family:Helvetica, Arial, sans-serif;
}

body {
	text-align:center;
	background-color:#fff;
	margin:30px 20px;
	color: #000;
	font-size:14px;
	line-height:1.5em;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}

h1, h2 {
	font-size:1.2em;
	font-weight:normal;
	vertical-align:baseline;
	color:#000;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:1em;
}

img {
	border:none;
}
br.clear {
	clear:both;
}
hr {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	border:none;
	border-bottom:1px solid #ccc;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}

#main {
	background-color:#fff;
	text-align:left;
	margin:0px auto;
	padding:0px;
	width:780px;
}
#logotype {
	margin:0;
}
#topnav {
	line-height:2.8em;
}
.navbar a,
.navbar a:link,
.navbar a:visited,
.navbar a:active,
.navbar a:hover {
	margin-right:10px;
	color:#888 !important;
}
.navbar a:hover,
.navbar a.on {
	color:#000 !important;
}

.headerbar {
	padding:30px 0;
	margin:0;
}

.conleft {
	float:left;
	width:260px;
	padding:30px 0;
}
.conright {
	float:right;
	width:500px;
	padding:30px 0;
}


.slide {
	float:left;
	text-align:center;
	height:155px;
	width:155px;
	margin:0 20px 50px;
}
.slide img {
	vertical-align:middle;
	max-width:150px;
	max-height:150px;
}
.slide a {
	color:#000;
	text-decoration:none;
}

.thumb {
	float:left;
	text-align:center;
	height:80px;
	width:80px;
	margin:0 20px 20px 0;
}
.thumb img {
	vertical-align:middle;
	max-width:80px;
	max-height:80px;
}
.thumb a {
	color:#000;
	text-decoration:none;
}


input, textarea, button, [type=submit] {
	display:block;
	width:300px;
	margin:0 0 1.5em 0;
	padding:.2em .4em;
	font-size:1em;
	line-height:1.5em;
	border:1px solid #ccc;
}
textarea {
	width:400px;
	min-height:9em;
}
button, [type=submit] {
	background-color:#fff;
	border:1px solid #666;
	width:auto;
	box-shadow:-1px 1px 2px rgba(0,0,0,.1);
	border-radius:.4em;
}
