/* MAIN PAGE CSS: UNRESTRICTEDKINK.com */

/* BEGIN UNIVERSAL CSS: UNRESTRICTEDKINK.com   */

/* BODY PROPERTIES */

BODY {
	

background-color: #202020; 
font-family: verdana, arial narrow, times new roman; 
font-size: 12px; 
color: white;

}

/* LINK PROPERTIES */

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

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

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

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

a:visited: {
color: #404040;
}

/* H1 TAG PROPERTIES */

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

	/*H2 & H3 PROPERTIES */

h2 {
	text-align: center; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: underline; 
	color: white;
   }
   
h3 {
	text-align: center; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
	color: white;
   }

/* 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: #800000;
color: white;
height: 15px;
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: #800000;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

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

//**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: white;
 background: black;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 950px;
 width: 200px;
 float: left;
 text-align: center;
}


#content { 
 float: left;
 color: white;
 background: black;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 950px;
 width: 456px;
 display: inline;
 text-align: center;
 }
 
#rightcolumn { 
 color: white;
 background: black;
 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: #800000;
	padding: 2px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

//**IMAGE PROPERTIES: FACE IMAGE**//
img.face {
	float: right;
	
	/*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;