a
{
	color : #ff0101;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

body
{
	background-color : #303030;

	background-image : url('../img/stripes.png');
	background-position : left top;
	background-repeat : repeat;
	background-attachment : fixed;

	font : normal small 'Verdana', 'DejaVu Sans', 'Bitstream Vera Sans', sans-serif;
}

div#content
{
	margin-left : 70px;
	margin-right : 70px;
	padding : 1em;

	position : absolute;
	bottom : 0px;
	left : 0px;
	right : 0px;
	top : 130px;
}

div#endOfContent
{
	height : 4em;
}

.infoBlock .content
{
	background-color : #d4d4d4;
	padding-bottom : 0.5em;
	padding-left : 1em;
	padding-right : 1em;
	padding-top : 0.5em;
}

.infoBlock img
{
	margin : 0px;
	padding : 0px;
	border-style : none;
	display : block;
}

.infoBlock div.img
{
	border : solid 1px #a4a4a4;
	display : block;
	float : left;
	margin-right : 1em;
	margin-bottom : 1em;
	padding : 0px;
}

.h1
{
	z-index : 1000;

	position : fixed;
	left : 70px;
	right : 70px;
	top : 115px;
}

.h1 h1
{
	background-color : #a10101;
	background-image : url('../img/h1_bg.png');
	background-position : bottom left;
	background-repeat : repeat-x;
	color : #fafafa;
	font : bold 12pt 'Georgia', 'DejaVu Serif', 'Bitstream Vera Serif', serif;
	height : 24px;
	margin : 0px;
	padding : 2px 0.4em 0em 0.4em;
	text-align : center;
}

.textBlock
{
	display : inline-block;
	margin-top : 1em;
	width : 100%;
}

.textBlock .content
{
	background-color : #cfd9da;
	border-left : solid 5px #ff0101;
	border-right : solid 5px #ff0101;
	overflow : auto;
	padding : 5px;
}

.textBlock .title
{
	background-color : #cfd9da;
	border-left : solid 5px #ff0101;
	border-right : solid 5px #ff0101;
	font-size : x-small;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

.textBlock p
{
	margin : 0px;
	padding: 0px;
}

.textBlock h3
{
	font-size : x-small;
	font-weight : bold;
	margin : 0px;
	margin-bottom : 1em;
}

.titleBlock
{
	margin-bottom : 1em;
	margin-top : 1em;
	margin-left : 15%;
	margin-right : 15%;
}

.titleBlock .content
{
	background-color : #ffb3b3;
	font-size : large;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
}

