body {
    background-color:#232323;
    background-image:url('../images/bodybackground.jpg');
    background-repeat:repeat-x;
    font-size:12px;
    font-family:tahoma;
}


.indexmap {
    margin: 0 auto 0 auto;
    width:1000px;
}

a, a:visited, a:hover, a:link, a:active {
	color: #fff;
	text-decoration: underline;
}

#header {
    text-align:center;
    margin: 0 auto 0 auto;
    width:1000px;
    padding-bottom:3px;

}


#menuhorizontal {
    width:1000px;
    height:20px;
    text-align:center;
    border:1px #808080 solid;
    margin: 0 auto 0 auto;
    margin-bottom:4px;
    margin-top:4px;
    padding-top:4px;
    background-color:#282828;
}

#menuhorizontal a{
    color:#ffffff;
    margin:40px;
    letter-spacing:2px;
    text-decoration:none;
}

#menuhorizontal a:hover{
    color:#fffe87;
    font-weight:900;
}




#container {
    width:1000px;
    height:auto;

    margin: 0 auto 0 auto;

}

#leftSidebar {
    float:left;
    width:210px;
    height:auto;



}

#mainContent {

    width:575px;
    float:left;
    text-align:left;
    margin-left:3px !important;
    margin-left:2px;
    margin-right:2px;
    color:#cccccc;


}

#mainContent h1{

  margin-top:2px;
  margin-bottom:2px;
  color:#fff;
  font-family:arial;
  font-size:15px;
  text-transform:uppercase;
  font-weight:300;

}


#mainContentPadding {

    padding:10px;

}



.imagemebel {
    margin:10px;
}

#rightSidebar {
    float:right;
    width:210px;
    height:auto;
    color:#808080;
}

#rightSidebar h3{
    color:#fff;
    margin:4px;
    margin-left:0px;
    font-family:Tahoma;
    font-size:13px;
    text-transform:uppercase;
    font-weight:300;

}

.menuButton {
    background-image:url('../images/menubackground.jpg');
    background-repeat:repeat-x;
    height:23px;
    width:198px;
    color:#cccccc;
    font-weight:900;
    padding-top:7px;
    padding-left:10px;
    text-align:left;
    margin-top:1px;
    margin-bottom:2px;
    margin-left:0px;
    border:1px #5a5a5a solid;


}

.menuButton a{
    color:#cccccc;
    font-weight:300;
    font-family:Tahoma;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;

}


.menuButton a:hover{
    color:#fdfcc5;
    font-weight:900;

}


.readmore {
    color:#fff;
}

#footer {
    color:#cccccc;
    text-align:center;
}

.galleryBox {
	float: left;
	display: block;
	margin-right: 7px;
	margin-bottom: 10px;
	padding:15px !important;
	padding:7px;
	text-align:center;
	height:90px;
	width:130px;

}


