/* CSS Document - mangelete_style.css 
copyright Ella Romanos 2008 ella@designedforafrica.org
*/



/**main settings*/
body {
	font-size:85%;
	font-family:Georgia;
	/*background-image: url(images/design/bkgrnd.png);*/
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color: #000000;
	margin:0px 0px 0px 0px;
	text-align:center;
	background-position:top center;

}

#banner{
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 62px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	top:100px;
	right:10px;
}

#menu{
	text-align: left;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:15px;
	font-size:0.9em;
}

#menuSelected{
	text-decoration:underline;
	}


#menu a{
	text-decoration:none;
	}
	
#menu a:hover{
	text-decoration:underline;
	color:#000000;
	}	

h1{
	font-size:1.1em;
	margin: 0;
	text-decoration:underline;
	font-stretch:condensed;
	padding:0;
	position:relative;
	bottom:5px;
	}

h2 {
	font-size:1em;
	margin: 0;
	font-weight:bold;

}



#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
		position:relative;
	top:100px;
}

img{
border:0
}


#bottomBorder{
    height:19px;
    width:760px;
    background-repeat: no-repeat;
    margin-left:20px;

}

#leftcolumn {
  	padding:0px 10px 10px 10px;
    width: 330px;
    float: left;
}

#rightcolumn {
  	padding:0px 10px 10px 10px;
 	width: 330px;
 	float: right;
}

#onecolumn {
	padding: 10px;
    width: 650px;
    float: left;
}

#column1 {
    padding:5px;
    background-image: url(images/middle.jpg);
    background-repeat: repeat-y;
    width: 100%;  
}

#column1admin {
    padding:5px;
  
    width: 100%;  
}

/**bottom banner*/

.bottombanner {
	margin-left:25px;
	font-size:0.9em;
	line-height: 40px;
	position:relative;
    bottom:0px;
}

#lefttext {
	padding-right: 5em;
}

#righttext {
	padding: .2em 5.5em;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

a:link, a:active, a:visited{
	color: #000000;
}

a:hover{
	color: Grey;
}


.line{
    border-top:1px solid #000;
    padding-bottom:1.5em;
}

#sizePic{
	max-width:330px;
	width:expression(this.width > 330? "330px": this.width );
	border:0;
	padding:0;
	 border:1px solid #000;

}

#logoSize{
	max-width:70px;
	width:expression(this.width > 70? "70px": this.width );
	border:0;
	padding:0;
	 border:0;
	 vertical-align:middle;

}

.picAlign {
    width: 330px;
	text-align:center;
	margin-bottom:15px;
}

.red{
	color:#FF0000;
	
}

#alignRight{

	text-align:right;
	}
	
	/**non-link horizontal lists */

#listStyle{
		width:760px;
	 text-align:center;
	 

	}

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

#listStyle ul li {
	display: inline;
}

#bigbottomtext{
	font-weight:bold;
}

