	body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
}
	
	/******* hyperlink and anchor tag styles *******/
	
	a:link, a:visited{
	text-decoration: none;
	color: #999966;
	}
	
	a:hover{
	text-decoration: none;
	color: #990000;
	}
	
	
	/************** nav category tag styles **************/
	#portfolio .portfolio, #services .serviecs, #about .about, #contact .contact, #printed .printed, #advertising .advertising, #package .package, #signage .signage, #photography .photography, #illustration .illustration, #logo .logo, #web .web, #coord .coord, #real .real, #copy .copy, #real .real
	{
		color: #CC0000;
	}

	/************** header tag styles **************/
	


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #334d55;
	background-color: #CCCC99;
	line-height: 300px;
}

h2{
	font-size: 100%;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

h3{
	font-size: 140%;
	color: #990000;
	font-weight: normal;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 10px;
	width: 100%;
	vertical-align: bottom;
}

#navBar{
	margin: 0 85% 0 0;
	padding: 0px;
	top: 20px;
	background-color: #CCCCCC;
	color: #000000;
}

#content{
	float:none;
	margin: 0;
	padding: 0px 3% 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 130px;
	letter-spacing: 3pt;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 100%;
	white-space: nowrap;
}
#globalNav a:hover {
	color: #FFFFFF;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0px 4px 0px 0px;
	color: #999999;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 500px;
	color: #666666;
}


.feature img{
	float: right;
	padding: 0px 2px 0px 0px;
	margin: 0 2px 2px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/*********** #navBar link styles ***********/




 
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px dotted #cccccc;
	font-size: 85%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*********** #sectionLinks styles ***********/

#sectionLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {
	border-bottom: 2px dotted #ECECEC;
	list-style-type: none;
	list-style-image: none;
}


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}


#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	color: #CC0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
