body {
	background-color: #231f20;
	margin: 0px;
}

.maintable {
	width: 100%;
	height: 100%;
}

#left {
	width: 225px;
	background-color: #231f20;
}

#right {
	background-color: #231f20;
	background-image: url('../images/bg.jpg');
}

.logo {
	float: left;
	margin-top: 65px;
	margin-left: 15px;
}

#menu {
	margin-top: 280px;
	width: 180px;
	text-align: right;
}

#menu a {
	font-family: Arial;
	font-size: 14px;
	color: #ed3348;
	text-decoration: none;
}

#content {
	width: 567px;
	height: 567px;
	border: 3px solid white;
	float: left;
	margin-left: 120px;
	margin-top: 120px;
}

#textcontent {
	width: 538px;
	height: 538px;
	border: 3px solid white;
	float: left;
	margin-left: 120px;
	margin-top: 120px;
	background-color: white;
	font-family: Arial;
	font-size: 26px;
	color: #ed3348;
}

#textcontent .biglink {
	font-family: Arial;
	font-size: 26px;
	color: #ed3348;
	text-decoration: none;
}

#textcontent a {
	font-family: Arial;
	font-size: 20px;
	color: #ed3348;
	text-decoration: underline;
}

.textmargin {
	float: left;
	margin: 20px;
}

#menu .active {
	color: white;
}

#content .text {
	font-family: Arial;
	font-size: 22px;
	color: #ed3348;
	background-color: white;
}

#myGallery
{
width: 567px !important;
height: 567px !important;
}
