/* ________________________________________________________________________________________________

Theme Name: Le-Amen
Theme URI: http://www.le-amen.co.za/
Description: This is the stylesheet fo the Le-Amen website
Version: 1.0
Author: <a href="http://www.freedomstudios.org/">Graham Holtshausen</a> of <a href="http://www.freedomstudios.co.za/">Freedom Studios</a>
Author URI: http://www.freedomstudios.co.za/
_________________________________________________________________________________________________*/




/* MAIN STYLES __________________________________________________________________________________*/

html, body {
	margin: 0;
	background-image: url(images/bokeh.jpg);
	background-repeat: repeat;
	background-color: #f9f3e9;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #983618;
	border-bottom: dashed #9e9c98 1px;
	line-height: 28px;
}


a {
color: #983618;
}



/* END OF MAIN STYLES ___________________________________________________________________________*/












/* ID STYLES ____________________________________________________________________________________*/


#header {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 693px;
	height: 258px;
}

#welcome {
background-image: url(images/bar-bg.gif);
background-repeat: repeat-x;
background-color: #f9f3e9;

	width: 693px;
	margin-left: auto;
	margin-right: auto;
	
}

#welcome-text {
	width: 400px;
	margin-left: 246px;
	position: relative;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;

}


#docs-text {
	width: 420px;
	background-image: url(images/doc-bg.gif);
	background-repeat: repeat-y;
	padding-left: 257px;
	padding-right: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;

}


.docsbg {
	
	background-image: url(images/doc-bg.gif);
	background-repeat: repeat-y;
	padding-left: 257px;
	padding-right: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;

}

#ie6only #docs-text {
	width: 400px;
	background-color: #f9f3e9;
	padding-left: 257px;
	padding-right: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;

}


#rightcontainer{
	
}


#welcome-text  a:link {
	color: #983618;
	text-decoration: none;
	font-weight: bold;
	}

#welcome-text  a:visited{
	color: #983618;
	text-decoration: none;
	font-weight: bold;
	}
	
#welcome-text  a:hover {
	color: #FFF;
	background-color: #983618;
	text-decoration: none;
	font-weight: bold;
	}	
	

#left-docs{
	width: 180px;
	float: left;
}


#right-docs{
	width: 180px;
	float: right;
}




#news-bar {
	margin-top: -2px;
	width: 162px;
	margin-left: 51px;
	border-top: 1px solid #f7f0e6;

	border-left: 1px solid #c6b597;
	border-right: 1px solid #c6b597;
	z-index: 4;
	float: left;
	background-color: #f7f0e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	padding: 10px;
	
	text-align: justify;
}


#news-bar p {
padding-left: 15px;
}


#ieb-bar {
	width: 162px;
	border-bottom: 4px solid #c6b597;
	border-top: 3px double #c6b597;
	z-index: 3;
	background-color: #e0d7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	padding: 10px;
	margin-left: -10px;
	margin-bottom: -10px;
	text-align: center;
}


#contact-box {
	width: 224px;
	height: 93px;
	background-image: url(images/contact-bg.gif);
	background-repeat: no-repeat;
	margin-left: -32px;
	margin-bottom: -40px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 30px;
}


#contact-box a {
color: #983618;
}


#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	width: 693px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;	
}


#copyright {
	margin-left: 15px;
	font-size: 9px;
	padding-top: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}


#fs {
	margin-right: 15px;
	font-size: 9px;
	padding-top: 10px;
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}



#fs a {
color: Black;
text-decoration: none;
}




#ie6only #news-bar {
	margin-top: -2px;
	width: 162px;
	margin-left: 25px;
	border-top: 1px solid #f7f0e6;

	border-left: 1px solid #c6b597;
	border-right: 1px solid #c6b597;
	z-index: 4;
	float: left;
	background-color: #f7f0e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	padding: 10px;
	text-align: justify;
	overflow: hidden;
}



/* END OF ID STYLES ______________________________________________________________________________*/





/* CLASS STYLES ____________________________________________________________________________________*/

.body10{
	font-size: 10px;
}






/* END OF CLASS STYLES ______________________________________________________________________________*/