@charset "utf-8";

a{
	text-decoration:none;
	color:#032b3b;
}


#main{
	width:950px;
	margin-left: auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logo{
	position:relative;
	top:5px;
	left:5px;
}


#banner{
	position:relative;
	width:950px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	background-color:#7c746c;
}

#contents {
	position:relative;
	width:950px;
	background-color:#7c746c;
}

#navigation{
	position:relative;
	height:50px;
	width:950px;
	background-color:#032b3b;
	
	color:#FFF;
}

#bottomInfo{
	position:relative;
	color:#032b3b;
	background-color:#d3ccc9;
	width:950px;
	height:auto;
	text-align:center;
	padding:10px;
}


/*color boxes stuff*/

#box1{
	position:absolute;
	background-color:#032b3b;
	width:110px;
	height:100px;
	top:-10px;
	left:720px;
	z-index:1;
}

#box2{
	position:absolute;
	background-color:#879aa9;
	width:75px;
	height:235px;
	top:20px;
	left:810px;
	z-index:2;
}

#box3{
	position:absolute;
	background-color:#d3ccc9;
	width:200px;
	height:100px;
	top:70px;
	left:640px;
	z-index:3;
}

/*picture boxes*/

.pic{
	width:auto;
	height:auto;
	padding:2px;
}

.imageRight{
	float:right;
	size:auto;
	margin:25px;
	border-style:solid;
	border-width:2px;
	border-top-color: #879aa9;
	border-left-color: #879aa9;
	border-bottom-color: #d3ccc9;
	border-right-color: #d3ccc9;
}

.imageLeft{
	float:left;
	size:auto;
	margin:25px;
	border-style:solid;
	border-width:2px;
	border-top-color: #879aa9;
	border-left-color: #879aa9;
	border-bottom-color: #d3ccc9;
	border-right-color: #d3ccc9;
}

/* CSS Document */

