* {
	margin: 0;
	padding: 0;
}

body {
	background: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 132%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
	text-align:justify;
	color:#000000;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	background-color: #CCCCFF;
	font-style: italic;
}

a:link {
	color: #012C7A;
}

a:active {
	color: #E77811;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #E67817;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Language Menu */

#menu {
	width: 770px;
	height: 20px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	background-color:#E67817;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 109px;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	font-weight:bold;
	color: #000000;
}

#menu a:hover {
	background: #333333;
	color:#FFFFFF;
}

#menu .active a{
	background: #333333;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 530px;
	height: 86px;
	margin: 0;
	padding: 84px 20px 0 0;
	background: url(images/logo7.jpg) no-repeat;
}

#header h2 {
	float: right;
	width: 220px;
	height: 100px;
	margin: 0;
	background: url(images/llp_logo_en.jpg) no-repeat;
	padding: 70px 0 0 0;
	
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Main menu */

#mainmenu {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	background-color: #333333;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu a {
	display: block;
	float: left;
	width: 109px;
	height: 26px;
	padding: 4px 0 0 0 ;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 130%;
	color: #FFFFFF;
}

#mainmenu a:hover {
	background: #3BB3C3;
}

#mainmenu .active a {
	background: #3BB3C3;
	color: #FFFFFF;
}

/* Increase/ Decrease Fonts */

#fontmenu {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	background-color: #FFFFFF;
}

#fontmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#fontmenu li {
	display: inline;
}

#fontmenu a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	padding: 4px 0 0 0 ;
	border-left: none;
}


/* Page */

#page {
	width: 771px;
	min-height: 450px;
	margin: 0 auto;
	padding: 20px 0;
	background-color:#FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 770px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	margin-right:10px;
	margin-left:10px;
	width: 700px;
	border-bottom: 1px solid #666666;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #000000;
}

.bluebox {
	background-color: #e67817;
}

.bluebox h2 {
	background-color: #3bb3c3;
}

#table {
    width:200px;
	height:auto;
	border:none;
}	
	
/* Footer */

#footer {
	clear: both;
	height: auto;
	padding: 15px 0;
	background: #333333;
	color: #FFFFFF;

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
	color:#FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#table {
	margin-right:50px; 
	margin-left:50px; 
	margin-bottom:10px; 
	margin-top:10px;
	color: #000000;
}

#table th {
	font-size:100%;
	width:280px;
	font-weight:bold;
	text-align: left;
}

#table td {
	margin: 5px;
	width:250px;
	padding-left:15px;
	padding-top:5px;
	text-align:left;

}
