/* CSS Document */
body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a:link{
	text-decoration: none;
	color:#E84D1F;
}
a:visited{
	text-decoration: none;
	color:#E84D1F;
}
a:hover{
	text-decoration: underline;
}
#wrapper{
	width: 1024px;
	height: auto;
	margin: -15px auto 0 auto;
	text-align: left;
}
#banner{
	width: 1024px;
	height: 225px;
	background-image:url(../images/bgtop.jpg);
	background-repeat:repeat-x;
}
#batch{
	width: 245px;
	height: 245px;
	margin: 20px 0 0 80px;
	background-image:url(../images/bgbatch.png);
	background-repeat:no-repeat;
	float: left;
}
#batch p{
	padding: 100px 0 0 15px;
}
#bannerpics{
	width: 660px;
	height: 105px;
	margin: 0 0 0 345px;
	padding-top: 90px;
	/*margin: -175px 20px 0 350px;*/
}
.clear{
	clear: both;
	height: 0px;
}
#container{
	width: 1024px;
	height: auto;
	
	/*background-image:url(../images/bgcontainer.jpg);
	background-repeat:repeat-y;*/
}
#menu{
	float: left;
	width: 210px;
	height: auto;
	margin-top: 11px;
	margin-left: -225px;
	background-color:#dedede;
	
}
#menu ul{
	margin-top: 20px;
}
#menu li{
	padding-bottom: 20px;
	list-style-type:none;
	list-style-image:url(../images/listimage.jpg);
}
#menu li#active{
	font-weight:bold;
}
#menu a:link{
	text-decoration: none;
	color:#000000;
}
#menu a:visited{
	text-decoration: none;
	color:#000000;
}
#menu a:hover{
	text-decoration: underline;
}
#proximedia{
	text-align: right;
	padding: 0 5px 5px 0;
}
#proximedia a img{
	border:none;
}
#content{
	width: 600px;
	heigt: auto;
	margin: -20px 0 20px 375px;
	text-align:justify;
}
h1{
	font-size:14px;
	font-weight: bold;
}
h2{
	font-size:12px;
	font-weight: bold;
}
#footer{
	width: 1024px;
	height: 59px;
	background-image:url(../images/bgfooter.jpg);
	background-repeat:repeat-x;
}
table{
	text-align: center;
}
td.tdleft{
	padding-right: 20px;
}
td img{
	border: 1px solid #E84D1F;
}

