@charset "UTF-8";
/* CSS Document */

* {
	margin:0;padding:0;
}
html, body {
	height: 100%;
	background-color: #e1e1e1;
	background-image:url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
body,td,th {
	color: #666666;
	font-size: 0.8em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background-color:#222222;
	background-image: url(images/footer_bg_image.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
#copy{
	width: 500px;
	margin: auto;
	padding: 15px 0px 0px 0px;
	text-align: center;
}	

#m-t{
	margin: auto;
	padding: 40px 5px 30px 5px;
}

#left{
	background-image: url(images/LEFT.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 450px;
	height: 550px;
	}
	
#about{
	background-color: #FFFFFF;
	height: 240px;
	padding: 10px;
	border:10px solid #E5E5E5;
	line-height: 1.4em;
}
#contact{
	background-color: #FFFFFF;
	height: 170px;
	padding: 10px;
	border:10px solid #E5E5E5;
	line-height: 1.4em;
}

.em1{
	color: #555555;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
.image{
	margin:5px;
}
#ccc{
	background-color: #FFFFFF;
	height: 500px;
	padding: 10px;
	border:10px solid #E5E5E5;
	line-height: 1.4em;
}
/*
