html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img
{
    margin:0;
    padding:0;
}
a
{
    color: #991111;
    font-weight: bold;
    
}
a:hover
{
    color: #FFFFCC;
    text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body
{
    background-position: #000;
    background: #000;
    text-align: justify;
    font: 17px 'Times New Roman';
    color: #D5C4CC;
    font-style: italic;
    
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 900px;
  position: relative;
}

#header {
   padding-top: 51px;
  width: auto;
 
  position: relative;
    top: 0px;
    left: 0px;
}

/** Header **/
h1
{
    color: #FDE7C2;
    background: #000000;
    border: 0px solid #CCCCCC;
    padding: 8px;
    text-align: left;
    font: 25px 'Times New Roman';
    font-style: italic;
    font-weight: normal;
    margin: 0 0 2px 0px;
}

#search {
  width: 148px;
  background: #000000;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 750px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
    top: 0px;
    left: 0px;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  height:292px;
  padding-top: 192px;
  background: url(../images/back3.gif) no-repeat;
}
#nav ul {
   margin: 0 0px 0 0px;
  padding: 0px 0px 0px 0px;
}
#nav li {
  list-style: none;
  }


/** content **/

#content {
  background: #000000 ;
  width: 642px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2
{
    background-position: left top;
    float: right;
    width: 450px;
    margin-top: 14px;
    padding-right: 28px;
    background-image: url('../images/Back.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    
}

#content .filles{
  float: right;
  width: 550px;
  height: 400px;
  margin-top: 14px;
  padding-right: 28px;
  

}

#content .main {
  padding-bottom: 1em;
  border-bottom: 0px solid #CCCCCC;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 0px solid #CCCCCC;
  padding: 12px;
  font-size: 15px;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}
.phone
{
    font: italic 20px "Times new roman";
    color: #D5C4CC;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    text-decoration: none;
}

h2
{
    font: italic 20px "Times new roman";
    color: #991111;
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

/** Footer **/

#footer
{
    color: #E8E7DA;
    
    text-align: center;
}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  
}
