@charset "UTF-8";
/* CSS Document */

body {
    background-color: #6c6969;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #00b2ff;
}
a:link {
    text-decoration: none;
	color: inherit; 
}

a:visited {
    text-decoration: none;
	color:#9EC2D1;	
}

a:hover {
    text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
nav {
    background-color: #ff8830;
    height: 45px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #6c6969;
    text-align: left;
	font-weight:100;
}
nav ul li {
    display: inline-block;
    padding-right: 40px;
}
img {
	height: 160px;
	width: 160px;
}

header {
    border: solid 1px #00b2ff;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 480px;
    text-align: center;
    line-height: 6px;
    margin-top: 75px;
}
h2 {
	font-family:Helvetica, Arial, Sans-serif;
    font-weight: 100px;
	color: #f79a05;
}
h3 {
    color: #05dbf7;
    font-weight: 300px;
    font-size: 14px;
}
#wrapper {
    width: 492px;
    height: 500px;
    margin: 0 auto;
/*    border: solid 1px #00b2ff;*/
}
main {
    border: solid 1px #00b2ff;
    border-radius: 5px;
    margin-left: 8px;
    width: 308px;
    height: 308px;
    font-size: 16px;
    line-height: 26px;
    float: left;
}
#contact {
    border: solid 1px #00b2ff;
    border-radius: 5px;
    width: 172px;
    height: 308px;
    font-size: 18px;
    line-height: 26px;
    float: left;
    text-align: center;
}
main ul li {
    list-style: none;
	text-decoration: none;
	margin-left: -20px;
}
footer {
    background-color: #9ec2d1;
    max-height: 75px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #6c6969;
    text-align: left;
	line-height: .3;
    padding-left: 40px;
}
iframe {
	 border: solid 1px #00b2ff;
	 border-radius: 5px;
	 width: 800px; 
	 height: 700px;
	 margin-top: 50px;
	 overflow:scroll;
}
#gallery {
	margin: 0 auto;
	width: 810px;
}
