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


body{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

#nav{
	text-decoration: none;
	text-align: center;
}

h1{ font-weight: normal;
	text-align: center;
}

hr{
	width: 50%;
}

li{
	list-style-type: none;
	display: inline-block;
}

a{
	text-decoration: none;
	color: mediumpurple;
}


#wrapper
{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height:900px;
	background-color: aquamarine;
}

.box{
	width:200px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
}

#box-right {
	border: 5px;
	border-color: aqua;
	border-style: solid;
	border-radius: 12px;
	width: 200px;
	height: 250px;
	background-color: magenta;
	padding: 20px 20px 40px 20px;
	margin-right: auto;
	margin-left: auto;
}

#box-left {
	border: 5px;
	border-color:chartreuse;
	border-style: solid;
	box-shadow: 10px 10px 5px gray;
	width: 200px;
	height: 200px;
	background-color:aliceblue;
	padding: 20px 20px 20px 20px;
	margin-right: auto;
	margin-left: auto;
}

#p{
	text-align:center;
}