a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	background: url("../images/background.png") top left repeat-x;
}

.clear {
	clear: both;
}

#container {
	width: 800px;
	margin: 0 auto;
	font-size: 2em;
}

.first {
	margin-top: 0;
}

#footer {
	padding: 1.5em;
	border-top: #000000 1px dotted;
	font-size: 75%;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}

#header {
	position: relative;
	padding-bottom: 1.5em;
	border-bottom: #000000 1px dotted;
}

#header h1 {
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 30px;
	width: 630px;
	height: 140px;
	vertical-align: baseline;
	border-left: #000000 1px dotted;
	text-align: right;
	font-size: 500%;
}

#header img {
	border: #000000 1px solid;
}

#main {
	padding: 1.5em 0;
}

#main .col1 {
	width: 140px;
	float: left;
}

#main .col2 {
	width: 600px;
	padding-left: 1.5em;
	float: right;
	border-left: #000000 1px dotted;
}

#main img.big {
	margin-left: 25px;
}

#main p.gallery img {
	border: 0;
	border: #CCCCCC 1px solid;
	padding: 5px;
}

ol {
	margin: 0;
	padding: 0;
}

ol li {
	margin-bottom: 1em;
	list-style-type: none;
}

ol li a {
	display: block;
	padding: 10px;
	border: #000000 1px solid;
}

ol li a:link, ol li a:visited {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
}

ol li a:hover, ol li a:active {
	color: #000000;
	text-decoration: none;
	background: #CCCCCC;
}
