* {
	padding : 0;
	margin : 0;
}

body {
	/*background: #333 url(../images/style/bg.gif) repeat top left;*/
	background:#FFFFFF;
	color: #fff;
	font: x-small/1.4 Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

h3 {
	font : bold 2em "Tahoma", verdana, Arial;
	color: #fff;
	background : transparent;
	margin-bottom : 4px;
}

img {
	border : 0;
	vertical-align:middle;
}

a:link {
	color:#006600;
	text-decoration:none;
}

a:visited {
	color:#006600;
}

a:hover {
	text-decoration:none;
	color: #006600;
}

#content {
	margin:0 0 0 45px;
	background: #fff;
	width: 1050px !important; 
	width /**/:1060px; /* IE5/Win */
	position:relative;
	font-size:110%;
}

#header {
	background-color: #333;
	background:url(../images/style/header_back.png);
}

#header h3 {
	height:100px;
	background:url(../images/style/logo.png) no-repeat;
}

#header h3 span {
	display:none;
}

#maincontent {
	background: #fff;
}

#footer {
	text-align : left;
	/*border-bottom : 5px solid #000;*/
	font-weight: bold;
	padding-left: 20px;
	height : 50px;
	color : #000;
	background: url(../images/style/footer_back.png) top;
}

#footer span {
	font-weight: bold;
	color:#006600;
}