body {
	background: #e4e3e3;
	margin:0px;
	padding-top:15px;
	padding-bottom:25px;
	font-family: Helvetica;
	font-size:12px;
	color:#006593;
	}

#container{
}

#content-container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800;
	}

#logo{
	width:276px;
	height:43px;	
	top:10px;
	margin-left: 70px;
	padding:0px;
	background-image:url(http://www.ashleycrosby.com/images/logo.png);
	background-repeat: no-repeat;
	}

/*
#logoFade{
	width:276px;
	height:43px;
	}
*/

  
#contentTop{
	top:10px;
	left:0px;
	width:800px;
	height:30px;
	padding:0px;
	background-image:url(http://www.ashleycrosby.com/images/contentTop.png);
	}

#contentBG{
	top:10px;
	left:0px;
	width:800px;
	height:500px;
	padding:0px;
	background-image:url(http://www.ashleycrosby.com/images/content.png);
	background-repeat:repeat-y;
	}
	
#navBar{
	position: absolute;
	top:65;
	left:615;
	width: 120;
	height:507;
	padding:5px;
	}

#content{
	position: absolute;
	top:65;
	left:65;
	width: 515;
	height:507;
	padding:5px;
	padding-right:15px;
	overflow:auto;
	}
	
#contentBottom{
	top:10px;
	left:0px;
	width:800px;
	height:30px;
	padding:0px;
	background-image:url(http://www.ashleycrosby.com/images/contentBottom.png);
	}

#copyright{
	top:12px;
	margin-left: 330px;
	width:169px;
	height:15px;
	padding:0px;
	background-image:url(http://www.ashleycrosby.com/images/copyright.png);
	background-repeat: no-repeat;
	}

a:link {color:#971552; text-decoration: none;}    
a:visited {color:#971552; text-decoration: none;}
a:hover {color:#558FAA; text-decoration: none;}
a:active {color:#558FAA; text-decoration: none;} 

.smallcaps {font-variant: small-caps;}

h1 {font-size:18px;
	font-weight:normal;
	font-variant:small-caps;
	color: #479607;
	padding:0px;
	margin:0px}

h2 {font-size:14px; font-weight:bolder; padding:0px; margin:0px; color:#3c9700;}

h3 {font-size:11px;
	font-variant:bold;
	padding:0px;
	margin:0px;
	margin-bottom: 4px;
	margin-top: 2px;
	color:#33112E;}

ul {margin-top: 0px; margin-bottom: 0px;}

a.navHome {
	display: block;
	width: 120px;
	height: 25px;
	background: url('images/nav-home.png') bottom;
	text-indent: -99999px;
}
a.navHome:hover {
	background-position: 0 0;
}

a.navGraphicDesign {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-graphicdesign.png') bottom;
	text-indent: -99999px;
}
a.navGraphicDesign:hover {
	background-position: 0 0;
}

a.navWebDesign {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-webdesign.png') bottom;
	text-indent: -99999px;
}
a.navWebDesign:hover {
	background-position: 0 0;
}

a.navPrintMedia {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-printmedia.png') bottom;
	text-indent: -99999px;
}
a.navPrintMedia:hover {
	background-position: 0 0;
}

a.navWriting {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-writing.png') bottom;
	text-indent: -99999px;
}
a.navWriting:hover {
	background-position: 0 0;
}

a.navEditing {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-editing.png') bottom;
	text-indent: -99999px;
}
a.navEditing:hover {
	background-position: 0 0;
}

a.navVideoProduction {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-videoproduction.png') bottom;
	text-indent: -99999px;
}
a.navVideoProduction:hover {
	background-position: 0 0;
}

a.navResume {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-resume.png') bottom;
	text-indent: -99999px;
}
a.navResume:hover {
	background-position: 0 0;
}

a.navBlog {
	display: block;
	width: 120px;
	height: 25px;
	background: url('http://www.ashleycrosby.com/images/nav-blog.png') bottom;
	text-indent: -99999px;
}
a.navBlog:hover {
	background-position: 0 0;
}

