/* OUR GIRL'S PAGE CSS: PHONESEXAUNTIES.com */

/* BEGIN UNIVERSAL CSS: PHONESEXAUNTIES.com */

/* BODY PROPERTIES */

body {
color: #3d271e; 
font-family: Georgia;
font-size: 12pt;
background: url('images/background.gif'); 
background-repeat: repeat; 
}


/* LINK PROPERTIES */

a {color: #789090; text-decoration: underline;}
a:hover {color: #c1c19b; text-decoration: none;}
a:visited: {color: #c1c19b; text-decoration: underline;}

/* H1 TAG PROPERTIES FOOTER & DISCLAIMER */

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

#footer {
font-size: small;
text-align: center;
}

#disclaimer {
font-size: small;
text-align: center;
}


/* END UNIVERSAL CSS*/

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

//**LAYOUT DEFINITIONS**//

* { padding: 0; margin: 0; }

#wrapper { 
margin: 0 auto;
width: 922px;
background-color: #f0f0d8;
}

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


#leftcolumn { 
 color: #3d271e;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 725px;
 width: 200px;
 float: left;
 text-align: center;
}


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

/* NAV BAR FOR INTERNAL PAGES */


#navcontainer ul
{
padding: 10px;
border: 1px solid #e6dbc8;
margin: 0px 0px 0px 0px;
background-color: #789090;
color: #e6dbc8;
height:20px;
float: left;
width: 900px;
font-family: times new roman;;
}

#navcontainer ul li { display: inline; }

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

#navcontainer ul li a:hover
{
background-color: #d8d8c0;
color: #202020;
}

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

p.about
{
color: red;
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: #d8d8c0;
	padding: 2px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

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


/* PICTURE PROPERTIES: LINKED IMAGES */

a img {
	border: 3px;
	border-style: solid;
	border-color: #d8d8c0;
	}

/*SPECIALTIES LIST: */

	
/*H2 & H3 PROPERTIES */

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