@charset "UTF-8";
body {
	background-color: #cabebf;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.container {
	height: 550px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 30px;
}
.menu {
	float: left;
	height: 550px;
	width: 470px;
	background-image: url(photos/Images/company.jpg);
}
.content {
	height: 530px;
	overflow: auto;
	position: relative;
	width: 510px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.container .menu table {
	margin-left: 280px;
	margin-top: 20px;
}
.gallery img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
