/* CSS Document */

body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	}
a:link, a:visited {
	text-decoration: underline;
	color: #ccc492;
	font-weight: normal;
	}
a:hover {
    text-decoration: none;
	color: #999999;
	}
a:active {
    text-decoration: none;
    }
#container {
	position:relative;
	width:950px;
	left:50%;
	margin-left:-475px;
	margin-top: 40px;
	}
#header {
	width: 900;
	height: 100px;
	position: relative;
	z-index: 2;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	}
#nav {
	height: 25px;
	width: 950px;
	clear: both;
	float: none;
	position: relative;
	z-index: 4;
	top: -29px;
	margin-left: 0px;
}
#footer {
	height: 101px;
	width: 950px;
	clear: both;
	z-index: 5;
	position: absolute;
	top: 525px;
	right: 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 70px;
	color: #666666;
	font-size: 9px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}
.pageTitles {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}
.bullets {
	line-height: 20px;
	margin-left: -5px;
}
/*#portfolio {
	height: 400px;
	width: 920px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	top: -10px;
	padding-left: 20px;
}*/

#portfolio {
	height: 440px;
	width: 920px;
	float: right;
	clear: none;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 0px;
	overflow: auto;
	padding-bottom: 0px;
	top: -5px;
	position: relative;
	margin-right: 20px;
}

/* portfolio images */

.thumb {
	padding: 8px 10px 8px 10px;
}

#story a img {
	border: 2px solid #333333;
}

#story a:hover img {
	border: 2px solid #FFFFFF;
}

/* end */

#picAbout {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	background-image: url(images/pic-about.jpg);
	background-repeat: no-repeat;
	top: -10px;
}
#picContact {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	background-image: url(images/pic-contact.jpg);
	background-repeat: no-repeat;
}
#picPackages {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	background-image: url(images/pic-packages.jpg);
	background-repeat: no-repeat;
	top: -10px;
}
#picStyle {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	background-image: url(images/pic-style.jpg);
	background-repeat: no-repeat;
	top: -10px;
}
#picLogin {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	background-image: url(images/pic-login.jpg);
	background-repeat: no-repeat;
	top: -18px;
}
#picGreen {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	background-image: url(images/pic-green.jpg);
	background-repeat: no-repeat;
	top: -10px;
}
#picMakeup {
	height: 510px;
	width: 385px;
	float: left;
	clear: none;
	position: relative;
	z-index: 1;
	top: -10px;
}
#bodyText {
	height: 440px;
	width: 500px;
	float: right;
	clear: none;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 0px;
	overflow: auto;
	padding-bottom: 0px;
	top: -5px;
	position: relative;
	margin-right: 20px;
}

/* NAV LIST */

#navlist {
	margin: 0;
	padding: 0px 0 0px 0px;
}

#navlist ul, #navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#navlist a:link, #navlist a:visited {
	float: left;
	text-decoration: none;
	color: #ccc492;
	font-size: 10px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-top: 3px solid #FFF;
	line-height: 16px;
	background: transparent;
	color: #FFF;
}

#navlist a:hover { color: #FFF; }

/* END */

