body{
	background-color: black;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0079C1;
	padding: 0;
	overflow: hidden;
}

#plaincontent{
	background-image: url('./img/WebPages.jpg');
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0079C1;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 38px;
}

#header{
	height: 38px;

}

#footer{
	width: 100%;
}

.button{
	border: 0;
	padding: 0px 9px 0px 9px;
}

#colorbar{
	position: relative;
	top: -2px;
	left: -2px;
}

#mainBG{
	position:absolute;
	top: 38px;
}

#town{
	position: absolute;
	font-size: 10pt;
	color: white;
	top: 580px;
	z-index: 999;
	padding-left: 5px;
}

#tellall, #logos, #feedback, #tips, #tellall A:link, #logos A:link, #feedback A:link, #tips A:link{
	font-size: 14pt;
	color: black;
	position: relative;
        text-decoration: none;
}

#tellall A:visited, #logos A:visited, #feedback A:visited, #tips A:visited{
        text-decoration: none;
        color: black;
}

#tellall A:hover, #logos A:hover, #feedback A:hover, #tips A:hover{
        text-decoration: underline;
}

#tellall{
	top: 30px;
	left: 360px;
}

#logos{
	top: 78px;
	left: 390px;
}

#feedback{
	top: 122px;
	left: 395px;
}

#tips{
	top: 168px;
	left: 375px;
}

.leftColumn{
	float: left;
	width: 200px;
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 240px;
}

.leftColumn h3{
	margin: 0;
	font-size: 14pt;
}

.rightColumn{
	width: 568px;
	height: 470px;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}


#quoteForm{
	background-image: url('./img/QuoteBox.jpg');
	color: #FFEE00;

}

#formTable{
	width: 100%;
	margin-top: 80px;
	margin-left: 20px;
}

#formTable TD{
	padding-top: 10px;
	padding-bottom: 10px;
}

#formTable input{
	width: 371px;
}

#submitBtn{
	border: 2px solid white;
	color: white;
	background-color: #0079C1;
	margin-right: 40px;
}

#errMsg{
	color: #FFEE00;
}

#designsList{
	list-style-type: none;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}


#designsList li{
	font-weight: bold;
	font-size: 12pt;
	padding-top: 5px;
	
}

#cardsli{
	list-style-image: url("./img/black.jpg");
}

#invitesli{
	list-style-image: url("./img/blue.jpg");
}

#logosli{
	list-style-image: url("./img/orange.jpg");
}

#webli{
	list-style-image: url("./img/yellow.jpg");
}

#designsContainer{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 420px;
}

#designs{
	background-image: url('./img/DesignMainbg.jpg');
	width: 551px;
	height: 547px;
}

#servicesHeader{
	width: 100%;
	text-align: right;
}

#designsLColumn{
	margin-top: 200px;
	padding-left: 5px;
}

#contactRightColumn{
	margin: 60px 0px 0px 20px;
	width: 490px;
}

.catImg{
	float: left;
	width: 200px;
}

.catTxt{
	float: left;
	width: 250px;
	padding-left: 10px;
}

.categoryContainer{
	width: 460px;
	padding-left: 50px;
	font-size: 8pt;
	height: 126px;
	overflow: hidden;
	padding-top: 10px;
}

.categoryContainer h3{
	font-size: small;
	margin: 0px;
}

.categoryContainer img{
	padding: 0px;
	margin: 0px;
	border: none;
}

.indexHeader{
        width: 100%;
        text-align: center;
}

