* {
	margin: 0;
	padding: 0;
}
/* forces the hand cursor on links in Safari */
a:link, a:hover {
cursor: pointer;
}
/* begin styling for Navigation Bar on Text-Based pages */
#nav_bar {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 30;
	height: 36px;
	width: 800px;
	margin-top: 0px;
	margin-left: 200px;
	background-color: #FFFFFF;
	clear:both;
}
#nav_bar p{
	font-family: arial;
	font-size: 11pt;
	text-transform: capitalize;
	color: #999999;
	font-weight: lighter;
	letter-spacing:1px;
}
#nav_bar_highlight {
	font-family: arial;
	font-size: 11pt;
	text-transform: capitalize;
	font-weight: lighter;
	letter-spacing:1px;
	color: #ec008c;
}
#nav_bar a:link{
	font-family: arial;
	font-size: 11pt;
	color: #999999;
 	text-decoration: none;
}
#nav_bar a:hover{
	font-family: arial;
	font-size: 11pt;
	color: #ec008c;
 	text-decoration: none;
}
#nav_bar a:visited{
	font-family: arial;
	font-size: 11pt;
	color: #999999;
 	text-decoration: none;
}
#nav_bar a:active{
	font-family: arial;
	font-size: 11pt;
	color: #ec008c;
 	text-decoration: none;
}

/* begin styling for left-hand Navigation Column on Gallery pages */
#nav_column {
	background-color: #FFFFFF;
	height: 200px;
	margin-top: 302px;
	margin-left: 47px;
	position: relative;
	width: 108px;
	float:left;
}
#nav_column h1{
	font-family: arial;
	font-size: 10pt;
	font-weight: lighter;
	color: #666666;
	letter-spacing: .2em;
	text-transform:capitalize;
}
#nav_column p{
	font-family: arial;
	font-size: 9pt;
	text-transform: capitalize;
	color: #999999;
	font-weight: lighter;
	letter-spacing:1px;
	line-height:2em;
}
#nav_column_highlight {
	font-family: arial;
	font-size: 9pt;
	text-transform: capitalize;
	font-weight: lighter;
	letter-spacing:1px;
	color: #ec008c;
	line-height:2em;
}
#nav_column a:link, a:visited{
	font-family: arial;
	font-size: 9pt;
	color: #999999;
 	text-decoration: none;
	line-height:2em;
}
#nav_column a:hover, a:active{
	font-family: arial;
	font-size: 9pt;
	color: #ec008c;
 	text-decoration: none;
	line-height:2em;
}
#nav_column img{
	border:4px solid #FFFFFF;
}
#nav_column .arrows{
	border:0px;
}
/* begin styling for Gallery Container Gallery pages */
#container{
	position: relative;
	height: 504px;
	width: 830px;
}
/* begin styling for Gallery Image area on Gallery pages */
#content_gallery {
	position: relative;
	height: 504px;
	width: 630px;
	margin-top: 54px;
	margin-bottom: 36px;
	margin-left: 45px;
	float:left;
}
#content_gallery p{
	font-family: arial;
	font-size: 8pt;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
}
#content_gallery img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 9px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* begin styling for Content area on Text-Based pages */
#content_text {
	position: relative;
	height: 504px;
	width: 504px;
	overflow: auto;
	margin-top: 54px;
	margin-right: 36px;
	margin-bottom: 36px;
	margin-left: 200px;
	clear:both;
}
#content_text h1{
	font-family: arial;
	font-size: 11pt;
	color: #000000;
	font-weight: lighter;
}
#content_text p{
	font-family: arial;
	font-size: 9pt;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
}
#content_text a:link{
	font-family: arial;
	font-size: 9pt;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
	text-decoration:none;
}
#content_text a:visited{
	font-family: arial;
	font-size: 9pt;
	font-weight: lighter;
	color: #000000;
	line-height: 1.5em;
	text-decoration:none;
}
#content_text a:hover{
	font-family: arial;
	font-size: 9pt;
	font-weight: lighter;
	color: #ec008c;
	line-height: 1.5em;
	text-decoration:none;
}
#content_text a:active{
	font-family: arial;
	font-size: 9pt;
	font-weight: lighter;
	color: #ec008c;
	line-height: 1.5em;
	text-decoration:none;
}
#content_text img{
	border:0px;
}

