@charset "UTF-8";
/* CSS Document */

body {
    background-image: url(images/background.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #666666; /** Website BG colour (matches canvas colour in Step 1) **/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container { width:780px; margin:0 auto ;}

#title {margin:0;}
#logo {float:left; width:595px;}
#infotop {float:left;text-align:right;width:190;}

#content {float:left; width: 595px; margin-right:30px;}

#nav{float:left;text-align:right;}

#footer{text-align:center; clear:both; border-top:thin;}

/* Links */
a:link {color: #FF6600;	text-decoration: none;font-weight: bold;font-size:15px;}
a:visited {	text-decoration: none;	color: #FF9900;font-weight: bold;font-size:15px;}
a:hover {text-decoration: underline;color: #FF6600;font-weight: bold;font-size:15px;}
a:active {text-decoration: none;color: #FF6600;font-weight: bold;font-size:15px;}
	
.titles_ong	{font-size:18px; color:#FF6600;font-weight:bold;}
.titles_ong_sm {font-size:15px; color:#FF6600;font-weight:bold;}


.orange_italic {color: #FF6600;	font-style: italic;	font-weight: bold;}
.orange_big {color: #FF6600;  font-weight: bold;	font-size: 25px;}

.Grey16 {font-size: 16px;color: #666666;}

.Grey18B {font-size: 18px; font-weight: bold; color: #666666; }