html, body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	padding : 0;
	margin : 0;
	width : 100%;
}

img {
	border-style : none none none none;
}



#header {
	padding : 0;
	margin : 0;
	border-collapse : collapse;
	width : 798px;
}

#header img {
	border : none;
}

#page {
	width : 798px;
	z-index : 2;
	padding : 0px;
	margin: 0px auto;
}


#footer {
	width : 798px;
	font-size : x-small;
	margin : 0;
	padding : 0;
	background-color : #DD2421;
	color : #ffffff;
}

#footer img {
	margin-right : 10px;
}

#footer table {
	border-collapse:collapse;
	width : 100%;
	margin : 5px 0 5px 0;
}

#footer span.left {
	padding : 5px;
}

#footer span.right {
	padding : 5px;
	text-align : right;
}

#footer a {
	color : #ffffff;
	text-decoration : underline;
}

#footer a:visited {
	color : #ffffff;
	text-decoration : underline;
}

#footer a:hover {
	color : #ffffff;
	text-decoration : underline;
}

#footer a:active {
	color : #ffffff;
	text-decoration : underline;
}



h1 { 
	margin : 10px 5px 0 10px; 
	font-size : x-large;
}

a {
	color : blue;
	text-decoration : none;
}

a:visited {
	color : blue;
}

a:hover {
	color : blue;
	text-decoration : underline;
}

a:active {
	color : blue;
}





#content {
	width : 798px;
	padding : 0;
	margin : 0;
}

#content #article_left {
	float : left;
	width : 386px;
	margin : 0 4px 0 5px;
	padding : 0;
}

#content #article_center {
	width : 798px;
	margin : 0 4px 0 5px;
	padding : 0;
}

#content #article_right {
	float : right;
	width : 386px;
	margin : 0 4px 0 5px;
	padding : 0;
}

#content #blank {
	display : none;
}



div.title {
	font-size : large;
	font-weight : bold;
	color : #DD2421;
	margin-bottom : 10px;
}

div.content {
	margin : 0;
	padding : 0;
	text-align : justify;
}

div.article {
	padding : 10px;
}



div.editiondate {
	text-align : right;
}

span.caption {
	margin-left : 10px;
}

div.clear {
	clear : both;
	line-height : 1;
}



.right {
	float : right;
}

.left {
	float : left;
}

