﻿img {border: none;}

body 
{
    font-family: Arial, Heltivica, Sans-Serif;
    font-size: 0.8em;
    text-align:center;
    margin-top:20px;
	background-color:#646464;
	overflow:-moz-scrollbars-vertical;
	color: #333333;
}

h1
{
    font-size: 1.5em;
    color: #666666;
    font-weight: normal;
}

h2
{
    font-size: 1.1em;
}

#container
{
    text-align:left;
	margin:auto;
	width:950px;
	background-color:#FFFFFF;
}

#header
{
	width:100%;
	height:112px;
	background-image: url("../images/banner.gif");
	background-repeat: no-repeat;
}


#contentcontainer
{
	background-color:#ECEFEC; 
	margin: 20px;
	padding: 20px 10px 10px 20px;
}

#contenttop
{
    background-image: url("../images/main-content-topCorner.gif");
    height: 15px;
    background-repeat: no-repeat;
	background-position: right;
	background-color:White;
}

#content
{
    padding: 1px 20px 1px 20px;
    background-color: White;
    background-image: url("../images/main-content-side.gif");
    background-repeat: repeat-y;
    background-position: right;
}

#contentbottom
{
	background-image: url("../images/main-content-bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFFFFF;
	height:24px;
}


#footer
{
    margin-top:20px;
	background-color:#272727;
	height:85px;
    padding-top:10px;
    font-size:0.75em;
	color:#BEBEBE;
    text-align:center;
}
#footer a {color:#BEBEBE;}
#footer a:hover {color:#FFFFFF;}

.validation
    {color: red;}





/* MENU */
.topNavButton{float:left;}
.divider{float:left;}

#menu
{
    background-image: url("../images/menu/background.gif");
    background-repeat: repeat-x;
    height: 33px;
}

#submenu{
	background-repeat: repeat-x;
	height:30px;
}


/* GALLERY */

#galleryImages{
	width:695px;
	padding: 10px;
	border: 1px solid #DDDDDD;
}


a.galleryLinks{
	color:#333333;
	font-family:arial, helvetica;
	font-size:0.8em;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	background-color:#DDDDDD;
	margin-left:2px;
	margin-right:2px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
}


a.galleryLinks:hover{
	color:#880000;
	font-family:arial, helvetica;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	background-color:#EE9999;
	margin-left:2px;
	margin-right:2px;
	border-width:1px;
	border-style:solid;
	border-color:#880000;
}

a.galleryLinksCurrent{
	color:#880000;
	font-weight:bold;
	font-family:arial, helvetica;
	font-size:0.85em;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	background-color:#EE9999;
	margin-left:2px;
	margin-right:2px;
	border-width:1px;
	border-style:solid;
	border-color:#880000;
}
