/* CSS Document */


/*main body*/
body {
	background-image: url(../images/crescent_bkgrnd_swatch.jpg);
}


#container {
	position:absolute;
	width:931px;
	height:552px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(../images/cd_webhome_bkgrnd.jpg);
}

/*text styles*/


.maintext {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.maintextbold {
	color:#330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:link {
	color: #6666FF;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #663399;
	text-decoration: none;
}
a:active {
	color: #009999;
	text-decoration: none;
}

.subhead {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}


/*Content IDs*/

#maintext_box {
	position:absolute;
	left:500px;
	top:190px;
	width:380px;
	height:255px;
	z-index:6;
	overflow: auto;
}

#welcome {
	position:absolute;
	left:489px;
	top:140px;
	width:97px;
	height:29px;
	z-index:2;
}
#services {
	position:absolute;
	left:589px;
	top:140px;
	width:97px;
	height:29px;
	z-index:3;
}
#portfolio {
	position:absolute;
	left:689px;
	top:140px;
	width:97px;
	height:29px;
	z-index:4;
}
#contact {
	position:absolute;
	left:789px;
	top:140px;
	width:97px;
	height:29px;
	z-index:5;
}
#websites {
	position:absolute;
	width:360px;
	height:290px;
	padding: 15px 10px 10px 15px;
	z-index:10;
	background-color: #FFFFFF;	
}

#webhostlink {
	position:absolute;
	width:300px;
	height:50px;
	top:460px;
	left:120px;
}


/*Home Page Body IDs*/

#welcome_home {
	position:absolute;
	left:489px;
	top:130px;
	width:97px;
	height:29px;
	z-index:2;
}
#services-home {
	position:absolute;
	left:589px;
	top:130px;
	width:97px;
	height:29px;
	z-index:3;
}
#portfolio-home {
	position:absolute;
	left:689px;
	top:130px;
	width:97px;
	height:29px;
	z-index:4;
}
#contact-home {
	position:absolute;
	left:789px;
	top:130px;
	width:97px;
	height:29px;
	z-index:5;
}
#welcomepage_box {
	position:absolute;
	left:505px;
	top:170px;
	width:370px;
	height:285px;
	z-index:6;
	overflow: auto;
}

	


