/* MAIN PAGE CSS: HUMILIATIONHOTLINE.com */

/* BEGIN UNIVERSAL CSS: HUMILIATIONHOTLINE.com  */

/* BODY PROPERTIES */

BODY {
background-image: url('images/bg.gif');
background-position: center;
background-repeat: repeat-y;
font-family: verdana, arial narrow, times new roman; 
font-size: 12px; 
color: black;

}

/* LINK PROPERTIES */

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

a img { border: 3px; border-style: double; border-color: #000080; }

a img:hover {border: 5px; border-style: double; border-color: #c00000; }

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

a:visited: {
color: #808080;
}

/* H1 TAG PROPERTIES */

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

/* DISCLAIMER PROPERTIES */

#disclaimer {
font-size: xx-small
}


/* NAV BAR FOR INTERNAL PAGES */


#navcontainer ul
{
padding: 10px;
border: none;
margin: 0px 0px 0px 0px;
background-color: #000080;
color: white;
height: 20px;
float: left;
width: 896px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

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

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

/* END UNIVERSAL CSS*/

//* BEGIN PAGE FORMATTING CSS: OUR GIRL'S PAGE *//

//**LAYOUT DEFINITIONS**//

* { padding: 0; margin: 0; }

#wrapper { 
margin: 0 auto;
width: 922px;
background-image: url(images/michelleback.png);
background-repeat: no-repeat;
background-attachment: fixed;
}

#header {
 color: white;
 width: 900px;
 float: left;
 padding: 10px;
 border: none;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #000000;
}


#leftcolumn { 
 color: black;
 background: white;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 950px;
 width: 200px;
 float: left;
 text-align: center;
}


#content { 
 float: left;
 color: black;
 background: white;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 950px;
 width: 456px;
 display: inline;
 text-align: center;
 }
 
#rightcolumn { 
 color: black;
 background: white;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 950px;
 width: 200px;
 float: left;
 text-align: center;
}
#footer { 
 width: 900px;
 clear: both;
 color: white;
 border: none;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}


//**TEXT PROPERTIES "ABOUT ME"**//

p.about
{
color: white;
font-weight:bold;
text-decoration: underline;
text-align: center;
}


//**IMAGE PROPERTIES: MAIN IMAGE**//

img { 
    display: block;  
    margin-left: auto; 
    margin-right: auto;
    border: none; 
}

img.floatLeft { 
    display: block;  
    margin-left: auto; 
    margin-right: auto; 
    border: 3px; 
    border-style: solid;
	border-color: #c00000;
	padding: 2px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

//**IMAGE PROPERTIES: FACE IMAGE**//
img.face {
	float: right;
}


/* PICTURE PROPERTIES: LINKED IMAGES */

a img {
	border: 2 px;
	border-style: solid;
	border-color: #c00000;
	}

/*SPECIALTIES LIST: */

	
/*H2 & H3 PROPERTIES */

h2 {
	text-align: center; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: underline; 
	color: #000000;
   }
   
h3 {
	text-align: center; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
	color: #000000;
   }
   
/*NO BULLETS */
  
ul.no_bullet{
font-size: 13px;
float: left;
width: 195px;
font-weight: bold;
list-style-type: none;