body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align:center;
	background-color: #FFF;
}

img {
	display: inline;
}

a:link, a:active, a:visited {
	color:#B50751;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: orange;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}


a:link.linkadmin, a:active.linkadmin, a:visited.linkadmin  {
	color : red;
	background-color: transparent;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	margin-top:5px;
	color:#B50751;
	}
h2 {
	font-size: 1.4em;
	color:#B50751;
	}
h3 {
	font-size: 1.3em;
	color:#B50751;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.8em;
	}
p {
	line-height:1em;
	margin-top:5px;
}

b {
	color:#B50751;
}

table td {
text-align:left;
font-size: 0.7em;
padding: 5px;
}

.center{
text-align:center;
}

.prop {
    height:400px;
    float:left;
    width:1px;
 }

#header {
	margin:0;
	padding:0;
	width:100%;
	float:left;
	list-style:none;
	font-size:1em;
	
}

#header #nav ul {
	margin:0;
	padding:0;
}

#header li {
	margin:0;
}
#header li a {
	display:block;
	float:left;
	width:auto;
	text-decoration:none;
	padding:9px 15px;
	
}
#header li a:hover {
	text-decoration:underline;
}

#nav {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(/images/nav.gif);
	background-repeat: repeat-x;
}
#nav li {
	margin:0;
	display:inline;
	padding-left:0px;

}
#nav li a {
	display:block;
	color:fff;
	float:left;
	width:auto;
	text-decoration:none;
}

#footer {
	margin:0;
	padding:0;
	width:100%;
	float:left;
	list-style:none;
}

#footer li {
	margin:0;
	padding:0;
}

#footer #nav_foot ul {
	margin:0;
	padding:0;
}

#footer li a {
	display:block;
	/*float:left;*/
	width:auto;
	text-decoration:none;
	padding:9px 15px;
}

#footer li a:hover {
	text-decoration:underline;
}

#nav_foot {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav_foot  li {
	margin:0;
	display:inline;
}

#nav_foot li a {
	display:block;
	float:left;
	width:auto;
	text-decoration:none;
}


#logoblock{
	position : relative; 
}

#container{
	text-align: left;
	width:740px;
	min-height: 450px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	padding: 5 5 5 5;
	border : 1px solid #265F10;
	
}

html>body  #container{overflow : auto;}



#leftblock{
	clear:both;
	float: left;
	width:160px;	
}

#middleblock{
	float: left;
	width:550px;
	
}

/*#rightblock{
	float: left;
	width:160px;
	
}

/*#centreblock{
	clear:both;
	text-align: left;
	
}*/


