* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
header, section, footer, aside, nav, main, article, figure, leftside, rightside, page, pageinner, pageouter {
    display: block; 
}
body {
	background: url(../images/stripes.png) repeat bottom center;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', sans-serif;
    text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	height: 100%;
}
.column, .column2, .column3, .column4 {
    box-sizing: border-box;
    width: 50%;
    float: left;
	font-weight: normal;
	border-left: 1px solid #84809f;
	padding: 0 4px;
}
.column:first-child, .column2:first-child, .column3:first-child, .column4:first-child {
	border-left: none;
}
.column3 {
    width: 33.3%;
}
.column4 {
    width: 25%;
}
p, h1, h2, h3, h4 {
	padding: 12px 0 4px;
}
p:first-child, h1:first-child {
	padding-top: 4px;
}
h1{
	color: #bc262a;
}
h2, h3, h4 {
	color: #392b7d;
}
h1 {
	font-size: 27px;
}
h4 {
}
pageouter2 {
	background: url(../images/stripes_bottom.png) repeat-x bottom center;
	width: 100%;
	height: 100%;
	display: block;
}

pageouter {
	width: 830px;
	margin: 0 auto;
	padding: 3px;
	min-height: 100%;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
}
header {
	/*background: seagreen;*/
	padding: 9px 0;
	background: #ffffff;
	border-radius: 6px 6px 0 0;
}
leftside {
	/*background:rebeccapurple;*/
	position: absolute;
	left: 3px;
	width: 180px;
	min-height: 400px;
	text-align: center;
}
leftside img {
	max-width: 180px;
	padding: 4px;
	background: #ffffff;
	border-radius: 6px;
}
nav {
	background: #ffffff;
}
rightside {
	/*background:orchid;*/
	position: absolute;
	right: 0;
	width: 40px;
	min-height: 400px;
	text-align: center;
	margin-top: 4px;
}
footer {
	/*background:seagreen;*/
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-size: 11px;
	color: #cfc4f4;
	margin: 14px 0;
	font-weight: normal;
	position: absolute;
	width: 100%;
}
main {
	background: #ffffff;
	margin: 0 0 3px 180px;
	padding: 0 3px 3px;
	text-align: center;
	color: #000000;
	font-size: 15px;
	position: relative;
	z-index: 0;
	border-radius: 0 0 6px 6px;
}
.title {
	display: block;
	width: 825px;
}
hr {
	border: 1px solid #313780;
	border-top-width: 2px;
	margin: -4px 0 0px;
	padding: 0;
}
.clear {
	clear:both;
}
.altcolor {
	color:#800000;
	font-size: 15px;
}