*{margin:0; padding:0; borders:none;}

body
{
	background-image: url(../img/wood6.jpg);
}

#container{
	padding: 20px 0;
}

img 	{
	border-style: none;
}

#nav
	{
	list-style-type: none;		/* removes bullets */
	width: 350px;		/* sets the width of the entire nav bar */
	text-align: center;	/* aligns all the links to be centered */
	margin: auto;
	margin-top: 2em;
	padding-top: 2em;
	}
	
#nav li
	{ display: inline; padding:0 10px; }	/* makes the list horizontal */
	

button {
	color:white;
	text-decoration:none;
	padding: 0.1em 1em;
	background: #dcdcdc url(../img/darkmb.jpg);
	font-size: 1.2em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

a:link {text-decoration: none;}

p {
	font-size: 1.1em;
}

.c1 {
	margin: 20px 15% 0 5%;
	overflow: hidden;
	padding: 3%;
	text-align: justify;
	font-family: OpenSansLight, Arial, sans-serif;
	background-image: url(../img/marble.jpg);
	background-repeat: repeat;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-moz-box-shadow:    7px 7px 3px #3A3131;
 	-webkit-box-shadow: 7px 7px 3px #3A3131;
	box-shadow:         7px 7px 3px #3A3131;
}

.picleft {
	width: 31.3%;
	float:left;
	margin: 5px 1%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow:    5px 5px 2px #3A3131;
 	-webkit-box-shadow: 7px 7px 3px #3A3131;
	box-shadow:         5px 5px 2px #3A3131;
	
}

.picright {
	width: 31.3%;
	float: right;
	margin: 5px 1% ;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow:    5px 5px 2px #3A3131;
 	-webkit-box-shadow: 7px 7px 3px #3A3131;
	box-shadow:         5px 5px 2px #3A3131;
}

.c2 {
	
	padding: 20px 0 20px 20px;
	margin: 20px 5% 0 15%;
	overflow: hidden;
	padding: 3%; 
	text-align: justify;
	font-family: OpenSansLight, Arial, sans-serif;
	background-image: url(../img/marble.jpg);
	background-repeat: repeat;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-moz-box-shadow:    7px 7px 3px #3A3131;
 	-webkit-box-shadow: 7px 7px 3px #3A3131;
	box-shadow:         7px 7px 3px #3A3131;
}

