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: 140px;
		height: 330px;
		width: 640px;
		overflow: hidden;
		}
		
	.c-both {
		clear: both
		}
