
/* Defaults */
* { margin:0; padding:0; border:0; }

body {  font-family: Tahoma, Arial, Verdana; color:black; font-size:12px; background: #ebebeb; }
a { font-family: Tahoma, Arial, Verdana; color:black; text-decoration: underline; }
a:hover { text-decoration:underline; }
.clear { clear:both; }
.wrapper { 
	width:980px; margin:0 auto; clear:both; background-color:#fff; 
	height:auto; display:block; overflow:hidden;
	border-left: solid #d5d4d4 1px;
	border-right: solid #d5d4d4 1px;	
}

/* header */
#header { height:238px; }
.head { width:980px; height:238px; background-image: url(images/header.jpg); }

#menu { height:36px; }
.menubar { width:980px; height:36px; background: #f0eeee; overflow: hidden;  }
.menuitems { list-style: none; margin:10px 20px; }
.menuitems li { float: left; }
.menuitems a { padding:5px 10px; font-weight:bold; text-decoration:none; }

.lightcontent { background:white; padding:10px 20px 30px 20px; }
.lightcontent li { margin-left:20px; }
.p16 { font-size:16px; }
.right { text-align:right; }
.markedtext { background: #b7c922; padding:10px 20px; overflow:hidden; }

.darkcontent { background: #f0eeee; padding:0 20px 20px 20px; }
h4 { background: #b7c922; padding:5px 15px; font-size: 14px; font-weight:normal; display:inline-block; }

.galleries_list { list-style: none; margin:20px 0; }
.galleries_list li { width: 450px; float:left; padding:10px; }
.gallery_list_img { border: 6px solid #d5d4d4; float:left; -moz-border-radius:5px; }
.gallery_list_btn { display:inline-block; margin-left:60px; margin-top:45px; overflow:hidden; }
h5 { font-size:16px; margin-bottom:10px; }

#footer { text-align: center; }
#upfooter { background: #d5d4d4; padding: 35px 20px; }
#upfooter2 { background: #d5d4d4; padding:5px 20px; }
#markedfooter { background: #1c559b; padding:30px; color:white; }
#downfooter { height:50px; padding-top:10px; background: #ebebeb; }

