/* CSS Document */

@import url(colors.css);
@import url(menuEn.css);
@import url(boxesEn.css);
@import url(newEn.css);
@import url(contentsEn.css);
html
{
	font-size: 11px;
	font-family: Verdana;
	line-height: 12px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
body
{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
color:#777777;
	font-size:11px;
	padding: 0; 
	margin: 0 auto;
	border-right:solid #f8f8f8 1px;
	width: 1000px;
	
}

a
{
	color:#0071ad}
	a:hover
{
	text-decoration:none}
#sr-body
{
	width:auto;
	
}
table td
{
	text-align: left;
}
p, h3, h4
{margin:0;
	padding:0;}
#content
{
	
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0px;
	*padding: 0;
	border: 0px solid green;
	background: url(images/body-bg.gif) right;
	overflow: auto;


	
}

.header
{
	background: url(images/header-bg.gif) bottom right;
	border: solid red 0px;
	height: 95px;
}
.footer
{
	background: url(images/footer-bg.gif) top right no-repeat;
	height: 15px;
	border: solid orange 0px;
	font-size:0.01px;
}


.copy-right
{
	
	clear: both;
	width: 975px;
	margin: 0 auto ;
	text-align: left;
	color: #969696;
	background: url(images/body-bg2.gif) right;
	padding: 2px 0 4px 25px;
	border: solid orange 0px;
}






.contact-drop
{
	font-size:11px;
	width:100%;
	border:Solid red 0px;
}
.contact-drop td
{
	width:220px;
	white-space:pre
}
.contact-drop td input
{float:left;
	}
.contact-drop td label
{display:block;
	float:left;}











