/* CSS Document */

body
{
	background-color: #c5c5c5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px auto;
}

#container
{
	width: 800px;
	text-align: center;
	margin: 0px auto;
	background-image: url(images/body.gif);
}

#header
{
	width: 800px;
	height: 155px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#menu
{
	width: 180px;
	float: left;
	margin: 0 0 0 12px;
}

#content
{
	width: 600px;
	float: left;
	min-height: 380px;
}

#footer1
{
	background-image:url(images/footer.gif);
	width: 800px;
	height: 40px;
	clear: both;
}

#ems_footer
{
	width: 580px;
	margin: 0px auto;
	padding: 0px 0px 0px 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 25px;
}

#body
{
	height: auto;
	margin: 0px 40px;
	text-align: left;

}

input
{
	width: 180px;
}

textarea
{
	width: 180px;
}

p
{
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}

b
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

h1
{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: lighter;
	color: #333333;
}

li
{
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}

td
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

tr
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
