@charset "UTF-8";
/* CSS Document */
body {}
.container {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: rgba(241, 15, 19, 1.00);
	word-spacing: 1px;
	height: 800px;
	width: 800px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted rgba(34, 34, 34, 1);
	background-image: url(../images/trademark-symbol.svg.png);
	opacity: .7;
	-webkit-box-shadow: 0px 0px rgba(0,0,0,1.00);
	box-shadow: 0px 0px rgba(0,0,0,1.00);
}
.header {
  height: 100px;
  width: 800px;
}
.nav {
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  word-spacing: 5px;
  line-height: 110%;
}
/*.text{
	background-color: rgba(0,0,0,1.00);
	opacity: .7;
}*/
.aside-right {
  float: right;
  height: 275px;
  width: 210px;
  clear: right;
  background-image: url(../images/Right-aside.jpg);
}
.aside-left {
  margin-bottom: 10px;
  float: left;
  height: 600px;
  width: 120px;
  clear: left;
  background-image: url(../images/left-aside.jpg);
}
.footer {
  clear: both;
  height: 25px;
  width: 800px;
}
h1 {
  font-size: 30px;
}