/* CSS Master Style Sheet, Villa Procaccini, incept: Dec 5, 2007
Author: Benjamin Liu, Designer: Robert Bethanis, GelatinCube */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	color: #8c8c8c;
	font: 65% "Times New Roman", Times, Georgia, serif;
	text-align: center;
}

a img {
	border: 0;
	cursor: pointer;
}

.nomarg {
	margin: 0;
}

#mainarea {
	width: 986px;
	background: url('../img/mainarea_bg.gif') top left repeat-y;
	margin: 0 auto;
	text-align: left;
	
}

#header {
	width: 626px;
	height: 120px;
	background: url('../img/header_bg.jpg') top left no-repeat;
	margin: 0 auto 30px auto;
}

h1 {
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 40px;
}

.wrapper {
	margin: 0 192px;
}

div.imageframe {
	border: 1px solid #aaa;
	padding: 5px;
	float: left;
}

#mainarea p {
	font-size: 1.3em;
	letter-spacing: .2em;
	line-height: 1.8em;
	text-align: justify;
}

strong {
	font-size: 2em;
	font-weight: normal;
}

div.thumbholder {
	text-align: center;
}

div.thumbholder a {
	text-decoration: none;
	color: inherit;
	font: italic .8em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

div.thumbholder p {
	clear: left;
}