@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bgNewLogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 803px;
	text-align: left;
	margin: auto;
	height: 800px;
}
#mainContent  {
	height: 675px;
	position: absolute;
	list-style-image: url(../images/bullet.jpg);
}
#mainContent #nav {
	position: absolute;
	top: 46px;
	width: 200px;
	left: 599px;
	height: 123px;
}
#mainContent #content {
	position: absolute;
	top: 179px;
	height: 569px;
	width: 802px;
}
#mainContent #flashBox {
	position: absolute;
	height: 430px;
	width: 802px;
	top: 180px;
	background-image: url(../images/flaHold.jpg);
}
#mainContent #socialIcons {
	position: absolute;
	top: 610px;
	width: 802px;
	background-image: url(../images/iconBG_2.jpg);
	height: 152px;
	background-repeat: repeat-x;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
#mainContent #socialIcons a {
	color: #FFFFFF;
	text-decoration: none;
	
}
#mainContent #socialIcons a:hover {
	color: #9966FF;
	text-decoration: none;
	
}
#socialIcons #weddingMakeUp {
	position: absolute;
	left: 33px;
	top: 29px;
}

#socialIcons #portMakeup {
	position: absolute;
	left: 175px;
	top: 29px;
}
#socialIcons #HiDef {
	position: absolute;
	left: 313px;
	top: 29px;
}
#socialIcons #fashionMakeup {
	position: absolute;
	left: 549px;
	top: 29px;
}
#socialIcons #faceBk {
	position: absolute;
	left: 12px;
	top: 85px;
}
#socialIcons #twitter {
	position: absolute;
	left: 60px;
	top: 85px;
}
#socialIcons #linked {
	position: absolute;
	left: 107px;
	top: 85px;
}
#socialIcons #blogger {
	position: absolute;
	left: 155px;
	top: 85px;
}
#socialIcons #Utube {
	position: absolute;
	left: 201px;
	top: 85px;
}
#socialIcons #macPro {
	position: absolute;
	left: 374px;
	top: 85px;
}
#socialIcons #scFilm {
	position: absolute;
	left: 495px;
	top: 85px;
}
#socialIcons #bestOf {
	position: absolute;
	left: 564px;
	top: 85px;
}
#socialIcons #findMe {
	position: absolute;
	left: 608px;
	top: 85px;
}
#socialIcons #knot {
	position: absolute;
	left: 643px;
	top: 85px;
}
#socialIcons #ms {
	position: absolute;
	left: 690px;
	top: 85px;
}
#mainContent #ServicesContent {
	position: absolute;
	top: 180px;
	height: 581px;
	width: 802px;
	background-image: url(../images/-layOut_insideServ_03.jpg);
}
#mainContent #ServicesText {
	position: absolute;
	width: 780px;
	left: 1px;
	top: 197px;
	overflow: auto;
	font-size: 80%;
	height: 560px;
	padding-left: 20px;
	SCROLLBAR-FACE-COLOR: #333333;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;

}
#ServicesText #servImg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #9999cc;
	margin-right: 5px;
}

#mainContent #AboutContent {
	position: absolute;
	top: 180px;
	height: 581px;
	width: 802px;
	background-image: url(../images/aboutBG.jpg);
}

#mainContent #AboutText {
	position: absolute;
	width: 780px;
	left: 1px;
	top: 197px;
	font-size: 80%;
	height: 560px;
	padding-left: 20px;
	SCROLLBAR-FACE-COLOR: #333333;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	overflow: auto;

}
#mainContent #AboutText a {
	color: #CCFFFF;
	

}
#AboutText #contactForm {
	width: 80%;
}

#AboutText #servImg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #9999cc;
	margin-right: 5px;
}














#mainContent #footer {
	position: absolute;
	height: 25px;
	width: 802px;
	top: 808px;
	left: 1px;
	font-size: 65%;
}

#mainContent #footer a {
	color: #FFFFFF;
	
}
#mainContent #footer a:hover {
	color: #9966FF;
	
}
#footer #footNav {
	float: left;
	margin-right: 30px;
}
#footer #copyright {
	float: left;
}

#footer #wdp {
	float: right;
}
.style1 {
	color: #FFCC00;
	font-weight: bold;
}
.style2 {
	color: #FFCCFF;
	font-weight: bold;
}

