@charset "utf-8";

/* AshleighJames.COM */

body {
   margin: 0;
   background-color: #fff;
   background-image: url('images/bg.png');
   background-position: top left;
   background-repeat: repeat-y;
}


div#Valid {
   bottom: 0px;
   left: 50px;
   width: 765px;
   height: 90px;
   position: absolute;
}
   

div#Header {
   top: 0;
   left: 150px;
   width: 660px;
   height: 72px;
   position: absolute;
   background-color: #fff;
   background-image: url('images/bg_header.png');
   background-position: top left;
   background-repeat: no-repeat;
   
}

div#Ads {
   top: 117px;
   left: 120px;
   width: 728px;
   height: 15px;
   position: absolute;
   background-color: #fff;
   z-index: 100;
   
}

div#Navigation {
   left: 150px;
   top: 72px;
   width: 660px;
   position: absolute;
}

div#Content {
	top: 108px;
	left: 150px;
	width: 660px;
	position: absolute;
}



/* FIRST SECTION OF CONTENT */

.Smiley {
	width: 139px;
	height: 168px;
}

.Intro {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
	color: #515151;
	padding-top: 15px;
}

.SectionTitle {
	width: 660px;
	padding-top: 20px;
}

.Featured {
	width: 660px;
	padding-top: 10px;
}

.CV {
	padding-top: 10px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	line-height: 23px;
}


.TopLinks {
	width: 660px;
	padding-top: 20px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}



/* LINK COLORS */

a:link {
	color: #00abd0;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:active {
	color: #00d2ff;
	text-decoration: underline;
}

a:hover {
	color: #00d2ff;
	text-decoration: underline line-through; 
}



a.recent:link {
	color: #006699;
	text-decoration: underline;
}

a.recent:visited {
	color: #006699;
	text-decoration: underline;
}

a.recent:active {
	color: #00d2ff;
	text-decoration: underline;
}

a.recent:hover {
	color: #00d2ff;
	text-decoration: underline line-through; 
}


/* FONT COLORS */

.deepblue {
	color: #006699;
}

.lightblue {
	color: #00d2ff;
}

.lightblue_spaced {
	color: #00d2ff;
	letter-spacing: 1px;
}

.midblue {
	color: #00abd0;
}

.black {
	color: #000000;
}



/* FOOTER */

.Footer {
	height: 30px;
	background-color: #00d2ff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}


.recentheader {
	height: 25px;
	background-color: #d6d6d6;
	border-bottom: 1px dotted #00d2ff;
	color: #494949;

}

.recentlight {
	color: #8f8f8f;
}

.recentclient {
	color: #00abd0;
	font-weight: bold;
}

.recenturl {
	color: #006699;
}


h1 {

margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 12px;
padding-left: 0px;
margin-left: 0px;
padding-right: 0px;
margin-right: 0px;
display:inline;
color: #00d2ff;;
font-weight: bold;
}