/*
LOGO_RED	#CC0000
LOGO_BLUE	#333399

BLUE_Bright	#A5B9E6
BLUE_Bright	#C5D3F2
BLUE_Bright	#E9EDF5
BLUE_Dark	#02174E

GREY		#666666

*/

body, div
{
 direction	: rtl;
 text-align	: right;
}

body
{
 padding	: 20px;
 background	: #707883;
 color		: #222;
 text-align	: center;
 font		: 85% Verdana, Arial,"Trebuchet MS",sans-serif;
 
}

li
{
 list-style: none;
}

h1,h2,p
{
 margin		: 0;
 padding	: 0 10px;
 font-weight: normal;
}

p
{
 padding: 0 10px 15px;
}

h1
{
 font-size		: 400%;
 color			: #333399;
 letter-spacing	: 1px;
 
 margin		: 24px 0px; 
}

h2
{
 font-size	: 120%;
 line-height: 1;
 color		: #3366cc;													/* ### AHOY: Was #002455; */
}

div#container
{
 width		: 90% !important; width /**/:82%;							/* ### AHOY: was 450px \ 460px */
 margin		: 0 auto;
 padding	: 5px;
 text-align	: left;
 background	: #FFF
}

div#header
{
 background	: #BFDDED;
 padding	: 10px;
/* text-align	: center; */

 display	: table;
 width		: 98.1%;
}

div#header_logo
{
 background	: #BFDDED;
 padding	: 10px;
 float		: right;
}

div#content
{
 float		: right;
 width		: 69%;						/* ### AHOY: was 300px; */
 padding	: 10px 6px;
 margin		: 5px 0;
 background	: #778CCA;
}

div#nav
{
 float		: left;
 width		: 29%;						/* ### AHOY: Was 145px; */
 padding	: 10px 3px;
 margin		: 5px 0;
 background	: #A5B9E6;					/* ### AHOY: Was #FFD154; */
 
 text-align	: center;
}

div#footer
{
 clear		: both;
 width		: 100%;						/* ### AHOY: Wsa 450px; */
 background : #CC0000;					/* ### AHOY: Was: C4E786; */
 padding	:5px 0;
 text-align	:center;
}

div#footer a
{
 color			: #FFF;
 text-decoration: none;
}

div#footer a:hover
{
 color: #A5B9E6;
}