/********LANGUAGES CSS*******/

body {
	background:#1e0100;
}
p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#fff;
}
#navigation {
	width:751px;
	padding-left:15px;
}
#navigation a:link, #navigation a:visited {
	color:#f00;
	text-decoration:none;
}
#navigation a:hover, #navigation a:active {
	color:#f00;
	text-decoration:underline;
}
.current-page a {
	color:#ccc;
	text-decoration:none;
}
#summary {
	width:766px;
	float:left;
}
#summary-leftcol {
	width:352px;
	padding:15px;
	float:left;
}
#summary-rightcol {
	width:352px;
	padding:15px;
	float:right;
}
