
	body,
	html {
		margin:0;
		padding:0;
		background:#FFF url('background.jpg') top left repeat;
		color:#000;
	}
	body {
		min-width:920px;
		margin-bottom: 30px;

	}
	a-link {
		color: #000;
		text-decoration: none;
	}
	v-link {
		color: #ff741d;
		text-decoration: none;
	}
	#space {
		height:30px;
	}
	#wrap {
		margin:0 auto;
		margin-top: 0px;
		width:910px;
		min-height: 490px;
		background: #FFF url('body.jpg') top left repeat;
	
	}
	#header {
		background: url('header.jpg') no-repeat center top;
		height:121px;
		margin:0 auto;
		margin-top: 0px;
		width:910px;
	}
	#menu {
		background: url('menu.jpg') no-repeat center top;
		width: 192px;
		float: left;
		margin:0 auto;
		margin-top: 0px;
		height: 250px;
		text-align: right;
	}
	#main {
		float: right;
		padding-top: 15px;
		padding-right: 20px;
		margin:0 auto;
		margin-top: 0px;
		width: 698px;
		min-height: 250px;
		color: #000;
		font-family: Verdana;
	}
	#main a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	#footer {	
		background: url('footer2.jpg') no-repeat center bottom;
		clear: both;
		text-align: center;
		width: 910px;
		height: 55px;
		padding-top: 54px;
		color: #fff;
		font: 50% Verdana;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	