* { margin: 0; padding: 0; border: 0; }
body {
	font-family: Tahoma;
	font-size: 11px;
	background: #D0D0D0 url(images/tlo.gif) repeat-x;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #484244;
}
input, textarea, select { border: 1px #A2A2A2 solid; }

h1 { font-size: 13px; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }
h4,h5,h6 { font-size: 10px; }

#top, #main, #footer, #footer-menu {
	margin: 0 auto;
	width: 856px;
	overflow: hidden;
	clear: both;
}

/**** TOP ****/
	#top {
		margin-top: 8px;
		position: relative;
	}
	#top a {
		color: #3D3D3E;
		text-decoration: none;
	}
	#top img { display: block; }
/**** /TOP ****/
/**** MAIN ****/
	#main { background: url(images/main-tlo.jpg) top left repeat-y; }
	
	#content {
		padding-right: 10px;
		width: 623px;
		float: left;
		color: #484244;
		background-image: url(images/main-2.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	#content a {
		font-weight: bold;
		color: #4A4144;
		text-decoration: none;
	}
	#content h1 {
		padding: 34px 0;
		font-size: 18px;
		font-style: italic;
		font-weight: bold;
		color: #575758;
	}
	#content ul { margin-left: 35px; }
	.box {
		float: left;
		margin: 5px 11px;
		width: 181px;
	}
	.box p { padding-left: 13px; }
	
	#content-2nd {
		width: 223px;
		float: left;
		color: #F8F8F8;
		background-image: url(images/main-1.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#content-2nd a {
		color: #F8F8F8;
		text-decoration: none;
	}
	
	/*MENU*/
	#menu {
		margin-left: 37px;
		width: 183px;
		font-weight: bold;
		background-image: url(images/menu-t.gif);
		background-position: left;
		background-repeat: repeat-y;
	}
	#menu a:hover { color: #FF8706; }
	#menu ul {
		margin-left: 30px;
		margin-bottom: 15px;
		list-style-image: url(images/sp.gif);
	}
	#menu ul li {
		font-size: 12px;
		font-style: italic;
		padding: 3px 0;
	}
	/*/MENU*/
	/*NEWSLETTER*/
	#newsletter {
		position: relative;
		margin-top: 17px;
		margin-left: 42px;
		background-image: url(images/nwsltr-tlo.gif);
		background-position: left;
		background-repeat: repeat-y;
	}
	/*/NEWSLETTER*/
/**** /MAIN ****/
/**** FOOTER ****/
	#footer {
		height: 129px;
		text-align: left;
		background: #E4E1E1 url(images/footer-tlo.jpg) no-repeat;
	}
	#footer img { margin: 68px 14px 0 28px; }
	
	#footer-menu {
		font-weight: bold;
		color: #515050;
		text-align: center;
	}
	#footer-menu a {
		color: #515050;
		text-decoration: none;
	}
	#footer-menu ul, #footer-menu ul li {
		list-style: none;
		display: inline;
	}
	#footer-menu ul li {
		padding: 2px 5px;
		border-right: 1px #515050 solid;
	}
	#footer-menu li:last-child { border-right: 0; }
/**** /FOOTER ****/