@import "cssmenu.css";
@import "forms.css";

body,table,td,tr {
	
	font-size:10pt;
	color: #333333;
	font-family: Verdana;

}

body {
	margin-top:20px;
	background: gray url(../img/bg.jpg);	
	text-align:center;
}

p { margin-bottom:10px; }

* {
	padding:0;
	margin:0;
}

#page {
	width:947px;
	margin-left:auto;
	margin-right:auto;
	background-color:gray;
}

#content h1 {
	font-size:120%;
	margin-bottom:10px;
	color: #892211;
}
#content h2{
	font-size:110%;
	margin-bottom:10px;
	color: #892211;
}
#content h3 {
	font-size:105%;
	margin-bottom:10px;
	color: #892211;
}
#content h4 {
	font-size:100%;
	margin-bottom:10px;
	color: #666666;
}
#content h5 {
	font-size:100%;
	margin-bottom:10px;
	color: #333333;
}
#content h6 {
	font-size:100%;
	margin-bottom:10px;
	color: #892211;
}
#menu A IMG {
	text-decoration:none;
	border:0px;
}

#menu IMG {
	padding:0;
	margin-bottom:-3px;
}
.mail {
	color: #892211;
	font-weight: bold;
	font-size: 16px;
}
#leftTD {
	background: #fae6e6 url(../img/lefttd.jpg) repeat-y;
	width:17px;
}

A, A:hover, A:active, A:visited {
	text-decoration:underline;
	color:#892211
}

#content { 
	
	background-color:#fae6e6;
	width:880px;
}

#rightTD {
	background: gray url(../img/righttd.jpg) repeat-y;
	width:59px;
}
