/* MAIN PAGE CSS: HORNYHOUSEWIVESHOMEALONE.com */

/* BEGIN UNIVERSAL CSS: HORNYHOUSEWIVESHOMEALONE.com  */

/* BODY PROPERTIES */

BODY {
background-image: url('images/bg.gif');
background-repeat: repeat-x; 
background-color: #D85562; 
font-family: verdana, arial narrow, times new roman; 
font-size: 12px; 
color: #202020;

}

/* LINK PROPERTIES */

a {
color: #B52B38; 
text-decoration: underline; 
text-transform: uppercase; 
font-family: verdana, arial narrow, times new roman; 
font-size: 12px;
}

a img { border: none; }

a img:hover  { border: none; }

a:hover {
color: #D6576C;
text-decoration: none;
border-bottom: 1 px dotted #ffc001;
}

a:visited: {
color: #F89FA6;
}

/* H1 TAG PROPERTIES */

h1 {
font-size: xx-small;
text-align: center;
font-weight: normal;
}

/* DISCLAIMER PROPERTIES */

#disclaimer {
font-size: xx-small
}


/* NAV BAR FOR INTERNAL PAGES */


#navcontainer ul
{
padding-top: 10px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
border: none;
margin: 0px 0px 0px 0px;
background-color: #B52B38;
color: white;
height: 30px;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #B52B38;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #D85562;
color: #fff;
}

/* END UNIVERSAL CSS*/

//* BEGIN PAGE FORMATTING CSS: MAIN PAGE *//

//**LAYOUT DEFINITIONS**//

* { padding: 0; margin: 0; }


#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
 width: 800px;
 color: #333;
 float: left;
 padding: 0px;
 border: none;
 height: 250px;
 margin: 10px 0px 0px 0px;
}

#content { 
 width: 800px;
 border: none;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background: white;
  float: left;
 height: 1800px;
}
#footer { 
 width: 800px;
 color: #333;
 background-image: url('images/footer.gif');
 border: none;
 height: 25px;
  float: left;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}

//**PHOTO PROPERTIES**//