body {
	width: 800px;
	margin: auto;
	padding: 0;
	text-align: center;
	background-color: #ffffcc;
}

#header {
	margin: 0;
	text-align: center;
}

/* the wrapper holds the whole thing centrally in the browser window */
#wrapper {
	margin: auto;
	padding: 15px 0;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	backgound-color: blue;
	background-image: url('http://www.quintaprofeti.com/img/background.jpg');
	background-repeat: repeat-x repeat-y;
}


#content {
	color: #333;
	text-align: left;
	border: none;
	padding: 5px 10px;
	font: 13px/140% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 165%;
	backgound-color: green;
}

/* main text portion following the titles and group photo */

#main {
	padding: 10px 50px;
}

#main p {text-align: justify;}


/* IE6 Only */
* html #content {
margin-top: 10px;
}

/* IE7 Only */
*:first-child+html #content {
margin-top: 10px;
}

/********************** LINKS **************************/
/* These are the default link styles */
a       {
            text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #990000;
	background: transparent;
}
a:hover {
	/* border-bottom: 1px solid #900; */
	color: #900;
            background-color: #ffffa0;
}
a:visited {
            color: #900;
}


/************************** TYPOGRAPHY *************************/

/* h1 is hidden, and only shows when styles are off. */
h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:  24px;
	font-weight: bold;
	margin: 38px 0 0 20px;
}

#header h1 {display: none;}

h2 {
	font-size: 135%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 0.04em;
	font-weight: bold;
	margin-bottom: 6px;
}

h3 {
	font-size: 125%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 0.04em;
        margin-bottom: 6px;
}


h4 {
	margin-bottom: 4px;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h5 {
	margin-bottom: 4px;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 165%;
}

p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
            margin: 0.3em 0 0.7em 0; 
}

/********************** LISTS ***************************/


/**************** MISCELLANEOUS ***********************/

.title {
	font-size: 135%;
	font-weight: bold;
	color: #900; /* dark blue: 336 */
}

.center {text-align: center;}

.obscure {display: none;}

/* Don't delete this spacer class */
.spacer {clear: both;}

.divider {
            border-bottom: 3px double #999;
            margin-bottom: 10px;
}

embed {text-align: center;}

.image-right {float: right; clear: none; padding: 3px 0 0 0.8em;}
.image-left {float: left; clear: none; padding: 3px 0 0 0.8em;}

/**************** FORMS ******************/
/* General formatting */
checkbox {
border: 1px solid #999999;
padding:1px;
color: #333333;
font-size: 11px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
textarea {
border: 1px solid #999999;
padding:1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input {
border: 1px solid #999999;
padding:1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit
{
border: 1px solid #999999;
padding: 1px;
background-color: #FFF;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
fieldset {padding:10px;}

/* Singup formatting */

#GRSubscribeForm form {
border: 0;
margin: 0;
padding: 0;
}
	
#GRSubscribeForm fieldset {
border: 0;
margin: 0;
padding: 0;
}

/* IE6 Only */
* html #GRSubscribeForm input {
padding-top: 2px;
}

/* IE7 Only */
*:first-child+html #GRSubscribeForm input {
padding-top: 2px;
}

/*************** BUTTON ********************/
.button {cursor: hand; margin-left: 1px; margin-bottom: 1px; backgound: #666; font-size: 100%; font-weight: bold; color: #336; padding: 3px; border: 1px outset #666;}

/* IE6 Only */
* html .button {padding: 2px 0 0 0;}
}

/* IE7 Only */
*:first-child+html .button {padding: 2px 0 0 0;}

/* Built by Simon Collison www.collylogic.com 2004 */
