body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

TD.info {
	font: 11px Century Gothic, Arial, Verdana;
	color: #000000;
	padding: 15px 0px 0px 10px;
}
TD.info a:link {color: #059492; text-decoration: underline;}
TD.info a:active {color: #059492; text-decoration: underline;}
TD.info a:hover {color: #336699 text-decoration: underline;}
TD.info a:visited {color: #059492; text-decoration: underline;}
TD.info a:visited:hover {color: #336699; text-decoration: underline;}

TD.info h1 {
	font: 18px Century Gothic, Arial, Verdana;
	font-weight: normal;
}

#graphicDesign {
	text-align: left;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: 75px;
}

#nashvilleWeb {
	width: 188px;
	height: 164px;
	position: static;
	float: left;
	margin: 213px 0px 0px 223px;
}

#info {
	position: static;
	float: left;
	width: 187px;
	font: 11px Century Gothic, Arial, Verdana;
	color: #000000;
	margin: 213px 0px 0px;
	padding: 15px 0px 0px 10px;
	text-align: left;
}
#info a:link {color: #059492; text-decoration: underline;}
#info a:active {color: #059492; text-decoration: underline;}
#info a:hover {color: #336699 text-decoration: underline;}
#info a:visited {color: #059492; text-decoration: underline;}
#info a:visited:hover {color: #336699; text-decoration: underline;}

#info h1 {
	font: 18px Century Gothic, Arial, Verdana;
	font-weight: normal;
}

#webDesign {
	width: 375px;
	position: static;
	float: left;
	margin: 15px 0px 0px 223px;
	clear: both;
	font: 11px Century Gothic, Arial, Verdana;
	color: #000000;
	text-align: center;
}

.green {
	background: #203226 url(backgrounds/4.jpg) no-repeat;
}

.blue {
	background: #282432 url(backgrounds/3.jpg) no-repeat;
}

.brown {
	background: #3B3225 url(backgrounds/2.jpg) no-repeat;
}

.cyan {
	background: #223B3F url(backgrounds/1.jpg) no-repeat;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
	z-index: 15;
}

.lightbox {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 660px;
    height: 470px;
    padding: 0px;
	margin-left: -330px;
	margin-top: -235px;
    background-color: white;
    z-index:1002;
    overflow: auto;
	-o-box-shadow: 0px 3px 10px #000;
	-icab-box-shadow: 0px 3px 10px #000;
	-khtml-box-shadow: 0px 3px 10px #000;
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
}

.closer {
	width: 116px;
	height: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -58px;
	margin-top: -257px;
	display: none;
	z-index: 1003;
}
