@charset "utf-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Gerneral */

td, div {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1A1818;
	line-height: 1.5;
}

a:link, a:active, a:visited {
	color: #C05801;
	text-decoration: none;
}

a:hover {
	color: #1A1818;
}

h1 {
	background: url('images/AfricaForHaiti.jpg') no-repeat;
	width: 306px;
	height: 419px;
	text-indent: -9999px;
	float: left;
}

h2 {
	color: #1A1818;
	text-transform: uppercase;
	font-size: 13PX;
}

/* Containers */

#wrapper {
	width: 860px;
	margin: 0 auto;
}

#side {
	width: 286px;
	text-align: center;
	padding: 10px;
}

#content {
	width: 530px;
	padding: 10px;
	line-height: 1.5;
}

/* Menu */

.navBG {
	background: url('images/menuBG.jpg') repeat-x;
	line-height: 25px !important;
	width: 550px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: 25px !important;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	line-height: 25px !important;
}

#nav a {
	float: left;
	padding: 0 15px;
	color: #FEFCFC;
	text-decoration: none;
	line-height: 25px !important;
}

#nav a:hover {
	color: #FFF;
	background: url('images/menuBG_on.jpg') repeat-x;
}

a.activeA {
	color: #FFF;
	background: url('images/menuBG_on.jpg') repeat-x;
}

/* Other Styles */

.clear {
    clear: both;
}

.floatLeft {
    float: left;
    display:inline-block !important;
}

.floatRight {
    float: right;
    display:inline-block !important;
}

.table {
    margin: 0 auto;
}

#side img {
	margin: 10px;
}

.padding {
	padding: 10px 10px 10px 0;
}

#cu3er-container {
	width: 856px;
	height: 381px;
}
