@font-face {
	font-family: Mido;
	src: url('fonts/Mido.otf');
}

body {
	background-image: url('images/bg.png');
	background-position: 50% 157px;
	background-repeat: no-repeat;

	padding: 0px;
	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	color: black;
}

a:link, a:visited {
	color: #75b2dd;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

#header {
	color: #75b2dd;
}

#header ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;

}

#header ul li {
	font-size: 11pt;
	font-weight: bold;
	height: 25px;

	text-transform: uppercase;
}


h1#logotext {
	padding-top: 51px;

	margin-top: 0px;
	margin-bottom: 0px;

	font-family: Mido, Georgia, 'Times New Roman';
	font-weight: normal;
	font-size: 18pt;
	height: 67px;
}

#photoreel {
	margin-top: 70px;
	height: 120px;
}

#photoreel ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#photoreel ul img {
	border: 8px solid white;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10pt;

	font-family: Mido, Georgia, 'Times New Roman';
	font-weight: normal;
	font-size: 18pt;
}

#main {
	margin-top: 30px;
	margin-bottom: 50px;
}

#main h3 {
	font-weight: normal;
	font-size: 13pt;
	line-height: 15pt;
}

#main h3 div {
	border-top: 1px dotted #888888;

	font-size: 10pt;
	font-weight: bold;
}

#main h3 div span {
	color: #6b6b6b;
}

#main p, #main li {
	font-size: 11pt;
	line-height: 16pt;
}

#left {
	margin-top: 28px;
}

#right #box {
	background-color: black;
	color: white;

	padding: 20px;
}

#right #box img.thumb {
	display: block;
	border: 4px solid white;
	margin: 0px 15px 10px 0px;
	float: left;
}

#right #box h3 {
	font-family: Mido, Georgia, 'Times New Roman';
	font-size: 13pt;

	margin: 0px 0px 8px 0px;
}

#right #box p {
	font-size: 10pt;
	line-height: 13pt;

	margin: 0px 0px 10px 0px;
}

#right #box p.infolink {
	margin-bottom: 20px;
}

.board h3 {
    font-weight: bold !important;
    font-size: 15px !important;
}

.board p {
    font-size: 13px !important;
}

.board strong {
    color: #404040;
}