﻿/*
*******************************************************
Title: style.css (CSS Document)
Created: 14/11/2008
*******************************************************
*/

/*body {
	padding: 0;
    margin: 0;  
	background: #f9e188 url(images/bg_about_us.jpg) no-repeat center top;
}*/

body {
	padding: 0;
    margin: 0;  
    background-color: #f8f187; 
}

img {
	border-width: 0px;
}

p {
	font-family: Arial,geneva,verdana,sans-serif;
	font-size: 8pt;
}

li {
	list-style: none;
	font-family: Arial,geneva,verdana,sans-serif;
	font-size: 10pt;
	text-align: left;
	margin: 0 0 0 0px; padding: 0;
}
ul {
	list-style: none;
	font-family: Arial,geneva,verdana,sans-serif;
	font-size: 10pt;
	text-align: left;
	margin: 10px 0 0 0px; padding: 0;
}

h2 {
	list-style: none;
	font-size: 12pt;
	font-family: Arial,geneva,verdana,sans-serif;
	text-align: left;
	margin: 20px 0 0 0px; padding: 0;
}

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

#nav {
	width: 895px;
	margin: 0 auto;
	padding-top: 10px;
}

#topboxes {
	margin-top: 18px;
	margin-left: 10px;
}

#innertopboxes {
	margin-top: 35px;
}

.innertopboxes {
	font-size: 8pt;
	margin: 0 0 8px 0;
}

a.toplink:link {color: #45302c; text-decoration: underline; font-weight: bold; }
a.toplink:visited {color: #45302c; text-decoration: underline; font-weight: bold; }
a.toplink:hover {color: #8a5241; text-decoration: underline; font-weight: bold;  }
a.toplink:active {color: #45302c; text-decoration: underline; font-weight: bold; }

a:link {color: #45302c; text-decoration: underline; font-weight: bold; }
a:visited {color: #45302c; text-decoration: underline; font-weight: bold; }
a:hover {color: #8a5241; text-decoration: underline; font-weight: bold;  }
a:active {color: #45302c; text-decoration: underline; font-weight: bold; }

.style1 {
		text-align: right;
	}
	.style2 {
		margin-top: 25px;
	}
	.style3 {
		text-align: right;
		background-image: url('images/boxes2.gif');
		
	}
	.style4 {
		border-width: 0px;
	}
	.style6 {
		text-align: center;
		background-image: url('images/boxes2.gif');
	}
	.style7 {
		text-align: left;
	}

#maincontent {
	width: 895px;
	margin: 0 auto;
}


/* Figure Images */

#leftcontent {
	position: relative;
	float: left;
	width: 210px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 15px;
	padding: 0px;
}

#rightcontent {
	position: relative;
	text-align: left;
	float: right;
	width: 575px;
	margin: 30px 30px 0 0px;
	padding: 0;
	color: #45302c;
}

#figure1 {
	float: right;
	margin-top: 24px;
}

.leftext {
	text-align:left;
	color: #45302c;
	padding: 0px; margin: 0 10px 7px 0px;
	overflow: auto;
}

/* End of Figure Images */

#footer {
	clear:both;
	width: 895px;
	padding-top: 10px;
	margin: 0 auto;
}

.footer {
	text-align:center;
	font-size: 70%;
	color: #8a5241;
}
