body   { 
font-size: 100%;
margin: 0;
padding: 0;

}
#center {
	width: 800px;
	margin: 0 auto;
	background-color: #FBFBFB;
	position: relative;
	border-collapse: collapse;	
	border-left: 1px black solid;
		border-right: 1px black solid;
}
ul#menu {
	float: left;
	width: 268px;
	margin: 0;
	padding: 30px 0px 30px 0px;
	list-style: none;
	border-right: 1px black solid;
}
ul#menu  li {
	padding: 0 10px 10px 15px;
	margin: 0;
	line-height: 100%
	text-decoration: none;
	color: #750005;
}
ul#menu  li#t {
	padding: 10px 10px 10px 5px;
	margin: 0;
	font-size: 100%;
	line-height: 30px;
		font-weight: bold;
		text-decoration: underline;
		color: black;
}
ul#menu  li a {
	text-decoration: none;
	font-size: 90%;
	color: #750005;
}
ul#menu  li a:hover {
	text-decoration: underline;
	font-size: 90%;
	color: black;
}

#header {
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url(../images/logo.gif);
}
#footer{
	background-color: #ed1b24;
	height: 40px;
	border: 1px black solid;
 }
 #copy {
 	color: white;
	font-size: 100%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
 }
#content {
	width: 500px;
	position: relative;
	float: right;
	margin: 0 15px 15px 15px;
color: #750005;
font-size: 100%;
}
#content p {
font-size: 90%;
color: #750005;
}
#content a {
font-size: 100%;
color: #750005;
}
#content ul {
font-size: 90%;
}
#title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px #ed1b24 solid;
	margin-bottom: 30px;
	color: black;
}
#title2 {
	right: 10px;
	position: relative;
}
#clear {
	clear: both;
	font-size: 0;
	height: 0;
}
ul#lang {
padding: 0;
margin: 0;
	position: absolute;
	right: 15px;
	top: 5px;
}
ul#lang li {
margin-right: 5px;
display: inline;

}
ul#lang li a {
color: white;
font-weight: bold;
font-size: 100%;
text-decoration: none;
}
ul#lang li a:hover {
color: black;
font-weight: bold;
font-size: 100%;
text-decoration: none;
}


