body {
	color : #333366;
	font-family : helvetica, verdana, arial, sans-serif, times;
	font-size : 0.75em;
	line-height: 130%;
	background-color : #fff;
	padding : 0px;
	margin : 0px;
}

h1 {
	color : #993399;
	font-size: 1.5em;
	font-weight : normal;
	line-height: 150%;
	margin-top : 0px;
}

h2 {
	color : #333366;
	font-size: 1.3em;
	line-height: 130%;
	margin-top : 0px;
}

h3 {
	color : #333366;
	font-size: 1.2em;
	margin-top : 0px;
}

h2 a {
	color : #333366;
}

h3 a {
	color : #333366;
}

h2 a:hover {
	color : #333366;
}

h3 a:hover {
	color : #333366;
}

p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

a {
	color : #333366;
	text-decoration : underline;
}

a:hover {
	color : #993399;
	text-decoration : underline;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0px 3px;
	padding : 2px 0px 3px 13px;
}

img {
	padding : 0px;
	margin : 0px;
}

.imageLeft {
	padding : 0px;
	margin : 0px 7px 3px 0px;
	float : left;
}

.imageRight {
	padding : 0px;
	margin : 0px 0px 3px 7px;
	float : right;
}

table {
	font-size : 1em;
}

form {
	padding : 0px;
	margin : 0px;
}

label {
	vertical-align : top;
	line-height: 150%;
}

.tableContent {
	font-size : 1em;
}

.button {
	color : #fff;
	font-family : helvetica, arial, verdana, sans-serif, times;
	font-weight : bold;
	background-color : #333366;
	padding : 0px 2px 0px 2px;
	border : solid 0px #fff;
}

.credit {
	color : #999;
	font-size : 0.9em;
	font-style : italic;
	float : left;
	padding : 3px;
}

.quote {
	font-style : italic;
	padding : 3px;
}

.textField {
	color : #333366;
	font-family : verdana, arial, helvetica, sans-serif, times;
	font-size : 0.9em;
	font-weight : normal;
	background-color : #FFFFFF;
	margin : 3px 0px 5px 0px;
	border : solid 1px #8692BE;
}

.textFieldOptions {
	color : #333366;
	font-family : verdana, arial, helvetica, sans-serif, times;
	font-size : 0.9em;
	font-weight : normal;
	background-color : #FFFFFF;
	margin : 3px 0px 5px 0px;
	border : solid 1px #8692BE;
}

/*------------------------------------ FormOne ----------------------------------*/

.formOne {
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

.formOne label {
	width : 120px;
	float : left;
	padding : 0px;
	margin : 0px;
}

.formOne .textField {
	width : 200px;
}

.formOne .textFieldOptions {
	width : 330px;
}

/* layout DIVs */

/*------------------------------------ Header ----------------------------------*/

#headerHolder {
	padding : 0px;
	margin : 0px;
}

#headerSearchHolder {
	float : right;
	padding : 0px;
	margin : 0px 18px 0px 0px;
}

#header {
	background : #cbc6da url(../images/headerLeft.gif) no-repeat 0% 100%;
	float : left;
	padding: 5px 0px 0px 15px;
	margin : 0px;
}

#header ul  {
	background : url(../images/headerRight.gif) no-repeat 100% 100%;
	float: left;
	padding : 0px 15px 5px 0px;
	margin : 0px;
}

#header li {
	color : #666699;
	background: none;
	float : left;
	padding: 0px;
	margin : 0px;
}

#header a {
	color : #3D0B6F;
	font-weight : bold;
	text-decoration: none;
}

#header a:hover {
	color : #3D0B6F;
	text-decoration : underline;
}

#header li.search {
	border-left : none;
}

/*------------------------------------ Search ----------------------------------*/

#searchHolder {
	color: #fff;
	float : left;
	padding : 0px;
	margin : 0px 7px 0px 0px;
}

#search {
	text-decoration: none;
	padding : 5px 7px 5px 0px;
	margin : 0px;
}

.searchField {
	color : #666666;
	font-family : verdana, arial, helvetica, sans-serif, times;
	font-size : 11px;
	font-weight : normal;
	border : solid 1px #fff;
	width : 15em;
	background-color : #FFFFFF;
	margin : 0px 7px 0px 0px;
}

/*------------------------------------ Top Banner ----------------------------------*/

#topBanner {
	height: 70px;
	width : 100%;
	min-width : 770px;
	background: #E0DDEA url(../images/topBanner.gif) repeat-x 0 0;
	float : left;
	padding : 0px;
	margin : 0px;
}

#logo {
	height : 70px;
	width: 320px;
	float : left;
	padding : 0px;
	margin : 0px;
}

/*------------------------- Top Navigation ------------------------------*/

#topNavHolder {
	background: #3D0B6F url(../images/nav.gif) repeat-x 0% 100%;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

.navLeft {
	background: url(../images/navLeft.gif) no-repeat 0% 0%;
	width : 100%;
	float : left;
}

.navRight {
	background: url(../images/navRight.gif) no-repeat 100% 0%;
	width : 100%;
	float : left;
}

#nav {
	font-weight : bold;
	padding : 10px 0px 0px 14px;
	margin : 0px 0px 0px 19px;
}

#nav ul {
	padding : 0px;
	margin : 0px;
}

#nav li {
	text-align : center;
	line-height : 1.7em;
	background : none;
	float : left;
	padding : 0px;
	margin : 0px 0px 0px 4px;
	display : block;
	float: left;
}

#nav li a {
	color : #fff;
	text-decoration : none;
	background: #8692BE;
	padding : 0px;
	margin : 0px;
	float : left;
}

#nav li a:hover {
	background-color: #93A7CE;
}

#nav li a span {
	background : url(../images/tabLeft_off.gif) no-repeat 0% 0%;
	float : left;
}

#nav li a span span {
	background : url(../images/tabRight_off.gif) no-repeat 100% 0%;
	padding: 8px 16px 8px 16px;
	float : left;
	display: block;
}

#nav li a:hover span {
	background : url(../images/tabLeft_on.gif) no-repeat 0% 0%;
}

#nav li a:hover span span {
	background : url(../images/tabRight_on.gif) no-repeat 100% 0%;
}

#nav li.donate a {
	color : #fff;
	text-decoration : none;
	background: #CC33CC;
	padding : 0px;
	margin : 0px;
	float : left;
}

#nav li.donate a:hover {
	background-color: #DF51DF;
}

#nav li.donate a span {
	background : url(../images/tabLeftDonate_off.gif) no-repeat 0% 0%;
	float : left;
}

#nav li.donate a span span {
	background : url(../images/tabRightDonate_off.gif) no-repeat 100% 0%;
	padding: 8px 16px 8px 16px;
	float : left;
	display: block;
}

#nav li.donate a:hover span {
	background : url(../images/tabLeftDonate_on.gif) no-repeat 0% 0%;
}

#nav li.donate a:hover span span {
	background : url(../images/tabRightDonate_on.gif) no-repeat 100% 0%;
}

#nav li.select {
	color : #333366;
	text-decoration : none;
	background-color: #fff;
	float: left;
}

#nav li.select span {
	background : url(../images/tabLeft_select.gif) no-repeat 0% 0%;
	float : left;
}

#nav li.select span span {
	background : url(../images/tabRight_select.gif) no-repeat 100% 0%;
	padding: 8px 16px 8px 16px;
	float : left;
}

/*------------------------------------ Breadcrumb ----------------------------------*/

#historyNavHolder {
	color : #333366;
	font-size : 0.9em;
	background : url(../images/historyNav.gif) repeat-x 0% 100%;
	width : 100%;
	float : left;
	padding : 10px 0px 10px 0px;
	margin : 5px 0px 10px 0px;
	border-bottom: solid 1px #e8e8e8;
}

#historyNavHolder a {
	color : #333366;
	text-decoration : none;
	padding : 0px;
	margin : 0px;
}

#historyNavHolder a:hover {
	color : #333366;
	text-decoration : underline;
}

#historyNavHolder ul {
	list-style-type : none;
	padding : 0px;
	margin : 0px;
}

#historyNavHolder li {
	background: none;
	padding : 3px 0px 0px 9px;
	display : inline;
}

/*------------------------------------ Main Page ----------------------------------*/

#mainHolder {
	background-color: #fff;
	width : 100%;
	min-width : 770px;
	width: expression((body.clientWidth <= 770) ? "770px" : "auto");
	float : left;
}

/*------------------------------------ Left Column ----------------------------------*/

#leftColumnHolder {
	background-color : #fff;
	width : 19%;
	float : left;
	padding : 0px;
	margin : 8px 0px 0px 0px;
}

/*------------------------------------ Left Navigation ----------------------------------*/

#leftMenuGraphic {
	background-color : #fff;
	background-image : url(../images/uganda05_208B.jpg);
	background-repeat : no-repeat;
	background-position : top right;
	height : 110px;
	padding : 0px;
	margin : 0px 15px 0px 0px;
}

#signUpHolder {
	background : #993399 url(../images/signupPointer.gif) no-repeat 9px 0px;
	padding : 0px;
	margin : 1px 15px 0px 0px;
}

#signUp {
	color : #fff;
	font-weight : bold;
	padding : 20px 9px 5px 9px;
	margin : 0px;
}

#signUp .signup {
	color : #fff;
	font-size : 1.6em;
}

.signUpField {
	color : #666666;
	font-family : verdana, helvetica, arial, sans-serif, times;
	font-size : 11px;
	font-weight : normal;
	border : solid 1px #663366;
	width : 75%;
	background-color : #FFFFFF;
	margin : 5px 7px 3px -1px;
}

#signUp a.privacy {
	color : #fff;
	font-size : 0.9em;
	padding : 0px;
	margin : 3px 0px 0px 0px;
}

#signUp a:hover.privacy {
	text-decoration : underline;
}

#signupLinksDivider {
	background-color : #fff;
	background-image : url(../images/signupLinksDivider.gif);
	background-repeat : no-repeat;
	background-position : top right;
	height : 60px;
	padding : 0px;
	margin : 0px 15px 0px 0px;
}

/*--------------------------------------- Left Menu ----------------------------------------*/

#leftMenuHolder {
	padding : 0px;
	margin : 0px;
}

#leftMenu {
	background-color : #E0DDEA;
	padding : 0px;
	margin : 0px 15px 0px 0px;
}

#leftMenu ul {
	background-color: #E0DDEA;
	padding : 0px;
	margin : 0px;
}

#leftMenu li {
	font-weight : bold;
	list-style-type : none;
	list-style-position : outside;
	padding : 0px;
	margin : 0px;
	background-color : #E0DDEA;
	border-top : solid 1px #fff;
}

#leftMenu li.baseline {
	border-bottom : solid 1px #fff;
}

#leftMenu li a {
	text-decoration: none;
	background-color : #E0DDEA;
	padding : 4px 5px 5px 12px;
	display : block;
}

#leftMenu li a:hover {
	color : #fff;
	text-decoration : none;
	background-color : #8484C0;
}

#leftMenu .select {
	text-decoration: none;
	background-color : #CECEE6;
	padding : 4px 5px 5px 12px;
	display : block;
}

#leftNavBottom {
	background-color : #fff;
	background-image : url(../images/leftNavBottom.gif);
	background-repeat : no-repeat;
	background-position : top right;
	height : 60px;
	padding : 0px;
	margin : 0px 15px 0px 0px;
}

/*--------------------------------------- Second Level ----------------------------------------*/

#leftMenu li ul {
	background-color: #EAEAF3;
	padding : 5px 7px 7px 0px;
	margin : 0px;
	border-right : solid 1px #E0DDEA;
}

#leftMenu li ul li {
	color : #333366;
	list-style-image : url(../images/left2ndlevelbullet.gif);
	list-style-position : outside;
	background-color: #EAEAF3;
	padding : 1px 0px 1px 0px;
	margin : 0px 0px 0px 23px;
	border : none;
	border-bottom : dotted 0px #A3A3D0;
}

#leftMenu li ul a {
	color : #333366;
	text-decoration: none;
	background-color: #EAEAF3;
	padding : 0px;
}

#leftMenu li ul li a:hover {
	color : #333366;
	text-decoration : underline;
	background-color: #EAEAF3;
}

/*--------------------------------------- Third Level ----------------------------------------*/

#leftMenu li ul li ul {
	padding : 3px 0px 3px 0px;
	margin : 0px;
	border-right : none;
}

#leftMenu li ul li ul li {
	color : #333366;
	list-style-image : url(../images/left3rdlevelbullet.gif);
	list-style-position : outside;
	padding : 1px 0px 1px 0px;
	margin : 0px 0px 0px 12px;
	border : none;
	border-bottom : none;
}

#leftMenu li ul li ul a {
	font-weight : normal;
}

#leftMenu li ul li ul a:hover {
	font-weight : normal;
}

/*------------------------------------ Centre Column ----------------------------------*/

#centerColumnHolder {
	background-color : #fff;
	float : left;
	width : 48%;
	padding : 0px;
	margin : 0px;
	/*border : solid 1px #ff6600;*/
}

/*------------------------------- Feature --------------------------------------*/

#featureHolder {
	padding : 0px;
	margin : 0px;
}

.feature h1 {
	color : #993399;
	font-size : 1.6em;
	font-weight : normal;
	line-height: 1.2em;
	padding : 0px 5px 0px 0px;
	margin : 0px 0px 16px 0px;
}

.feature {
	padding : 9px 0px 9px 19px;
	margin : 0px 9px 0px 0px;
}

.feature li {
	background: none;
}

.feature img {
	float : left;
	padding : 0px;
	margin : 0px 19px 12px -19px;
}

/*------------------------------- Casestudy --------------------------------------*/

#casestudyHolder {
	background-color : #fff;
	float : left;
	padding : 0px;
	margin : 3px 0px 0px 0px;
}

.casestudy {
	background-color : #E6EBF4;
	background-image : url(../images/casestudy_bottom_right.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
	float : left;
	padding : 7px 0px 32px 12px;
	margin : 0px 9px 9px 0px;
}

.casestudy img.caseInsert {
	float : right;
	padding : 0px;
	margin : -7px 0px 0px 7px;
	border-bottom : solid 1px #fff;
	border-left : solid 1px #fff;
}

/*------------------------------- Centre items --------------------------------------*/

.centreItemsHolder {
	background-color : #E0DDEA;
	background-image : url('../images/centreItemsBottomLeft.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	width : 100%;
	float : right;
	padding : 0px 0px 11px 0px;
	margin : 0px 0px 7px 0px;
}

.centreItems {
	background-color : #E0DDEA;
	width : 100%;
	float : left;
	padding : 7px 0px 5px 0px;
	margin : 0px;
}

.centreItems h2 {
	color : #993399;
	font-size : 1.2em;
	font-weight : bold;
	padding : 0px 5px 3px 9px;
	margin : 0px;
}

.centreItems p {
	padding : 2px 7px 5px 7px;
	margin : 0px;
}

.centreItems img.newsInsert {
	float : left;
	padding : 0px;
	margin : 0px 7px 3px 7px;
	border : solid 1px #8692BE;
}

.centreItems ul {
	list-style-type : none;
	list-style-image : url('../images/bullet.gif');
	list-style-position : outside;
	padding : 0px 0px 3px 0px;
	margin : 3px 0px 0px 19px;
}

.centreItems li {
	padding : 1px 0px 1px 0px;
	margin : 0px;
}


/*------------------------------- Gallery --------------------------------------*/

.galleryHolder {
	text-align : center;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px 0px 7px 0px;
}

.gallery {
	width : 418px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
}

.gallery img {
	padding : 9px;
	margin : 0px;
	border : solid 1px #8692BE;
}

.galleryNav {
	width : 420px;
	padding : 0px;
	margin : 7px 0px 7px 0px;
	margin-left : auto;
	margin-right : auto;
}

.galleryNav p {
	width : 340px;
	float: left;
	padding : 0px 13px 0px 13px;
}

.galleryNav img {
	float: left;
	padding : 0px;
}

/*------------------------------------ Right Column ----------------------------------*/

#rightColumnHolder {
	background-color : #fff;
	float : right;
	width : 32%;
	padding : 0px;
	margin : 0px;
	/*border : solid 1px #99ff66;*/
}

/*------------------------------- Whats New --------------------------------------*/

#whatsNewHolder {
	background-color : #fff;
	/*background-image : url(../images/newsBottomLeft.gif);
	background-repeat : no-repeat;
	background-position : bottom left;*/
	width : 100%;
	float : left;
	padding : 0px 0px 5px 0px;
	margin : 0px;
}

.whatsNew h1 {
	padding : 0px 7px 2px 0px;
	margin : 0px 0px 7px 0px;
	border-bottom : dotted 1px #8692BE;
}

.whatsNew {
	/*background-color : #F2F5F9;*/
	width : 98%;
	float : left;
	padding : 7px 0px 5px 0px;
	margin : 0px;
	border-bottom : dotted 1px #8692BE;
}

.whatsNew .title {
	color : #993399;
	font-size : 1.2em;
	font-weight : bold;
	padding : 0px 5px 3px 0px;
	margin : 0px;
}

.whatsNew p {
	padding : 2px 0px 5px 0px;
	margin : 0px;
}

.whatsNew img.newsInsert {
	float : left;
	padding : 0px;
	margin : 0px 9px 3px 0px;
	border : solid 1px #8692BE;
}

.whatsNew ul {
	padding : 0px 0px 3px 0px;
	margin : 3px 0px 0px 110px;
}

.whatsNew li {
	list-style-type : none;
	list-style-position : outside;
	padding : 1px 0px 1px 0px;
	margin : 0px 5px 3px 5px;
	border-bottom : dotted 1px #CCCCE0;
	display : block;
}

/*------------------------------- Make a Donation --------------------------------------*/

#donationHolder {
	background-color : #fff;
	float : right;
	width : 100%;
	padding : 0px;
	margin : 9px 0px 3px 0px;
	/*border : solid 1px #ffcc33;*/
}


.donation h1 {
	color : #fff;
	font-size : 1.6em;
	font-weight : normal;
	line-height: 1.2em;
	padding : 7px 5px 2px 15px;
	margin : 0px;
	background-image : url(../images/donateTopLeft5.gif);
	background-repeat : no-repeat;
	background-position : top left;
	border : none;
}

.donation {
	color : #fff;
	background-color : #CC33CC;
	background-image : url(../images/donateBottomLeft5.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

.donation a {
	color : #fff;
}

.donation a:hover {
	color : #fff;
}

.donation h3 {
	padding : 5px 5px 3px 0px;
	margin : 0px;
}

.donation p {
	padding : 2px 7px 7px 12px;
	margin : 0px;
}

.donation img.donateInsert {
	float : right;
	padding : 0px;
	margin : 0px 0px 0px 7px;
}

.donation ul {
	padding : 2px 0px 4px 9px;
	margin : 0px;
}

.donation li {
	font-weight : bold;
	background: url(../images/bullet2.gif) no-repeat 0px 1px;
	padding: 0px 0px 5px 13px;
}

/*------------------------------- Right items --------------------------------------*/

.rightItemsHolder {
	background-color : #8586C6;
	background-image : url('../images/rightItemsBottomLeft.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
	width : 100%;
	float : right;
	padding : 0px 0px 27px 0px;
	margin : 0px 0px 9px 0px;
}

.rightItemsHolder h1 {
	color : #fff;
	background-color : #8586C6;
	background-image : url('../images/rightItemsTopLeft.gif');
	background-repeat : no-repeat;
	background-position : top left;
	padding : 3px 7px 2px 9px;
	margin : 0px;
	border-bottom : dotted 1px #8692BE;
}

.rightItems {
	background-color : #F7F7FF;
	width : 100%;
	float : left;
	padding : 7px 0px 5px 0px;
	margin : 0px;
	border-bottom : dotted 1px #8692BE;
}

.rightItems h2 {
	color : #993399;
	font-size : 1.2em;
	font-weight : bold;
	padding : 0px 5px 3px 7px;
	margin : 0px;
}

.rightItems p {
	padding : 2px 7px 5px 9px;
	margin : 0px;
}

.rightItems img.newsInsert {
	float : left;
	padding : 0px;
	margin : 0px 9px 3px 9px;
	border : solid 1px #8692BE;
}

.rightItems ul {
	list-style-type : none;
	list-style-image : url('../images/bullet.gif');
	list-style-position : outside;
	padding : 0px 0px 3px 0px;
	margin : 3px 0px 0px 19px;
}

.rightItems li {
	padding : 1px 0px 1px 0px;
	margin : 0px;
}

/*------------------------------- Right items 2 --------------------------------------*/

.rightItemsHolder2 {
	background-color : #E9DEEF;
	background-image : url('../images/rightItemsBottomLeft2.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
	width : 100%;
	float : right;
	padding : 0px 0px 16px 0px;
	margin : 0px 0px 9px 0px;
}

.rightItems2 {
	background-color : #E9DEEF;
	background-image : url('../images/rightItemsTopLeft2.gif');
	background-repeat : no-repeat;
	background-position : top left;
	width : 100%;
	float : left;
	padding : 9px 0px 5px 0px;
	margin : 0px;
}

.rightItems2 h2 {
	color : #993399;
	font-size : 1.2em;
	font-weight : bold;
	padding : 0px 5px 3px 9px;
	margin : 0px;
}

.rightItems2 p {
	padding : 2px 7px 5px 9px;
	margin : 0px;
}

.rightItems2 img.newsInsert {
	float : right;
	padding : 0px;
	margin : 0px 9px 3px 7px;
	border : solid 1px #8692BE;
}

.rightItems2 ul {
	list-style-type : none;
	list-style-image : url('../images/bullet.gif');
	list-style-position : outside;
	padding : 0px 0px 3px 0px;
	margin : 3px 0px 0px 19px;
}

.rightItems2 li {
	padding : 1px 0px 1px 0px;
	margin : 0px;
}

/*------------------------------- Quick Links --------------------------------------*/

#quickLinksHolder {
	background-color : #fff;
	padding : 0px;
	margin : 0px 15px 0px 0px;
}


.quickLinks h1 {
	font-size : 1.6em;
	font-weight : normal;
	padding : 0px;
	margin : 0px 0px 0px 7px;
	border : none;
}

.quickLinks {
	background-color : #E0DDEA;
	background-image : url(../images/linksBottomRight2.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 0px 0px 15px 0px;
	margin : 0px 0px 9px 0px;
}

.quickLinks a {
	color : #993399;
	font-weight : bold;
}

.quickLinks a:hover {
	color : #993399;
}

.quickLinks h3 {
	padding : 5px 5px 3px 0px;
	margin : 0px;
}

.quickLinks p {
	padding : 2px 7px 7px 7px;
	margin : 0px;
}

.quickLinks img.newsInsert {
	padding : 0px;
	margin : 0px 0px 0px -3px;
}

.quickLinks ul {
	padding : 3px 0px 3px 0px;
	margin : 0px 0px 0px 3px;
}

.quickLinks li {
	background: url(../images/bullet1.gif) no-repeat 0px 3px;
}

/*-------------------------------- Footer ----------------------------*/

#footerHolder {
	font-size : 0.9em;
	background-color: #fff;
	width : 100%;
	float : left;
	border-top: solid 1px #CCCCE0;
	padding: 4px 0px 0px 0px;
	margin : 12px 0px 4px 0px;
}

#footer {
	color : #CCCCE0;
	width : 60%;
	float : left;
	padding : 0px;
}

#footer ul {
	padding : 0px 0px 0px 7px;
	margin : 0px;
}

#footer li {
	background: none;
	display : inline;
	padding : 0px;
	margin : 0px;
	/*border-right : solid 1px #CCCCE0;*/
}

#credit {
	color : #CCCCE0;
	text-align : right;
	width : 25%;
	float : right;
	padding : 0px;
}

#credit ul {
	padding : 0px;
	margin : 0px;
}

#credit li {
	background: none;
	display : inline;
	padding : 0px 7px 0px 0px;
	margin : 0px;
}

#credit img {
	margin : 0px 1px -2px 2px;
}

/*-------------------------------- Map ----------------------------*/

#map {
	margin-top : 10px;
	display: inline;
}

#maptext {
	margin-top : 10px;
	text-align : center;
}

