/* CSS Document */

body {
	background-color: #cccc99;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
}

#body-tex {
	padding:10px;
	background:#fff;
}

h1 {
	font-size:140%;
	color:#cccc99;
	border-bottom: 2px solid #cccc99;
	margin-bottom:0;
}

h2 {
	font-size:120%;
	color:#cccc99;
	border-bottom: 2px dashed #cccc99;
	margin-bottom:0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom:0;
}

#main-content {
	border: 1px solid #cccc99;
}

a:link, a:active, a:visited {
	color:#9b2e3e;
	text-decoration: none;
}

a:hover {
	color:#9b2e3e;
	text-decoration: underline;
}

#footer {
	font-size: 80%;
}

#footer a {
	color: #333333;
}

#suppnav {
	background: #fff;
	padding:5px;
	font-size: 90%;
}

#suppnav a {
	color: #9b2e3e;
}

 #contactform {
	border: 4px solid #9b2e3e;
	padding: 10px;
}
