@import url("main.css");
@import url("forms.css");
@import url("photos.css");

/* LAYOUT */

#top {
	width: 980px;  
	height: 193px;
	margin-bottom: 10px;
	margin-top: 6px;
}

#main{
	width:980px;
	clear: both;
	margin: 0 auto;
}

#container{
  position: relative;
  width: 980px;
  float:left;
  margin-top: 10px;
}

#login_box {
  height: 30px;
  float: right;
  width: 200px;
}

#tabs {
  width: 980px;
  height: 25px;
  margin-top: 20px;
}

.tab_item {
  font-size: 11px;
  line-height: 22px;
  padding: 0px 20px;
  text-transform: uppercase;
  color: #555555;
  font-weight: none;
  float: left;
  height: 22px;
  margin-top: 4px;
  border-bottom: 1px solid #cccccc;
  background: #efefef;
}

.tab_item:hover{
  background: #e4e4e4;
  text-decoration: none;
}

.tab_item_selected {
  color: #555555;
  height: 25px;
  float: left;
  background: #ffffff;
  font-weight: bold;
  font-size: 11px;
  line-height: 28px;
  padding: 0px 20px;
  text-transform: uppercase;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
}

.tab_item_selected:hover {
  text-decoration: none;
}

.sidebar_left {
  float: left;
  margin-right: 13px;
  width: 200px;
  padding-right: 10px;
	border-right:1px solid #E0E0E0;
}

.sidebar_right {
  float: right;
  margin-left: 13px;
  width: 200px;
  padding-left: 10px;
	border-left:1px solid #E0E0E0;
}

.sidebar_box {
  clear: both;
  margin-bottom: 15px;
}

.content {
  float: left;
  width: 532px;
}

.image_box {
  padding: 10px;
  float: right;
  width: 240px;
  height: 210px;
  margin-left: 20px;
  margin-right: 10px;
  background: #e3e3e3;
}

.fadein { position:relative; width:980px; height:394px; }
.fadein img { position:absolute; left:0; top:0; }