#content
{
	font-family: euphemia ucas, helvetica, verdana, arial;
	background-color: #ffffff;
	margin: 0;
}

/*below is home page head*/
#header
{
	background: url(images/head2.jpg);
	background-repeat: no-repeat;
	height: 220px;
	background-color: #08070C;
	background-position: center center;
}

#logo1, #logo2
{
	font-size: 30px;
	font-weight: bold;
	color: white;
	background: transparent;
	display: inline;
	position: relative;
	top: 135px;
}

#logo1
{
	
	float: left;
	margin-left: 20px;
}

#logo2
{
	
	float: right;
	margin-right: 1em;
}

#header2
{
	height: 60px;
	background-color: #625E55;
}

#logo3, #logo4
{
	font-size: 30px;
	color: white;
	display: inline;
}

#logo3
{
	position: relative;
	top: 10px;
	float: left;
	margin-left: 20px;
}

#logo4
{
	position: relative;
	top: 10px;
	float: right;
	margin-right: 1em;
}

#navigation ul
{
	padding: 0;
	margin: 0;
	background-color: #B42825;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	width: 100%;
	font: 15px;
}

#navigation li { display: inline; }

#navigation a:link, #navigation a:visited
{
	padding: 4px 20px 6px 20px;
	color: #FFFFFF;
	background-color: #B42825;
	text-decoration: none;
	float: left;
	border-right: 1px solid white;
}

#navigation a:hover
{
	color: white;
	background-color: red;
}

#navigation a.menuselect
{
	color: white;
	background-color: #625E55;
}

p
{
	padding: 0px 20px 0 20px;
	text-align: justify;
}

h2, h3
{
	display: inline;
	position: relative;
	left: 20px;
}

a
{
	font-weight: 600;
	color: #495865;
}

ul
{
	padding-left: 20px;
	margin-left: 0;
	list-style-type: none;
}

.pist
{
	list-style-type: square;
	list-style-position: outside;
}

.function { font-weight: bold; }
.title { font-style: italic; }

img
{
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000000;
}

.right-floating { float: right; }
.left-float { float: left; }

