@charset "UTF-8";


body {
	background-color: #000;	
}

p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 170%;
}

h1 {
	font-family: alice;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	color: #29697d;
}

h2{
	font-family: alice;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: #29697d;
}

h3{
	font-family: alice;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #29697d;
}

#wrapper  {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 1600px;
}


#footer {
	background-color: #aba3a3;
	clear: both;
	height: 200px;
	width: 930px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}


.imageframe {
	border: 1px solid #000;
}

.imageframeexp {
	border: 1px solid #000;
	top: 1px;
}

.imageframe-right {
	border: 1px solid #000;
	float:right
}

.imageframe-left {
	border: 1px solid #000;
	float:left
}


.imageframe-center {
	border: 1px solid #000;
	margin-left: 200px;
	margin-top: 40px;
}


.arrow {
	height: 64px;
	width: 64px;
	margin-top: 55px;
	margin-left: 250px;
}


a:link {
	color: #29697d;
	font-family: alice;
}      /* unvisited link */
a:visited {
	color: #1da3a8;
}  /* visited link */
a:hover {
	color: #1da3a8;
}  /* mouse over link */
a:active {
	color: #880000;
}  /* selected link */

/* CSS Document */
