body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 14dpx;
    text-align: center;
    background: #000;
    color: #ddd;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#logo {
	background-image: url(./images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	height: 365px;
	width: 740px;
}
#menu {
	margin: auto;
    width: 880px;
	height: 52px;
    position: relative;
	padding: 0px;
}
#wrapper {
	margin: auto;
    text-align: center;
    width: 740px;
    position: relative;
	padding: 30px 0px 0px 0px;
}
#content {
	padding: 0px 20px 40px 20px;
	float: left;
    width: 698px;
}
#footer {
	color:#999;
	text-align:center;
	font-size: 10px;
}
div.news
{
	border: 1px solid #444;
	background: #000;
	color: #eee;
	font-size: medium;
	margin: 2px;
	text-align: center;
	width: 620px;
	height: auto;
	margin: 0px 0px 30px 20px;
	padding:  0px 20px 0px 20px;
}
/*****************************************************/
/* Menu */
/*****************************************************/
#nav {
	font-size: 17px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 1.2;
	margin: 0px 150px 0px 0px;
	padding: 0px;
}
#nav li {
    float: left;
    list-style: none;
    margin: 10px 32px;
}
#nav a {
	color: #ddd;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 3px 0;
}
#nav a:hover {
	color: #922;
}
/*****************************************************/
/* General */
/*****************************************************/
hr {
	border: 0;
	color: #600;
	background-color: #600;
	height: 1px;
	width: 40%;
}
hr.w70 {
	width: 70%;
}
h1 {
    font-size: 20px;
	color: #832121;
	margin: 1.3em 0;
}
h2 {
    font-size: 20px;
	color: #ddd;
	margin: 1.3em 0;
}
h3 {
    font-size: 17px;
	color: #832121;
	
    margin: 1em 0;
}
p {
    margin: 1em 0;
}
p.space
 {
    margin: 2.5em 0;
}
img {
    border: 0;
}
img.left  { float: left; margin-right: 14px; }
img.right { float: right; margin-left: 14px; }
.clear {
    clear: both;
}
a {
	color: #fff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.white {
    color: #ccc;
    font-weight: normal;
    text-decoration: underline;
}
a.white:hover {
    text-decoration: none;
}

/*****************************************************/
/* Contact */
/*****************************************************/
div.contactrow
{
	xbackground: #0f0;
	padding-top: 40px;
	padding-left: 40px;
}
div.contact
{
  color: #ccc;
  font-size: small;
  float: left;
  height: auto;
  margin: 2px;
  text-align: center;
  width: 130px;
  height: 150px;
  margin: 0px 10px 0px 10px;
}
div.contact img
{
  margin: 8px;
}
div.contact_headder
{
  font-weight: bold;
  margin: 4px 0px 6px 0px;
}
div.contact_text
{
  color: #ccc;
  font-size: small;
  font-weight: normal;
  margin: 2px 0px 0px 0px;
}

/*****************************************************/
/* Image Gallery */
/* Landscape 768 x 576 - 110 x 83 */
/* Portrait 576 x 768 - 62 x 83 */
/*****************************************************/
div.galleryrow
{
  padding-left: 36px;
  position: relative;
}
div.img {
	background-color: #222;
	border: 1px solid #ecbd15;
	float: left;
	margin: 4px;
	font-size: x-small;
	text-align: center;
	height: auto;
	width: auto;
	position: relative;
}
div.img img {
	border: 1px solid #000;
	display: inline;
	margin: 3px;
}
div.img a:hover img {
	border: 1px solid #ecbd15;
}
div.desc {
	margin: 2px 2px 5px 2px;
	width: 114px;
}
div.desc_contact {
	margin: 2px 0px 5px 0px;
	width: 224px;
}
div.desc_contact_headder {
	font-size: small;
	font-weight: bold;
	margin: 2px 0px;
}
div.desc_contact_email {
	font-size: small;
	font-weight: bold;
	margin: 0px;
}
img.gallery {
	height: 82px;
}
