@font-face {
font-family: "Copperplate";
src: url(http://www.mympromo.com/styles/Copperplate) format("truetype");
}
body{
	margin:0px;
	padding:0px;
	font-family: Copperplate Gothic Bold,Copperplate Gothic,Copperplate,Linotype,Plate Gothic Four,monospace,Lucidia Console,Arial,Verdana;
}
p{
	padding-top: 0px;
	margin-top: 0px;
	font-size: .8em;
	color: #1c1c1c;
}

#container{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#header{
	width: 100%;
	height: 165px;
	padding: 0px;
	margin: 0px;
	background-image:url('../img/header bg.jpg');
	background-repeat:repeat-x;
	border: 0px solid #000000;
}

#nav{
	position: relative;
	width: 820px;
	left: 170px;
	right: auto;
	border: 0px solid #000000;
	padding: 0px;
	padding-top:125px;
}

#nav ul li{
	display: inline; 	
}

#nav a:link, a:visited, a:active{
	Text-decoration: none;
	font-size: .9em;
	color: #816e59;
	font-weight: bold;
}

#nav a:hover{
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
	
}

#maincontent{
	width: 100%;
	height: 292px;
	padding: 0px;
	margin: 0px;
	background-image:url('../img/body bg - nodots.jpg');
	background-repeat:repeat-x;
	padding-top: 6px;
	border: 0px solid #000000;
}

#content {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 4px;
	padding-bottom:0px;
	height: 290px;
	border: 0px solid #000000;
	overflow-y: auto;
}

#footer {
	float: bottom;
	width: 100%;
	height: 174px;
	padding: 0px;
	margin: 0px;
	background-image:url('../img/footer bg - nodots.jpg');
	background-repeat:repeat-x;
}

.sig{
	text-align: right;
	font-weight: bold;
}

input{
	border: 1px solid #000000;
	margin-bottom: 15px;
}

#nav .thispage{
	
	font-weight:bold;
	color: #ffffff;
	font-size: 1em;
}




