* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 16px/20px "Trebuchet MS", Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color: #373737;
}
a {
	color: #4690cf;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom: 1px dashed;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: url(images/logo.jpg) no-repeat #fff;
	padding-top: 10px;
}
#header h1 {
	font-size: 28px;
}
.name {
	color: #cd020c;
	font-weight: bold;
	font-size: 40px;
	font-family: Verdana, Arial;
	margin-top: 25px;
	margin-left: 140px;
}
.descs {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 145px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 60px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 180px 0 0;
}
.epigraph {
	text-align: right;
	font-style: italic;
	font-size: 14px;
	border-left: 2px solid grey;
	width: 700px;
	margin-left: 124px;
	margin-top: 35px;
}
.abzac {
	text-indent: 30px;
	display: inline-block;
	width: 100%;
}
.aleft {
	float: left;
	margin-right: 10px;
}
.aright {
	float: right;
	margin-left: 10px;
}
.partners img{
	margin-left: 5px;
}
.pagetitle {
	margin-bottom: 10px;
	font-size: 20px;
}
.pagetitle-2 {
	margin-bottom: 10px;
	font-size: 16px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 175px;
	margin-left: -175px;
	position: relative;
	background: #fff;
}
.sr a {
	margin-left: 5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -60px auto 0;
	height: 59px;
	background: #fff;
	border-top: 1px dashed grey;
	font: 12px/16px "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}