* {
	padding: 0;
	margin: 0;
}

html{
	min-height: 100%;
}

body{
	width: 60%;
	min-width: 700px;
	margin: 8em auto;
	background-color: black;
}

#cardboard{
	width: 100%;
	height: 70%;
	min-height: 300px;
	display: block;
}

#cardboard *{
	color: #5e5e5e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightblock, #leftblock{
	position: relative;
	height: 100%;
	background-color: white;
}

#leftblock{
	float: left;
	width: 35%;
	border-left: ;
}

#rightblock{
	float: right;
	width: 65%;
	margin-left: -1px;
	border-left-style: dashed;
	border-left-width: 1px;
}

#leftblock #linksblock{
	padding: 45px 0px 20px 20px;
}

#leftblock #linksblock ul{
	list-style-type: circle;
	list-style-position: inside;
}

#leftblock #linksblock ul li {
	font-size: 1.5em;
	line-height: 1.5em;
}

#leftblock #linksblock ul li a, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}

#leftblock #linksblock ul li a:hover{
	color: #9EA4C3;
	text-decoration: none;
}

#leftblock #accstrip{
	directionisplay: block;
	height:  20px;
	padding: 15px;
	padding-top: 25px;
}

#leftblock #accstrip ul{
	list-style-type: none;
}

#leftblock #accstrip ul li{
	display: inline;
	padding: 3px;
}

#leftblock #accstrip ul li a{
	line-height: 16px;
}

#leftblock #accstrip ul li a img{
	width:  16px;
	height:  16px;
	border: 0px none;
	line-height: 16px;
}

#rightblock h1{
	color: black;
	font-weight: 400;
	padding: 25px 15px 0px 25px;
}

#rightblock .spacer{
	display: block;
	clear: both;
	height: 35%;
}

#rightblock #contacts{
	padding: 0px 0px 0px 25px;
}

#rightblock #contacts ul{
	list-style-type: none;
}
