body {
background-color:#2a3a48;
font-family:"Arial", times new roman, sans-serif;
font-size:10.5px;
color:#ffffff;
}

#wrapper {
background-color:#2d5373;
width:700px;
height:300px;
margin:0 auto;
}

.welcome {
font-size:12px;
width:600px;
}

.contact {
float:right;
}

.nav-list {
margin:0 auto;
font-size:12px;
text-align:center;
}

.nav-list li {
display:inline;
list-style:none;
padding-left:1em;
}

.nav-list a{
display:inline;
list-style:none;
}

.nav-list a:hover {
color:#80add2;
text-decoration:underline;
}

.left {
float:left;
}

.title {
font-size:18px;
text-align:center;
}

.main {
margin:auto;
padding:4em;
text-align:justify;
}

.mainimage {
padding:2em;
}

.right {
float:right;
}

.topimg {
float:right;
padding:5em 0 7em 0;
}

#footer {
text-align:center;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration:none;
	color: #80add2;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

