/* CSS Document */
a {				color:#998BB7;	font-weight:bold;	text-decoration:none}
a:visited {		color:#998BB7;	font-weight:bold;	text-decoration:none}
a:hover {		color:#998BB7;	font-weight:bold;	text-decoration:underline}
a:active {		color:#998BB7;	font-weight:bold;	text-decoration:none}
body {
	margin:0px;
	padding:0px;
}
* {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F7651;
}

form{
	display:inline;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
h2 {
	font-size:14px;
	border-bottom:1px solid #7F7651;
	font-weight:bold;
}
input, textarea, select {
	border:1px solid #7F7651;}
	
#bar td p {	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content {
	margin:0px 0px 0px 0px;
	padding:69px 0px 0px 0px;
}
#footer {
	font-size:9px;
	padding:15px 0px 5px 0px;
	text-align:center;
	width:760px;
}
#footer a {
	font-size:9px;
}
#gallery td img {
	border:2px solid #AFA3C3;
}
#headingImg {
	margin:13px 0px 6px 30px;
	padding:0px 0px 0px 0px;
}
#horizon {
	width:760px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right:2px solid #AFA3C3;
	border-bottom:2px solid #AFA3C3;
}
#navigation {
	background-image:url(../images/left_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:286px;
	height:418px;
	border:2px solid #AFA3C3;
}
#small, #small td, #small p {
	font-size:9px;
}
#textArea {
	padding:0px 10px 0px 30px;
	margin:0px 0px 0px 0px;
}

.error {
	color:#CC0000;
}
.small {
	font-size:10px;
}