@import url(http://eldan.co.uk/styles/type.css);

body
{
	background-color: black;
	color: black;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-right: 5%;
	padding-left: 5%;
}

.center_image
{
	text-align: center;
}

img.noborder
{
	border: none;
}

img.w_border
{
	border: thin dotted black;
}

a:hover
{
	text-decoration: none;
}

.float_wrapper
{
	float: left;
	width: 83%;
}


.main_column
{
	width: 76%;
	text-align: justify;
	margin-left: 1%;
	margin-right: 2%;
	float: right;
}

.left_column, .right_column
{
	font-size: 85%;
}

.left_column
{
	margin-right: 1%;
	text-align: right;
	float: left;
	width: 19%;
}

.right_column
{
	width: 16%;
	margin-left: 1%;
	text-align: left;
	float: right;
	overflow: visible;
}

.left_content, .main_content, .right_content
{
	background: #efd;
	background-image: url(http://eldan.co.uk/pix/laid_paper.jpg);	background-repeat: repeat;
	padding: 5%;
	margin-top: 2em;
	border-color: red;
}

.left_content, .right_content
{
	border-style: double;
	border-width: medium;
}

.left_content
{

	white-space: nowrap;
	overflow: hidden;
}

.right_content
{
	overflow: visible;
}

.main_content
{
	border-style: dashed;
	border-width: thick;
}

h1
{
	font-size: 135%;
}

h3
{
	font-size: 128%;
}

h3
{
	font-size: 122%;
}

h4
{
	font-size: 116%;
}

h5
{
	font-size: 107%;
}

h6
{
	font-size: 105%;
}

.left_column h6, .right_column h6
{
	font-size: 120%;
	margin-top: 1ex;
	margin-bottom: 1ex;
}