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;
		float: right;
		position: relative;
		top: 150px;
		right: 80px;
		height: 170px;
		width: 420px;
		overflow: hidden;
		}
		
		.box2 {
			text-align: center;
			margin: 0px;
			padding: 0px;
			float: left;
			position: relative;
			height: 160px;
			width: 200px;
			}
			
		.box3 {
			text-align: center;
			margin: 0px;
			padding: 0px;
			float: right;
			position: relative;
			height: 160px;
			width: 200px;
			}
	
	.box1 {
		float: left;
		position: relative;
		top: 150px;
		left: 80px;
		height: 160px;
		width: 200px;
		}
	
	
	.footer {
	color: #444444;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	position: relative;
	top: 150px;
	height: 155px;
	width: 640px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
		
		.footer1 {
			letter-spacing: 1px;
			text-align: left;
			float: left;
			position: relative;
			height: 155px;
			width: 200px;
			}
			
			.footer1 p{
				font-size: 12px;
				color: #FFFFFF;
				line-height: 16px;
				margin: 0px 0px 7px;
				padding: 0px;
				}
				
				.footer p b
					{
					color: #FF6600;
					}
			
		.footer2 {
			float: right;
			position: relative;
			height: 155px;
			width: 420px;
			}
			
			.footer2 h1
				{
				font-size: 12px;
				color: #CC0000;
				line-height: 16px;
				text-align: left;
				margin: 0px;
				padding: 3px 3px 3px 5px;
				background-color: #333333;
				}
		
	.c-both {
		clear: both
		}
