body { 
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #fff 
}

p { font-size: 1.1em }

a { 
	color: #999;
	font-weight: 800;
	text-decoration: underline;
}
a:link { 
	color: #666;
}
a:visited { 
	color: #666;
}
a:hover { 
	color: #633;
}
a:active { 
	color: #363;
}
h2 {
	color: #633; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 55px 0 10px 0;
}

h3 {
	color: #363; 
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 20px 0 17px 35px;
}

/* Positioning DIVs */

#masthead {
	width: 800px;
	height: 44px;
	border: 1px #ccc solid;
	border-bottom-width: 0px;
	background: #fff url(../imgfiles/digimgBG.jpg);
	margin: 10px auto 0 auto;	
}
#globalnav {
	width: 800px;
	height: 20px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-top: 2px #633 solid;
	border-bottom: 2px #633 solid;
	background: #fff;
	margin: 0 auto;
	text-align: right;	
}
#pgContent{
	width: 800px;
	height: 437px;
	border: 1px #ccc solid;
	border-top-width: 0px;
	background: #fff url(../imgfiles/BG_main.jpg);
	margin: 0 auto 10px auto;	
}
#localnav{
	width: 175px;
	height: auto;
	margin-left: 7px;
	float: left;
}
#bodycopy{
	width: 42%;
	height: auto;
	float: left;
}
#artwork{
	width: 275px;
	height: auto;
	margin-left: 525px;
}



/* Global Navigation Attributes */

#globalnav a { 
	color: #633; 
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	float: left;
}
#globalnav a:link { 
	color: #633; 
	text-decoration: none;
}
#globalnav a:visited { 
	color: #633; 
	text-decoration: none;
}
#globalnav a:hover { 
	color: #633; 
	text-decoration: underline;
}
#globalnav a:active { 
	color: #c33; 
	text-decoration: underline;
}
#globalnav img { 
	margin: 0;
	float: left;
}



/* Local Navigation Attributes */

#localnav a { 
	color: #633; 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	display: block;
	margin: 0 0 12px 0;
}
#localnav a:link { 
	color: #633; 
	text-decoration: none;
}
#localnav a:visited { 
	color: #633; 
	text-decoration: none;
}
#localnav a:hover { 
	color: #633; 
	text-decoration: underline;
}
#localnav a:active { 
	color: #c33; 
	text-decoration: underline;
}
#localnav img { 
	margin: 0 5px 0 3px;
	float: left;
}

.linkselect { 
	color: #363; 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	display: block;
	margin: 0 0 12px 0;
}


/* bodycopy DIV Attributes */

.projectelement {
	font-weight: 700;
	width: 70px;
	text-align: right;
	margin: 0 0 10px;
	clear: left;
	float: left;
}

.projectdesc {
	font-size: 1.1em;
	margin: 0 0 10px 80px;
	width: 250px;	/*border: #0000FF 1px dotted;*/
}

.firstp {
	margin-top: 0;
}

/* Artwork DIV Attributes */

#artwork img { 
	margin: 0;
	padding: 0;
	border: 0;
}
.comingsoon {
	margin-left: 40px;
	font-size: 16px;
}
