@charset "utf-8";
html {
	font-size: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(images/flowers.jpg);
}
#ud-main-container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#ud-header {
	background-color: #00E6FF;
	height: 160px;
	width: 978px;
}
#menu-container {
	background-color: #414665;
	height: 25px;
	width: 978px;
	color: #FFFFFF;
}
#body-container {
	background-color: #00E6FF;
	width: 978px;
	color: #000000;
	text-align: left;
	overflow: auto;
	margin-top: 10px
}
#ud-footer {
	background-color: #414665;
	clear: both;
	width: 978px;
	color: #FFFFFF;
	text-align: left;
	height: 15px;
}
#ud-border {
	width: 1000px;
	background:rgba(255,255,255,0.5);
}
#top-border {
	height: 11px;
}
#bottom-border {
	height: 11px;
}
#left-column {
	float: left;
	width: 49%;
	height: 380px;
}
#right-column {
	float: right;
	width: 49%;
	height: 380px;
}
#second-box {
	width: 978px;
}
#lift-left-column-1 {
	float: left;
	height: 500px;
	width: 49%;
}
#lift-right-column-1 {
	float: right;
	height: 500px;
	width: 48%;
}
#lift-left-column-2 {
	float: left;
	width: 49%;
	height: 560px;
}
#lift-right-column-2 {
	float: right;
	width: 49%;
	height: 560px;
}
#lift-second-box {
	width: 978px;
}

#max-left-column-1 {
	float: left;
	width: 49%;
	height: 675px;
}
#max-right-column-1 {
	float: right;
	width: 49%;
	height: 675px;
}
#max-left-column-2 {
	float: left;
	width: 49%;
	height: 490px;
}
#max-right-column-2 {
	float: right;
	width: 49%;
	height: 490px;
}
