@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	color: #000;
	font-size: 15px;
}


body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	color: #000; /*set the default text color */
	text-align: left; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif;/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	font-size: 101%;

	
	font-weight: bold;
	
	
}


#wrapper {
	width: 770px;
	margin:10px auto;
	text-align:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
}


#banner {
	background-color: #FFF;


}


#topnav {

	width: 770px;
	height: 30px;

}

.clearit {
	display: block;
	clear: both;
}

#content {
	text-align: left;
	padding: 15px;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	font-weight: normal;


}

#indexpictures {

	}

#footer{
	font-family: "Myriad Pro";
	font-size: 10px;
	color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
}

#footer p {
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

.rightimage{
	float: right;
	margin-left: 15px;
	font-family: "Myriad Pro";
	clear:both;
	display:block;
	padding: 10px;
}
.indexpictures {



}
#leftside {
	font-family: "Myriad Pro";
	width: 300px;
	font-size: medium;
	line-height: 25px;
	color: #000;
	text-align: justify;
	
}
#rightside {

	font-family: "Myriad Pro";
	font-size: medium;
	line-height: 25px;
	color: #000;
	text-align: justify;
	float: right;
	clear:both;
	
}
.leftside {
	font-family: "Myriad Pro";
	font-size: medium;
	line-height: 25px;
	color: #000;
	text-align: justify;
	float:left;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 10px;
	
}

/* text format headers */
#content h1 {
	font-size: large;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bolder;
	
}
#content h5 {
	font-size:14px;
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content h6 {
	font-size:14px;
	padding-top: 5px;
	font-style: normal;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
			
#wrapper #content h1 {
	color: #000;
	font-size: xx-large;
	text-decoration: none;
	font-weight: bold;
}
.nails {
	color: #FF0080;
	font-size: 30px;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 10px;
}
#wrapper #content h5 strong font {
	font-family: Myriad Pro;
}
#wrapper #content h5 strong font {
	color: #800000;
}
#wrapper #content h5 strong font {
	color: #F00;
	font-size: 23px;
}
#wrapper #content p {
	color: #000;
}

