body
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	cursor: default;
}

#main
{
	width: 780px;
	margin: auto;
	padding: 0px 10px 0px 10px;
	background: #ffffff url(images/bg.gif) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	cursor: default;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link,
a:visited
{
	color: #003399;
}

a:hover,
a:active
{
	color: #cc6600;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
}

#header
{
	position: relative;
	width: 780px;
	height: 174px;
	background: url(images/header.gif) top center no-repeat;
}

#menu
{
	position: absolute;
	top: 180px;
	left: 248px;
	width: 532px;
	height: 43px;
	background: url(images/header-menu.gif) top left repeat-x;
}

#menu ul,
#languages ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#submenu ul
{
	padding: 0px;
	margin: 10px 10px 30px 10px;
	list-style: none;
}

#menu li
{
	width: 100px;
	height: 33px;
	margin: 0px;
	padding-top: 10px;
	background: url(images/header-button.gif) top left no-repeat;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	text-align: center;
}

#submenu li
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
}

#menu a:link,
#menu a:visited
{
	text-decoration: none;
	color: #000000;
}

#menu a:hover,
#menu a:active
{
	text-decoration: none;
	color: #992005;
}

#languages
{
	position: absolute;
	top: 185px;
	left: 20px;
}

#languages li
{
	float: left;
	padding: 0px;
	margin: 0px;
}

#languages li img
{
	margin: 3px;
}

#bar
{
	width: 780px;
	height: 46px;
	background: url(images/bar.gif) top left repeat-x;
}

#page-top
{
	width: 780px;
	height: 8px;
	background: url(images/page-top.gif) top left repeat-x;
}

#sidebar-top
{
	width: 220px;
	height: 8px;
	margin-left: 26px;
	background: url(images/sidebar-top.gif) top left no-repeat;
}

#page
{
	position: relative;
	width: 780px;
	background: #ffffff url(images/sidebar.gif) 26px 0px repeat-y;
}

#sidebar
{
	position: absolute;
	top: 8px;
	left: 27px;
}

#sidebar-header
{
	width: 211px;
	height: 17px;
	background: url(images/sidebar-header.gif) top left repeat-x;
	border-bottom: 1px solid #757575;
}

#ads
{
	padding: 10px;
}

#content
{
	margin: 20px 20px 0px 270px;
	padding-bottom: 20px;
}

#gallery {
  margin: 50px 0px 0px 0px;
}

#gallery ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#gallery li {
  padding: 0px;
  margin: 0px;
  display: inline;
}

#gallery li img {
  margin: 3px;
}

#page-bottom
{
	width: 780px;
	height: 90px;
	background: #df6900 url(images/page-bottom.gif) top left repeat-x;
}

#sidebar-bottom
{
	float: left;
	width: 250px;
	height: 80px;
	background: #ffffff url(images/sidebar-bottom.gif) top left repeat-y;
}

#footer
{
	padding-top: 65px;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
}

.comment
{
	padding: 5px 10px 5px 10px;
	margin: 0px 5px 0px 5px;
	border-left: 4px solid #fdc554;
}

.comment strong
{
	font-weight: bold;
}

.comment small
{
	font-size: 7pt;
}

.comment .text
{
	padding: 5px;
}

table.addcomment
{
	margin: 20px auto 0px auto;
}

table.addcomment th
{
	text-align: left;
	vertical-align: top;
}

.clear
{
	clear: both;
}
