/* CSS Document */
*{
	margin:					0;
	padding:					0;
}
body{
	background-color:		#ffffff;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	text-align:				center;
	background-image:		url(../images/layout/pageBack.gif);
	background-repeat:	repeat-y;
	background-position:	center;
}
#container{
	margin-left:			auto;
	margin-right:			auto;
	text-align:				left;
	width:					780px;
}
#homeHeader{
	width:					780px;
}
#topLogo{
	width:					765px;
	padding-top:			14px;
	background-image:		url(../images/layout/logoDakar.jpg);
	height:					51px;
	background-repeat:	no-repeat;
	background-position:	right;
	background-color:		#000000;
}
#topBalk{
	padding-top:			24px;
	height:					32px;
	width:					620px;
	padding-left:			160px;
	background-color:		#000000;
}
#topMenu{
	float:					left;
	width:					360px;
}
#topMenu a, #topMenu a:visited{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	display:					block;
	float:					left;
	padding-left:			20px;
	padding-right:			20px;
	border:					1px solid #cecece;
	border-right-width:	0px;
	height:					30px;
	background-color:		#ffffff;
	line-height:			32px;
	vertical-align:		middle;
	color:					#4f4f4f;
	font-weight:			bold;
	text-decoration:		none;
}

#topMenu a:hover{
	background-color:		#cecece;
	color:					#555555;
}

#topMenu a:active{
	background-color:		#cecece;
	color:					#555555;
}

#topMenu a.langActive{
	background-color:		#cecece;
	color:					#555555;
}
#langTop{
	float:					right;
	padding-right:			20px;
	width:					160px;
	text-align:				right;
	height:					32px;
	line-height:			32px;
	vertical-align:		middle;
	color:					#7d7d7d;
	font-weight:			bold;
}
#langTop a, #langTop a:visited{
	color:					#7d7d7d;
	font-weight:			bold;
	text-decoration:		none;
}
#langTop a:hover{
	color:					#ffffff;
}

#langTop a.langActive{
	color:					#ffffff;
	text-decoration:		underline;
}

.buttonActive {
	background-color:		#cecece;
	color:					#555555;
}

#mailingLink{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	float:					right;
	padding-top: 			10px;
	padding-right:			20px;
	width:					140px;
	text-align:				right;
	height:					32px;
	vertical-align:		top;
	color:					#7d7d7d;
	font-weight:			bold;
}

#mailingLink a, #mailingLink a:visited{
	color:					#7d7d7d;
	font-weight:			bold;
	text-decoration:		none;
}
#mailingLink a:hover{
	color:					#ffffff;
}

#left{
	float:					left;
	width:					142px;
	padding-left:			18px;
	padding-top:			18px;
}
#left a, #left a:visited{
	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		none;
	line-height:			18px;
}
#left a:hover{
	text-decoration:		underline;
	color:					#ececec;
}
#right{
	width:					160px;
	float:					right;
}
#mainContent{
	float:					left;
	width:					424px;
	padding-left:			18px;
	padding-right:			18px;
	padding-top:			18px;
	background-color:		#ffffff;
}
#mainContent p{
	color:					#484848;
	font-size:				11px;
	line-height:			16px;
	font-weight:			bold;
	margin-bottom:			20px;
}
#mainContent a, #mainContent a:visited{
	color:					#484848;
	font-size:				12px;
	line-height:			16px;
	font-weight:			bold;
	text-decoration:		underline;
}
#mainContent a:hover{
	text-decoration:		none;
	color:					#000000;
}
p.quote{
	color:					#323232;
	font-size:				11px;
	line-height:			16px;
	font-weight:			bold;
	font-style:				italic;
}
#mainContent strong{
	font-size:				12px;
	font-weight:			bold;
	color:					#000000;
}
#mainContent img{
	border:					1px solid #000000;
}
.photoAlbum{
	border:					1px solid #000000;
	padding:					4px;
	display:					block;
	float:					left;
}
#photoMenu{
	width:					300px;
	margin-left:			auto;
}
#interPhoto{
	float:					left;
	padding:					4px;
}
h4{
	color:					#484848;
	font-size:				14px;
	line-height:			24px;
	font-weight:			bold;
}
h3{
	color:					#333335;
	font-size:				18px;
	line-height:			30px;
	font-weight:			bold;
}
h2{
	color:					#333335;
	font-size:				24px;
	line-height:			30px;
	font-weight:			bold;
}
h1{
	color:					#535353;
	font-size:				24px;
	line-height:			44px;
	font-weight:			bold;
}


/* Edit: remigius */

.formTextField {
	padding: 				2px;
	width: 					250px;
	height: 					16px;
	background-color: 	#EFEFEF;
	border: 					1px solid #000000;
	border-style: 			dashed;
}

.formButton {
	width: 					100px;
	height: 					24px;
	font-weight: 			bold;
	background-color: 	#000000;
	color: 					#FFFFFF;
}