﻿table {
	font-size: 1em;
	margin-left: 0px;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a 
{
	position :relative ;
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

img {
	border-width: 0;
}

.header {
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 150px;
	text-align: center;
	font-size: 10px;
}

.page
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url(images/body-repeat.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 900px;
    padding: 0px 50px;
}
#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 245px;
}
.nav
{
	position: absolute;
    top: 160px;
    left: 275px;
    
    font-size: 15px;
}

.language
{
	position: absolute;
    top: 34px;
    left: 550px;
    
    font-size: 15px;
}
