
a:link {color: #4d7775; text-decoration: none}     /* unvisited link */
a:visited {color: #4d7775; text-decoration: none}  /* visited link */
a:hover {color: #4d7775}   /* mouse over link */
a:active {color: #4d7775}   /* selected link */

img {
	border: none;
	}

img.border {
	border:3px solid red;
	}

img.borderclear {
	border:3px solid white;
	}

body {
	font-family: arial;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

div.spacer {
	clear: both;
	height: 1px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background: white;
	}

#logo {
	float: left;
}

#left-right {
	position: relative;
	top: 15px;
	height: 90%;
	}
	
#right {
	width: 600px;
	float: right;
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	border: 0px solid #4d7775;
	border-left-width: 1px;
	min-height: 625px;
	}
	
#gallery {
	width: 34%;
	float: left;
	height: 100%;
	overflow: hidden;
	text-align: left;
	}

#footer {
	clear: both;
	text-align: right;
	color: #4d7775;
	padding: 19px 9px 0px 0px ;
	}
	
#copyright {
	color: #4d7775;
	float: left;
	}
	
h1#title {
	margin: 0 0 0 0;
	color: #555555;
	font-size: 22px;
	font-weight: bold;
	}

h2.desc {
	margin: 0 0 0 0;
	font-weight: bold;
	line-height: 2.5em;
	font-size: 1.3em;
	}
	
#right div {
	display: block;
	text-align: left;
	}

hr {
	color: #4d7775;
	background-color: #4d7775;
	height: 1px;
	border: 0;
	margin: 0px 2px 10px 2px;
	}

p.desc {
	font-weight: bold;
	line-height: 2.5em;
	font-size: 1.3em;
	}

table#info {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1em;
	}

table#info tr td.first {
	width: 6em;
	}

table#info a:link {
	color: black
	}
table#info a:visited {
	color: black
	}
table#info a:hover {
	color: #4d7775;
	}
table#info a:active {
	color: #4d7775;
	}

p.content {
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5em;
	color: #505050;
	}

span.edit {
	font-size: 14px;
	float: right;
	}

span#edit {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	}

img.left-picture {
	max-height: 200px;
	padding-bottom: 9px;
	}

#help {
	color: white;
	text-align: justify;
	}

div#list, div#list span a{
	font-size: 14px;
	font-weight: normal;
}

div#list a{
	font-size: 120%;
	font-weight: bold;
}
