﻿body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	background:#96A2AE url('../../Material/Images/img_Background.jpg') no-repeat top left;
	font-family:"Tahoma", Times, serif;
}

.LineBreak {
	width:100%;
	clear:both;
}

.Layout_Container {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.Layout_Header {
	width:1000px;
	height:230px;
	clear:both;
	background-color:White;
}

.Layout_Header_Menu {
	width:233px;
	height:230px;
	float:left;
	text-align:left;
	background:#E7ECEF url('../../Material/Images/img_Header_Menu_Background.jpg') no-repeat top left;
}

.Layout_Header_Logo {
	width:767px;
	height:230px;
	float:right;
	text-align:left;
	background:url('../../Material/Images/img_Header_Logo.png') repeat-x top left;
}

.Layout_Content_Wrapper {
	width:1000px;
	height:auto;
	clear:both;
	background:White;
}

.Layout_Content_Left {
	width:198px;
	height:auto;
	text-align:left;
	background-color:#E7ECEF;
	float:left;
	padding: 15px 0px 30px 35px;
	padding-bottom:30px;
}

.Layout_Content_Right {
	width:727px; /* 767px - 2x(20px twn paddings l+r) */
	padding-top:15px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	height:auto;
	text-align:left;
	background:White;
	float:right;
}

.Layout_Content_Header {
    width:100%;
    height:auto;
    clear:both;
    border-bottom:solid 1px #485E75;
}

.Layout_Content_Article {
    width:100%;
    height:auto;
    padding-top:15px;
    clear:both;
}

.Layout_Content_Article_Image {
    float:left;
    margin: 0px 10px 0px 0px;
}

.Layout_Content_Article_Buttons {
    clear:both;
    width:100%;
    padding-top:5px;
    margin-top:15px;
    border-top:solid 1px #485E75;
    text-align:right;
}

.Layout_Footer {
	width:1000px;
	height:30px;
	color:White;
}

.Layout_Footer a{
    color:White;
}

.Layout_Footer p{
    font-size:x-small;
    color:White;
}

/* TEMPORARY START */


ul#nav {
	padding:50px 50px 0 50px;
	list-style-type:none;
}

ul#nav li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
}

ul#nav li a {
	color:#FFFFFF
}

ul#nav li a:link {
	text-decoration:none;
}

ul#nav li a:hover {
	text-decoration:underline;
}

/* TEMPORARY END */


	
	