@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #003300;
}
body {
	background-color: #000000;
}
div#gallery_table{
	clear:both;
	text-align:center;
}
div#gallery_title{
	clear:both;
	width:100%;
	text-align:center;
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:30px 0;
	letter-spacing: .5em;
	font-weight:lighter;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#003300;
	
}
div#gallery_footer{
	clear:both;
	width:100%;
	margin-top:30px;
	text-align:left;
	border-top-width: 3px;
	border-top-style:solid;
	border-top-color:#003300;
}
#work_title{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006600;
	margin-top:5px;
}
#work_details{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003300;
}
#galleriesDottedLine{
	border-top:dotted 2px #003300;
	width:200px;
	height:75px;
	float:left;
	}