body {
	background-color: #333;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#page{
margin: 10px auto;
border: 1px solid #000;
width: 800px;
height: 680px;
background-color: #cd0032;
background-image: url(../images/bg_anat.jpg);
background-repeat: no-repeat;
}
#hdr{
padding: 10px;
}
#hdr h1{
	margin: 0px 0px 0px 255px;
	padding: 0px;
}
#col_01{
min-height: 530px;
float: left;
width: 270px;
}
#sitemenu {
	position: relative;
	top: 52px;
	left: 30px;
	margin: 0px 0px 0px 0px;
	padding: 7px;
	border: 1px dashed #333;
	width: 125px;
	height: 235px;
	background-color: transparent;
}
#sitemenu li{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 1em;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#sitemenu li a:visited, #sitemenu li a:link, #sitemenu li a:active{
	color: #663b2d;
	text-decoration: none;
}
#sitemenu li a:hover {
/*	border-bottom: 1px solid #cd0032;*/
color: #fff;
background-color: #cd0032;
}
#col_02{
min-height: 530px;
float: left;
}
#col_02 h2 {
margin: 0px;
padding: 0px;
}
#col_02 p, blockquote {
max-width: 400px;
}
blockquote {
margin-left: 0px;
padding-left: 0px;
}
#ftr{
position: relative;
top: 20px;
left: 270px;
clear: both;
font-size: 10px;
}
h1, h2, h3 {
margin: 5px 0px 0px 0px;
padding-top: 0px;
font-family: arial;
font-weight: 400;
}
span.client {
	margin-left: 350px;
	font-style: italic;
}
address{
margin: 0px;
padding: 0px;
}
.center {text-align:center;}


a:link {color:yellow;
	text-decoration:underline;}
a:visited {color:yellow;
	text-decoration:underline;}
a:hover {color:white;
	font-weight: bold;}
a:active {color:white;}