@charset "UTF-8";
body {
	background-image: url(images/paper_background.jpg);
	background-repeat: repeat;
}
/* CSS Document */
#mainContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/white_background.png);
	padding-top: 30px;
	padding-right: 90px;
	padding-bottom: 30px;
	padding-left: 90px;
	background-repeat: no-repeat;
}
#subContainer {
	height: 460px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 0.8em;
	color: #BBB8B3;
}
#market {
	float: left;
	width: 229px;
	height: 425px;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 18px;
	line-height: 1.5em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DE1922;
}
#about {
	float: left;
	height: 425px;
	width: 229px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #DE1922;
	border-left-color: #DE1922;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 18px;
	line-height: 1.5em;
}
#size {
	float: left;
	height: 425px;
	width: 229px;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 18px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DE1922;
}
.copyright {
	font-size: 0.7em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#contact {
	font-family: Verdana, Geneva, sans-serif;
	width: 380px;
	font-size: 0.8em;
	text-align: right;
	margin-right: 100px;
	color: #DE1922;
}
#icons {
	text-align: right;
	float: right;
	padding-top: 95px;
}
#header {
}
.center {
	text-align: center;
	color: #86cac9;
	font-size: 1em;
	font-weight: bold;
}
a:link {
	color: #BBB8B3;
	text-decoration: none;
}
a:visited {
	color: #BBB8B3;
	text-decoration: none;
}
a:hover {
	color: #DE1922;
	text-decoration: none;
}
a:active {
	color: #BBB8B3;
	text-decoration: none;
}
