/* CSS Document */

/* main css */
body,td,th {
	font-family: Calibri;
	font-size: 13px;
	color: #000000;
}
body {
	background-image:url(../images/bg1.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
/* End*/


/* Main container */
#AC1 {
	position: relative;
	width: 100%;
	margin: auto;
	top: 0px;
}
#AContainer1 {
	position: relative;
	width: 981px;
	margin: auto;
	top: 0px;	 
}
/* end */

/* Main container */
#AC2 {
	position: relative;
	width: 100%;
	margin: auto;
	top: 0px;	 
}
#AContainer2 {
	position: relative;
	width: 981px;
	margin: auto;
	top: 0px;	 
}
/* end */


/* top row container */
#Content1 {
	float: left;
	width: 981px;
	height: 20px;
	background:none;
}
#Content2 {
	float: left;
	width: 981px;
}
#Content3 {
	float: left;
	width: 981px;
}
#Content4 {
	float: left;
	width: 981px;
	background: #fff;
}
#Content4a {
	float: left;
	width: 475px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 11px;
	background: #FFF;
}
#Content4b {
	float: left;
	width: 217px;
	
}
#Content4c {
	float: left;
	width: 12px;
}
#Content4d {
	float: left;
	width: 217px;
	background:#fff;

}
/* end */
#Footer {
	float: left;
	width: 981px;
}

/* clearing divs */

#AC1:after,
#Content4c:after {
	content:".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
