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

p { }

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/aboutBG.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;	
}
#pgContent{ 
	width: 800px; 
	height: 437px; 
	background: #fff url(../imgfiles/BG_main.jpg); 
	margin: 0 auto 10px !important; 
	border-color: #ccc; 
	border-style: solid; 
	border-width: 0 1px 1px; 
}
#bodycopy{
	width: 335px;
	height: auto;
	margin-left: 182px;
	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;
}


/* bodycopy DIV Attributes */

.projectelement {
	font-weight: 700;
}

.firstp {
	margin-top: 0;
}

/* Artwork DIV Attributes */

#artwork img { 
	margin: 0;
	padding: 0;
	border: 0;
}

.comingsoon {
	margin-left: 40px;
	font-size: 16px;
}

