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

*	{margin: 0px;
	 padding: 0px;
	 border: none;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #636;
	text-align: center;
	background-image: url(gfx/salvolotile2b.png);
	background-repeat: no-repeat;
	background-position: center top;
}



#wrapper {
	font-size: 100%;
	background-color: #636;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 500px;
	font-weight: bold;
	color: #E7DC10;
}


/*class to be applied to all content divs wanted with the round cornered design */

.contentbox {
	color: #636;
	background-color: #F1EFF8;
	background-image: url(gfx/tile-p-1.png);
	background-repeat: repeat-x;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #EC23EC;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 30px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 30px;
}



/*example of a content div with an id.  Apply the content box class AS WELL*/

#left {
	padding: 10px;
	width: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}

#right {
	padding: 10px;
	width: 230px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
}
