/*
   ********************************************************

   	default_css.css - Default sytle sheet for the index page (Amaniampong-Amass webpage).

   	@author: Oposinii�
             Mampong Ash.
	    	 14-May-2008. 08:45:00.
	    	 oposinii@hotmail.co.uk

   ********************************************************
*/

*{
	margin:					0px;
	padding:				0px;
}

body{
	background-color:		#ffffff;
	/*background-position:	top left;
	background-image:		url(../images/Background_Gradient.gif);
	Background-repeat:		repeat-x;*/
}

div#mainBodyWrapper{
	position:				relative;
	width:					100%;
	height:					100%;
	background-color:		#ffffff;
}

/*----------------------------------------------*/
div#header{
	float:					left;
	clear:					both;
	width:					100%;
	height:					80px;
	background-image:		url(../images/layout/Header.gif);
	background-repeat:		repeat-x;
}

div#headerContentWrapper{
	/*float:					left;*/
	margin:					auto;
	width:					800px;
	height:					80px;
    background-image:		url(../images/layout/Header.gif);
	background-repeat:		repeat-x;

}

div#amassMenu{
	float:					left;
	margin-top:				7px;
	width:					125px;
	height:					75px;
}

div#amassMenu a{
	border-style:			none;
	text-decoration:		none;
}

div#amassMenu a img{
	border-style:			none;
}

div#menu{
	float:					right;
	margin-top:				15px;
	width:					600px;
	height:					50px;
	color:					white;
}

div#menu ul{
	float:					right;
	padding-top:			25px;
	list-style-type:		none;
}

div#menu ul li{
	display:				inline;
	padding:				1px 10px;
	font-family: 			arial,'Trebuchet MS',Verdana, sans-serif;
	font-size: 				12pt;
	font-weight:			bold;

}

div#menu ul li a{
	border-style:			none;
	text-decoration:		none;
	color:					#a6c2ec;
}

div#menu ul li a:hover{
	color:					#e4ebf7;
	border-bottom:			1px solid #e4ebf7;
}

/*------------------------------------------------*/
div#body{
	float:					left;
	clear:					both;
	width:					100%;
	min-height:				500px;
	background-color:		#ffffff;
	background-image:		url(../images/layout/BodyGra.gif);
	background-repeat:		repeat-x;
    
}

div#bodyContentWrapper{
	/*float:					left;*/
	margin:					auto;
	padding-top:			45px;
	width:					800px;
	min-height:				380px;
    background-image:		url(../images/layout/BodyGra.gif);
	background-repeat:		repeat-x;
	
}


/*------------------------------------------------*/
div#footer{
	float:					left;
	clear:					both;
    margin-top:             10px;
	width:					100%;
	height:					85px;
	background-image:      url(../images/layout/FooterBkg.gif);
	background-repeat:     repeat-x;
	background-color:      #ffffff;
	/*border:					1px solid red;*/
}

div#footerContentWrapper{
	/*float:					left;*/
	margin:					auto;
	width:					auto;	
}

div#footerContent{
	margin:					auto;
	width:					800px;
	font-size: 				9pt;
	font-family: 			'Trebuchet MS',Verdana, sans-serif;
	text-align:				center;
	color:					#1a394a;
	padding-top:			10px;
    background-image:      url(../images/layout/FooterBkg.gif);
	background-repeat:     repeat-x;
}





