@charset "utf-8";
/* html tags */
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 130%;
	color:#000000;
}
img {
	border: 0 0 0 0;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom:5px;
	text-align: center;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	margin-top: 4px;
	margin-bottom:3px;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	color: #000;
	margin-top: 2px;
	margin-bottom:2px;
}
h4 {
	color: #000;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 100%;
}
h5 {
	color: #000;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 95%;
}
h6 {
	color: #530433;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 90%;
}
/* classes */
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearboth {
    clear: both;
}
.contentimg {
	margin: 10px;
	float: right;
	clear: both;
}
.contentimgr {
	margin: 10px;
	float: right;
	clear: both;
	text-align: right;
}
.contentimgl {
	margin: 10px;
	float: left;
	clear: both;
	text-align: left;
}
.imgdescs {
	font-size: 80%;
	width: 100px;
}
.imgdescm {
	font-size: 80%;
	width: 270px;
}
.imgdescl {
	font-size: 80%;
	width: 600px;
}
.imgdesc {
	font-size: 80%;
}
.displaynone {
	display: none;
}
/* IDs */
#nav {
	display:none;
}
#container {
	width: 100%;
}
#header {
	width: 100%;
}
#nav {
	display: none;
}
#contentbox {
	width: 100%;
}
#login {
	display: none;
}
#content0 {
	width: 880px;
	padding: 10px;
	float: left;
}
#content1 {
	width: 700px;
	padding: 10px;
	float: left;
}
#content2 {
	width: 520px;
	padding: 10px;
	float: left;
}
#photocolleft {
	width: 180px;
	float: left;
}
#photocolright {
	width: 180px;
	float: right;
}
#header h1 {
	display: block;
}
