/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: #ffffff url(../img/body_bg.gif) no-repeat center -30px;
}

#wrapper {
	position:absolute;
	left: 50%;
	top: 36px;
	width: 802px;
	height: 600xpx;
	margin-left: -402px; 
	text-align:left;
	border: 1px solid #c30a35;
}

#header {
	position: relative;
	background-color: #c30a35;
	height:360px;
	width:800px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#logo {
	top: 20px;
	left: 25px;
	position:absolute;
}

#middle {
	width:800px;
	height:265px;
}

#navigation {
	width:185px;
	height:265px;
	background: #ffffff url(../img/navigation_bg.gif);
	float:left;
}

#navigation ul {
	padding: 26px 0 0 20px;
	background: #ffffff url(../img/navigation_bg_dotted.gif) no-repeat;	
}

#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active {
	font: 14px Arial Narrow, Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	line-height:25px;
	color:#000000;
	text-decoration:none;
}
	
#navigation a:hover {
	color: #be3113;
}

#article {
	position:relative;
	left:2px;
	float:left;
	background-color:#ffffff;
	padding-left:15px;
	padding-right:20px;
	height:265px;
	width:580px;
	overflow:auto;
}

#footer {
	width:782px;
	height:26px;
	clear:left;
	height: 18px;
	background-color: #c30a35;
	padding: 3px 20px 0 0px;
}

#footer #languages {
	display: block;
	float:left;
}

#footer #languages ul li {
	display:inline;
}	

#footer #languages a:link,
#footer #languages a:visited,
#footer #languages a:hover,
#footer #languages a:active {
	margin-left: 20px;
	display:inline; /* hack IE6 */
	float:left;
	font: 12px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing:3px;
	text-decoration:none;
}

#footer #copyright {
	display: block;
	float:right;
	font: 12px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing:3px;
}







