body {
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px 0px;
	padding: 0px;
	}

a:link {
	color: #0066cc;
	text-decoration: none
	}
	
a:visited {
	color: #0066cc;
	text-decoration: none
	}
a:hover {
	color: #ff8c00;
	text-decoration: underline
	}
	
a:active {
	color: red
	}

	
.outline-margin {
	margin: 0px;
	height: 600px;
	width: 800px;
	background-image: url('img/menu/bg.jpg');
	background-repeat: no-repeat;
	}

	.menu
		{
		text-align: center;
		margin: 0px;
		padding: 0px;
		position: relative;
		top: 65px;
		height: 35px;
		width: 590px;
		}
		
	.main {
		font-size: 12px;
		color: #C0C0C0;
		line-height: 18px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		position: relative;
		top: 145px;
		height: 110px;
		width: 640px;
		overflow: hidden;
		}
		
		.main h1 {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 16px;
			line-height: 20px;
			text-align: center;
			margin: 0px;
			padding: 0px;
			}
			
		.main h2 {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 20px;
			color: #CC3300;
			line-height: 22px;
			letter-spacing: 2px;
			text-align: center;
			margin: 10px 0px 0px;
			padding: 0px;
			}
	
	.footer {
		color: #444444;
		line-height: 20px;
		text-align: right;
		vertical-align: middle;
		margin: 0px;
		padding: 0px;
		position: relative;
		top: 135px;
		height: 230px;
		width: 640px;
		}
		
		.footer1 {
			letter-spacing: 1px;
			text-align: center;
			float: left;
			position: relative;
			height: 230px;
			width: 160px;
			}
			
			.footer1 h1 {
				font-size: 12px;
				color: #C0C0C0;
				line-height: 18px;
				margin: 0px;
				padding: 0px;
				}
			
			.footer1 img.qr{
				text-align: center;
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
				}
			
			.footer1 p{
				font-size: 12px;
				color: #cccccc;
				line-height: 16px;
				text-align: left;
				margin: 0px 0px 7px;
				padding: 5px 0px 0px;
				}
				
				.footer p b
					{
					color: #FF6600;
					}
			
		.footer2 {
			float: right;
			position: relative;
			height: 230px;
			width: 460px;
			}
			
			.footer2 h1
				{
				font-size: 12px;
				color: #CC0000;
				line-height: 16px;
				text-align: left;
				margin: 0px;
				padding: 3px 3px 3px 5px;
				background-color: #333333;
				}
			
			.footer2 p
				{
				font-size: 12px;
				color: #FFFFFF;
				line-height: 18px;
				text-align: left;
				margin: 0px;
				padding: 0px;
				}
		
	.c-both {
		clear: both
		}
