body {
	font-family: Arial, Helvetica, sans-serif; font-size: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
}	

div#container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

div#menu {
	width: 150px;
	height: 700px;
	background-image: url(images/swatch.jpg);
	background-repeat: repeat;
	float: left;
}

div#main {
	width: 900px;
	height: 700px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	float: left;
}

div#mainleft {
	width: 580px;
	height: 670px;
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}

div#mainright {
	width: 280px;
	height: 670px;
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}

div#index {
	width: 900px;
	height: 700px;
	float: left;
}

body {
	font-size: 100%; 
	font-family: "Franklin Gothic", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/swatch.jpg);
	background-repeat: repeat;
}
 
.underline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

.underlinemask {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.center {
	text-align: center;
}

p {
	font-size: 0.7em;
	line-height: 1.5 em;
	color: #033;
	font-size: 0.7em;
}

a {text-decoration: underline; color: #003366;}
a:hover {color: 006699; background-color: #CCCC99;}

a img {border: none;}
a.img:hover { color:#000000; text-decoration:none; cursor:pointer; background: none;}
