@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;

}

body, td,th {
	background-image: url(Bkg.jpg);
	background-repeat: repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}



#header {
	width:1000px;
	height:255px;
	background-image:url(images/UrbaneDesignsHeader.png);
	background-repeat:no-repeat;
}

#title {
	padding-left:400px;
	padding-right:200px;
	padding-top:200px;
	text-align:center;
	color:#18F9F6;
}

#content {
	width:1000px;
	background:url(images/stonebkg.png);
	background-repeat:repeat-y;
	height:auto;
}

#nav {
	width:145px;
	margin-left:100px;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	float:left;
	padding-top:15px;
}

#nav a:link {
	color: #18F9F6;
	text-decoration:none;
}
#nav a:visited {
	color: #18F9F6;
	text-decoration:none;
}
#nav a:hover {
	color: #999999;
	text-decoration:none;
}
#nav a:active {
	color: #194246;
	text-decoration:none;
}

#mainContent {
	width: 620px;
	margin-left:290px;
}

#bottom {
	height:222px;
	background-image:url(images/Bottom.png);
	background-repeat:no-repeat;
}

#bottom p {
	padding-left:400px;
	padding-right:200px;
	padding-top:143px;
	text-align:center;
	font-size:10px;
}


a:link {
	color: #18F9F6;
}
a:visited {
	color: #194246;
}
a:hover {
	color: #999999;
}
a:active {
	color: #18F9F6;
}

ul, ol {
	list-style:inside;
}

hr {
	border-bottom-color:#666666;
	border-style:solid;
	border-bottom-width:thin;
}


#measure {
	width:570px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}
#measure img {
		border:medium;
	border-style:solid;
	border-color:#666666;
	margin:5px;
}

.grayBorder {
	border:medium;
	border-style:solid;
	border-color:#333333;
}

#clientPics {
	width:570px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#clientPics img{
	border:medium;
	border-style:solid;
	border-color:#666666;
	margin:5px;
}
