body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}

body{
	background: url(images/bg.jpg) repeat;
}
img { border:0px; }

.white
{
	color: #000000;
	background-color:#ffffff;
}

.black
{
	color: #ffffff;
	background-color:#000000;
}

.grey
{
	color: #ffffff;
	background-color:#999798;
}


div#container {
	width: 800px;
	margin: 25px auto 25px auto;
	text-align: left;
}

div#container2 {
	width: 800px;
	height: 700px;
	margin: 25px auto 25px auto;
	text-align: left;
}

div#innerContainer {
	margin:0px 10px 0px 10px;
	position:relative;
	left: 16px;

}

div#header {
	margin: 0px 0px 0px 0px;
	width: 450px;
	padding: 0px 0px;
	background-color:#FFFFFF;	
}

div#homeContent {
	width: 229px;
	text-align:justify; 
	line-height:15px;
	font-size:14px; 
	position:absolute; 
	right: 33px; 
	/* for 3 rows
	top: 25px;*/
	top: 102px;
}

div#homeContent p {
	margin:0px 0px 10px 0px;
}

div#smallContent {
	padding:5px;
}

div#smallContent ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div#smallContent li {
	margin-bottom:5px;
}

div#smallContent p {
	margin:0px 0px 10px 0px;
}

div#topLeftLogo {
	position:absolute; 
	left:20px; 
	top:30px;
}

div#nav_left {
	position:absolute;
	top:135px;
	left:21px;
}

div#nav_left ul {
	list-style-image:none;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav_left li {
	margin: 0px 0px 10px 0px;
}

div#nav_left2 ul {
	list-style-image:none;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav_left2 li {
	margin: 0px 0px 10px 0px;
}

div#footer {
	border-top: 1px solid #000000;
	text-align: center;
	padding: 5px 25px 5px 25px;
	clear:both;
}

#address {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#copyright {
	color: #9f7104;
	font-size: 11px;
}

.clearfix {
	display: block; 
	clear: both; 
}

a:link { color: #4D0B00; }
a:visited { color: #4D0B00; }
a:hover { color: #B0232A; }
a:active { color: #4D0B00; }
