body {
	text-align:center;
	background-color: #663300;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
}
	
#container {
	margin: 0 auto;
	width: 800px;
	text-align:left;
	background-color: #FFF;
	border: 1px solid #000000;
	background-image: url(../images/carta.jpg);
}   

/* Hide from IE5 Mac  \*/
* html div#container {
   height: 1%;
}
/* */

div#top {
	width: 800px;
	height: 200px;
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	position: relative;
}

div#slogan {
	width: 420px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	float: right;
	position: absolute;
	Bottom: 10px;
	right: 20px;
}

div#content {
	width: 660px;
	float: right;
	text-align: left;
	padding-right: 20px;
	margin-bottom: 5px;
}

div#footer {
	width: 800px;
	height: 4em;
	background-image: url(../images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}	

.testimonial {
	width: 630px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 2px solid #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

ul {
	margin: 0;
	padding: 0;
	}
	
#content ul {
	list-style-image: url(../images/star.gif);
	list-style-type: none;
	list-style-position: inside;
	}

/******************** TOP NAVIGATION **********************/

div#navigation {
	width: 800px;
	float: left;
	background-color: #000000;
	font: 1em verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* Start update by Prabhath
----------------------------------------------------------------------------- */

div#navigation ul {
	list-style-type: none;
}

div#navigation li {
	display: block;
	float: left;
	font: 0.8em/1.9em verdana, sans-serif;
}

/* IE double margin bug \*/
* html div#navigation li {
	display: inline;
}
/* */

div#navigation li a {
	padding: 0px 1em;
	height: 1.9em;	
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Make menu tabs clickable in IE5 \*/
* html div#navigation li a {
	float: left; 	/* Else only the text is clickable in IE */
}
/*  */

div#navigation li a:hover {
	background-color: #993300;
}

div#navigation li.active a {
	color: #FFF;
	background-color: #993300;
}

/*  Display the default cursor to give the impression 
	that the current link is not clickable */
div#navigation li.active a:hover {
	cursor: default;
}

/* End update by Prabhath
------------------------------------------------------------------------------ */

/************* TEXT FORMATTING *******************/

h1
{
	font-family: verdana, sans-serif;
	font-size:1.6em;
	color: #993300;
}

h2
{
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}

h3
{
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	color: #333333;
}

h4
{
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-bottom: 2px;
}

#footer p
	{
	font: 0.6em verdana, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1opx;
	}
	
.signature
{
	color: #993300;
}

/********************* LINKS ***************************/  

a:link {font-family: verdana, sans-serif; font-size: 96%; color: #993300; text-decoration: none;}
a:visited {font-family: verdana, sans-serif; font-size: 96%; color: #993300; text-decoration: none;}
a:active {font-family: verdana, sans-serif; font-size: 96%; color: #330000; text-decoration: none;}
a:hover {font-family: verdana, sans-serif; font-size: 96%; color: #330000; text-decoration: none;}

#footer a:link {color: #FFFFFF;}
#footer a:visited {color: #FFFFFF;}
#footer a:active {color: #000000;}
#footer a:hover {color: #000000;}