* {
	font-size:14px;
}
body,html {
	min-height: 100%;
}
* body,html {
	height: 100%;
}
h1 {margin-top: 10px!important;}
p {text-indent: 1.25cm;}
.ni{text-indent: 0;font-size:12px;}

#wrap,#footer {
	max-width: 1200px;
	width: expression(document.body.clientWidth > 1200? "1200px": "auto");
}

#wrap {
	margin-bottom: -30px;
	min-height: 100%;
}

* html #wrap {
	height: 100%;
}


#head_image {
	width: 400px;
	height: 150px;
	float: left;
	text-align: center;
}
#header {
	height: 150px;
	margin-left: 400px;
	padding: 0 40px;
}

#menu {
	width: 400px;
	float: left;
}

#menu ul {
	list-style-type: none;

}
#content ul li:before { content: "\2022\00a0\00a0"; }
#content ul { margin-top: -1em;}


#content {
	padding: 0 40px;
	margin-left: 400px;
	font-size:15px;
}
#content h1 {font-size:18;}

#pusher {
	height: 30px;
	clear: both;
}
#footer {
	height: 30px;
	padding: 0 10px;
}

.line {
	height: 20px;
	clear: both;
	background: #666;
}
.clear {
	clear: both;
}

#menu a {
	padding: 1 5 1 5;
	margin-bottom:1px;
	font-size:13px;
}
.active {
	color: white !important;
	text-decoration: none !important;
	background: #e20085;
}
#menu li {margin-bottom::1px;}