* html, body {
	padding: 0;
	margin: 0;
	background-color: #000000;
	font: normal 12px Arial;
	color: #ffffff;
}

h1 {
	font-size: 24px;
	text-align: center;
}
h1.home {
	font-size:43px;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 80px;
	font-weight: normal;
	
}
h2.home {
	font-size:28px;
	font-weight: normal;
	margin-left: 80px;
	margin-top: 5px;
}

a {
	color: #5A8BCE;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#menu {
	background: url(images/african-mask-mambila-suaga.gif) no-repeat 30% 5%;
	height: 450px;
	float: left;
	width: 190px;
}

#menu ul {
	padding-top: 130px;
	list-style-type: none;
}

div.detailspage #menu ul {
	display: none;
}

#menu li {
	padding: 20px 0;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font: bold 16px Arial;
}

div.homepage #menu {
	/*width: 400px;*/
	background: none;
}

div.detailspage #menu {
	width: 140px;
}

#main {
	margin-left: 20px;
	float: left;
	width: 700px;
	padding-top: 150px;
}

div.detailspage #main {
	width: 800px;
	margin-left: 0;
	padding-top: 100px;
}

#main a.back {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}

div.homepage #main {
	padding-top: 70px;
	margin: 0 0 0 30px;
	text-align: center;
	font: normal 14px Chicago, Arial, Helvetica, sans-serif;
}

/* MASKS PAGES */

div.mask {
	font-size: 11px;
	float: left;
	width: 100px;
	height: 202px;
	margin-right: 25px;
	margin-bottom: 30px;
}

div.mask img {
	border: 0;
	margin: auto auto 10px auto;
}

div.details img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 0;
}

div.details div.left {
	width: 360px; 
	float: left; 
	height: 410px;
}

div.details div.right {
	width: 420px; 
	float: right; 
}

/*div.details table {
	position: absolute; 
	margin-top: -300px;
	margin-left: 375px;
	width: 430px;
	font-size: 12px;
}*/

div.details tr {
	vertical-align: top;
}

/* EXPERIENCE AND OPINION PAGES */
div.articlelist, div.gallerylist {
	text-align:left;
	margin-bottom:30px;
}

div.articlelist h2, div.gallerylist h2 {
	font-size:13px;
	
}

div.articlelist p, div.gallerylist p{
	font-size:12px;
	font-weight:normal;
}


div#articleContent {
	/*clear:right;*/
	border:1px solid #000;
}

h1.articleTitle {
	font-size:18px;
	text-align:center;
	margin:60px 0 15px 0;
}

h2.articleSubtitle {
	font-size:14px;
	text-align:center;
	margin:0 0 15px 0;
}

h3.sectionHead {
	font-size:14px;
	text-align:left;
	margin:25px 0 0 0;
}

p.document {
	display:block;
	height:30px;
	background:url(/images/pdf.gif) no-repeat top left #000;
	padding-left:35px;
	font-size:13px;
	font-weight:bold;
	float:right;
	border:0px solid #f00;
	margin:0;
}
			
#articleContent div.imageLeft , #articleContent img.imageLeft {
	float:left;
	margin: 0 15px 15px 0;
	text-align: center;
}

#articleContent div.imageRight, #articleContent img.imageRight {
	float:right;
	margin: 0 0 20px 20px;
	text-align: center;
}

#articleContent span.caption, #articleContent p.caption{
	font-size: 0.8em;
	white-space:normal;
}

#articleContent span.caption a{
	text-decoration: underline;
}
/** upload form **/
label {
	width: 150px;	
	display: block;
	margin: 5px 0 ;
	float:left;
}
select, textarea, input {
	width: 300px;
	margin: 5px 0 ;
}
textarea {
	width: 300px;
	margin: 5px 0 ;
}
#button {
	
	width: 60px;
	margin-left: 388px;
	cursor: pointer;
}
/** photo gallery **/
h2.gallery {
	font-size: 16px;
	
}
#gallery {
	list-style-type: none;
	text-align: right;
	float:none;
	margin-left: -48px;
}
#gallery li {
	float: left;
	margin:10px 10px;
}
#gallery li img {
	border: none;
}

div.pagination {
	clear: both;
	font-weight:bold;
	height: 20px;
	text-align: right;
	width: 594px;
}
div.pagination-top {
	margin:20px 0;
}
div.pagination-bottom {
	margin: 0 0 20px 0;
}
div.pagination a {
	border: 1px solid #fff;
	color: white;
	display: block;
	float: right;
	margin-right: 4px;
	padding: 2px 6px;
	text-decoration: none;
}
div.pagination a.active,
div.pagination a:hover {
	color: white;
	text-decoration: underline;
}