/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-image: url(images/bghead.jpg);
	background-repeat: no-repeat
	
}

#container{
	background-image: url(images/bgside.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 782px;
	font-family: Arial, Helvetica, sans-serif;
}

#ltColumn{
	width: 229px;
	display: block;
	float: left;
	margin:0;
	padding: 0;
}

#menu {
	float: right;
	display: block;
	width: 126px;
	padding: 5px 10px 10px 10px;
}

#content{
	margin: 0 20px 0 229px;
}

.testimony{
	font-size: 11px;
	color: black;
	padding: 0 20px 0 25px;
	font-weight: bold;
}

h1{
	font-size: 1.5em;
	color: #990000;	
}

h2{
	font-size: 1.1em;
}

.footer {
	font-size:10px;
	font-weight: bold;
}

.textmenu a:link {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.textmenu a:visited {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.textmenu a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.textmenu a:active {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
