body {
  background: #2b2b2b url(assets/bg.jpg) center repeat-y;
  font-family: arial, san-serif;
  font-size: 90%;
  color: #222;
  line-height: 1.4em;
  margin:0;
}

a {
  text-decoration: none;
}


#main-wrapper {
  width: 980px;
  margin: 40px auto;
  padding:0;

}

#header {
  width: 980px;
  height: 154px;
  background: url(assets/header-bg.jpg) no-repeat;
  position: relative;
}

#tag {
  position: absolute;
  width: 400px;
  text-align: center;
  top: 120px;
  left: 290px;
}

/* Menu */



#menu {
  width: 980px;
  height: 44px;
  margin: 0;
  background: url(assets/menu-bg.jpg) repeat-x;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
    height: 44px;
}

#menu li {
	float: left;
    xborder:1px solid red;
    padding-top: 12px;
    height: 32px;
}

#menu a {
	display: inline;
	padding: 12px 20px;
    font-family: verdana;
    letter-spacing: 2px;
    color: #ccc;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
  background: url(assets/menu-tab-bg.jpg) repeat-x;
    xheight: 44px;
}

#menu a:hover {
	text-decoration: none;
    background: #666 url(assets/menu-tab-on-bg.jpg) no-repeat top;
    color: #fff;
}

#menu .first {
	background: none;
}

#menu .active a {
	text-decoration: none;
    background: #666 url(assets/nav-li-bg.jpg) no-repeat top;
    color: #fff;
}

#content-wrapper {
  width: 980px;
  background: #e5e5e5 url(assets/content-bg.jpg) repeat-y;
  margin: 0;
  padding: 0;
}

#left-column {
    float: left;
    width: 260px;
    padding: 10px 30px 0 30px;
}

#content {
    float: left;
    width: 630px;
    margin: 2em 0 0 0;
}

#content h1 {
  font-size: 200%;
  color: #666;
  font-weight: normal;
  margin-top: 0;
  line-height: normal;
}

#content h3 {
  color: #800040;
}

.nm {
  margin: 0px;
}


#inset {
  width: 180px;
  margin: 0 0 2em 2em;
  float: right;

}
#inset h1 {
  font-size: 120%;
  color: #000;
  font-weight: bold;
  font-style: italic;
  margin:0;
}
#inset p, #left-column p {
  margin: 0;
  line-height: normal;
}


.inset-img {
  width: 180px;
  height: 192px;
  background: url(assets/xxxphoto-inset-bg-shadow.jpg) no-repeat;

}



#footer {
  background: url(assets/footer-bg.jpg) no-repeat;
  font-size: 12px;
  color: #ddd;
  text-align: center;
  height: 100px;
  padding: 10px;
}

.ileft {
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid #444;
}

form {
  margin: 0;
}

.req {
  color: #800040;
  font-size: 120%;
  font-weight: bold;
  }




