body
{
	margin: 0px;
	padding: 0px;
	background-color: #dcf;
	cursor: default;
}

#main
{
	background-color: #dcf;
	font-family: Calibri, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	cursor: default;
}

a:link,
a:visited
{
	text-decoration: underline;
	color: #fff;
	border: none;
}

a:hover,
a:active
{
	text-decoration: underline;
	color: #ffa;
	border: none;
}

ul,
li,
h1,
h2,
h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul
{
	list-style: none;
}

img
{
	border: 0px;
}

.clear
{
	clear: both;
}

#top
{
	position: relative;
	background: url(../images/header.jpg) top left repeat-x;
	height: 150px;
}

#topoverlay
{
	position: absolute;
	top: 10px;
	left: 0px;
	background: url(../images/earth.png) top left no-repeat;
	width: 170px;
	height: 175px;
}

#header
{
	position: absolute;
	top: 40px;
	left: 200px;
}

#header .ad
{
	float: right;
	margin-left: 40px
}

#header .adc
{
	margin: 0px;
}

#languages
{
	position: absolute;
	bottom: 0px;
	right: 30px;
}

#languages ul
{
	display: block;
	background: #a374ff;
	padding: 10px;
}

#menu
{
	bottom: 0px;
	left: 0px;
	background: url(../images/menu.gif) center left repeat-x;
	border-top: 4px solid #a374ff;
	padding: 10px 40px 10px 185px;
	font-size: 14pt;
}

#menu ul li,
#languages ul li
{
	display: inline;
	margin: 0px 10px;
}

#menu strong
{
	color: #ffa;
}

#page
{
	background-color: #fff;
	padding: 20px 40px 25px 40px;
}

#page a:link,
#page a:visited,
#footer a:link,
#footer a:visited
{
	color: #60f;
}

#page a:hover,
#page a:active,
#footer a:hover,
#footer a:active
{
	color: #f60;
}

#gallery
{
	margin: 30px 10px 0px 10px;
}

#gallery ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#gallery li
{
	padding: 0px;
	margin: 5px 10px;
	float: left;
}

#gallery li img
{
	margin: 0px;
}

#gallery li span
{
	display: block;
	text-align: center;
	font-size: 10pt;
}

#text ul
{
	padding: 5px 10px;
	margin-left: 10px;
	list-style: disc outside;
}

#footer
{
	background-color: #dcf;
	padding-top: 10px;
	font-size: 10pt;
	height: 25px;
	text-align: center;
	color: #4f495b;
}

.comment
{
	padding: 5px 10px 5px 15px;
	margin: 0px 5px 0px 5px;
	border-left: 4px solid #ccc;
}

.comment strong
{
	font-weight: bold;
}

.comment small
{
	font-size: 9pt;
}

.comment .text
{
	padding: 5px;
}

table.addcomment
{
	margin: 20px;
}

table.addcomment th
{
	text-align: left;
	vertical-align: top;
}

#comment_submit
{
	font-size: 10pt;
}
