
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:2px solid #ac0004;
	max-width:1000px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:1000px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1000 ? "1000px" : "auto");
}

#header {
margin-bottom:20px;
background:url(../images/header.png) ;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}



#header .nav {
  position:relative;
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #ac0004;
	border-bottom:2px solid #ac0004;
	border-top:2px solid #ac0004;
	border-left:2px solid #ac0004;
	border-right:2px solid #ac0004;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header .nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header .nav a:hover {
	background:#ac0004;
}

#header .nav li.active a{
	background:#ac0004;
}

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	background:#ac0004;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #ac0004;
	border-left:2px solid #ac0004;
	border-right:2px solid #ac0004;
	border-top:2px solid #3086B7;
  display:none;
  position:absolute;
  top:40px;
  left:-2px;
  width:98.5%;
}
#header .active ul, #header li:hover ul{
display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #ac0004;
}

#header .subnav a:hover {
	border-bottom:2px solid #ac0004;
	color:#fff;
}

#header .subnav li.active a{
	border-bottom:2px solid #ac0004;
	color:#fff;
}


#content{
	margin:0 0px 0 0px;
	padding:0 0 0 0;
	background:url(../images/chc_fond_multi.png) ;
}

#contentnorightbar {
	margin:0 0px 0 0px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:10px;
}

h1 {
	font:280% Comic Sans MS;
	color:#333;
	margin:auto auto auto auto;
	padding:0 0 0 0;
}

h2 {
	font:200% Arial;
	color:#333;
	padding: 0 0 20px 0;
	border-bottom:2px solid #e0e0e0;
}
h3 {
	font:200% Arial;
	color:#333;
	padding: 0 0 20px 0;
}

#footer {
	clear:both;
	border-top:2px solid #e0e0e0;
	padding:0px;
	margin:0 10px 0 10px;
}

a {
	color:#ac0004;
}

a:hover {
	text-decoration:none;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 15px 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 20px 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	margin : auto auto auto auto;
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

table {
margin : auto auto 10px auto;
}

