a{
	color:#3A3732;
	text-decoration:none;
}
body{
	font-size:0.8em;
	text-align:center;
	background-color:#fff;
	font-family: Century Gothic, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
	padding:0px;
	
}



img{
	border:0px;
	text-align: left;
	
}

#copyright {
	color:#999999;
}


#bar {
	height:3px;
	background-color:#Fff;
	width:775px;
	margin-left:80px;
	position:relative;
	top:15px;	
}

#menuinside {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	height: 50px;
	width: 924px;
	top: 5px;
}

#topinside {
height:23px;
width:925px;
background-color:#FFF;
}

#menucontainer{
	width:925px;
	height:124px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3a3732;
	border-right-color: #3a3732;
	border-bottom-color: #3a3732;
	border-left-color: #3a3732;
	
}


#menucontainer2{
	width:925px;
	height:124px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3a3732;
	border-right-color: #3a3732;
	border-bottom-color: #3a3732;
	border-left-color: #3a3732;
	background-image: url(../../CSS/img/logobottom2.png);
	background-repeat: no-repeat;
	background-position: 3px 32px;
}

#mainContainer{
	width:925px;
	height:700px;
	text-align:left;
	background-color:#b4b3b4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment:fixed;
}


#mainContainer2{
	width:925px;
	height:700px;
	text-align:left;
	background-color:#b4b3b4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#headcontainer{
	width:925px;
	height:120px;
	position: relative;
	left: 0px;
	right:  0px;
	top:  0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3a3732;
	border-right-color: #3a3732;
	border-bottom-color: #3a3732;
	border-left-color: #3a3732;
}

#bodycontainer{
	width:925px;
	height:452px;
	background-color:#FFF;
	text-align: center;
}

#bodycontainer2{
	width:925px;
	height:556px;
	background-color:#FFF;
}



#leftmenuContainer{
	width:160px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	height:585px;
}

#rightcontainer{
	float:right;
	width:750px;
	padding-right:0px;
	height:585px;
}

#contentContainer{
	width:590px;
	float:left;
}


.menu {
	width:925px;
	height:30px;
	text-align: center;
	left: auto;
	right: auto;
	z-index: -1;
	
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
z-index:1000;
}
.menu ul ul {
	width:120px;
}

.menu li {
	float:left;
	width:150px;
	position:relative;
	left: 10px;
}

.menu a, .menu a:visited {
	display:block;
	font-size:16px;
	color:#fff;
	width:139px;
	height:30px;
	padding-left:20px;
	line-height:29px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index:10;
}

* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:150px;
}
 

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	color: #FFF;
	background-color: #3A3732;
	z-index:1000;
}

.menu ul ul a.drop:hover {
	color: #FFF;
	background-color: #3A3732;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index:0;
}
.menu ul ul :hover > a.drop {
	background-color: #3A3732;
	color: #FFF;
	z-index: 0;
}


.menu table {
	border-collapse:collapse;
	border:0;
	position:relative;
	left:0;
	bottom:-100px;
}

.menu ul ul {
visibility:hidden;
position:absolute;
bottom:25px;
left:0; 
width:150px;
}
* html .menu ul ul {
bottom:30px;
}


.menu ul ul a, .menu ul ul a:visited {
	color:#FFF;
	height:30px;
	line-height:1em;
	width:150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #3A3732;
	margin: 0px;
	position: relative;
	font-size: 16px;
z-index:-200;
}
* html .menu ul ul a{
	width:150px;
	w\idth:150px;
}

.menu a:hover, .menu ul ul a:hover{
	color:#FFF;
	font-size: 16px;
	z-index:0;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	font-size: 16px;
	z-index:0;
	
}
 

.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	height:auto;
	color: #FFF;
	
}
#mainContainer #bodycontainer #myGallery div div table tr td p {
	font-size: 36px;
}


.formbg {
	background-color:#90cfe1;
	font-size:12px;
	margin-right: auto;
	margin-left: auto;
}
