@charset "UTF-8";
/* CSS Document */

.wrap {
	position: relative;
	width:95%;
	max-width:900px;
	min-width:400px;
	margin:2px auto;
	background:white;
}

.banner {
	width: 98%;
	height: 50px;
	margin-bottom: 2px;
	margin-left:auto;
	margin-right:auto;
	background: rgb(143,23,40);
	color: white;
	font-size: 36px;
	text-align:center;
	position:relative;
}

.accent_line {
	width: 98%;
	height:4px;
	background: rgb(143,23,40);
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

.bannerlinks {
	width: 17.5%;
	height: 32px;
	background: rgb(143,23,40);
	color: white;
	font-size: 14px;
	text-align:center;
	padding-top: 18px;
	position: relative;
	float: left;
}

.bannerlinks a:link  {
	color:white;
	text-decoration:none;
}

.bannerlinks a:visited  {
	color:white;
	text-decoration:none;
}

.bannerlinks a:hover  {
	color:blue;
	text-decoration:none;
}

.contacts {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	text-align: center;
	margin: auto;
}

.screen {
	width:94%;
	margin: auto;
	background: white;
	padding: 4px;
	position:relative;
}

.stayinbox {
	clear:both;
}

