/* CSS Document */
html {
	height:100%;
}

body {
	background-color: #FAF2C7;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	height: 100%;
}
body, p, td, h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size:14px;
	line-height:14px;
}

h2 {
	font-size:12px;
	line-height:12px;
}

body, p, td {
	line-height: 14px;
	font-size: 10px;
}
a {
	text-decoration: underline;
}

a:link {
	color: #63005E;
	text-decoration: underline;
}

a:visited {
	color: #815B7F;
	text-decoration: underline;
}

a:hover {
	color: #940101;
	text-decoration: underline;
}

#content {
	text-align:left;
	width: 750px;
	background-color: #FFFFFF;
	height:100%;
}
#leftcol {
	background-color: #FFFFFF;
	text-align:left;
	width: 300px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 40px;

}
#rightcol {
	background-color: #FFFFFF;
	text-align:left;
	width: 300px;
	padding: 20px 40px 40px 20px;
	float: right;
}

.listing-title {
	font-size: 9px;
	font-weight: bold;
	color: #940101;
}
.listing-text {
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}
.daborda {
	border: 1px solid #CCCCCC;
}
#footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px 40px;
	height: auto;
	width: auto;
	border-top: 1px solid #980A0A;
	border-bottom: 1px solid #980A0A;
	background: #FEFDF3;
}
ul {
	margin: 0px 15px;
	list-style: circle url(/images/arrow.gif) outside;

}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #999999;
	background: #F8F8F8;
}
.red {color: #970808}
.purple {color: #63005E}
.noborda {border: none;background: #FFFFFF;}
