 body { 
	background-color: #fff;
}

 div.body {
	text-align:	center;
}

 div.left {
	text-align:	left;
	font-size:	0.9em;
}

 img {
	border:		0;
}

 img.name {
	margin-bottom:	3em;
}

 img.name-gal {
	margin-bottom:	0.7em;
}

 h1, h2, h3 {
	font-family:	verdana, arial, sans-serif;
	font-size:	0.8em;
}

 h1.logoleft {
        text-align:     left;
 }

 .title {
	font-style:	italic;
 }
 p {
	font-family:	verdana, arial, sans-serif;
	font-size:	1.1em;
}

 p.left {
	text-align:	left;
}

 p.dev {
	margin-right:	10px;
}

 a {
	text-decoration:none;
	color:		#008080;
}

 a:visited {
	text-decoration:none;
	color:		#008080;
}

 a.link {
	padding-left:	20px;
}

 table {
	width:		100%;
	height:		350px;
}

 table#frontPage {
	height:		150px;;
}

 td.front1 {
	width:		33%;
	vertical-align:	top; 
	text-align:	left;
}

 td.front2 {
	width:		33%;
	text-align:	center;
}

 td.front3 {
	width:		34%;
	vertical-align:	bottom; 
	text-align:	left;
}

 table.shell {
	width:		740px;
	height:		100%;
/* Mozilla center hack (or is that MS ignorence?) */
	margin-left: 	auto; 
	margin-right: 	auto; 

}

/* Only one box instance */

 #box {
	border:		black 1px solid;
	padding:	10px;
	font-size:	0.8em;
	line-height: 	1.1em;
	color:		#808080;
	background-color: #fff;
	text-align: 	justify;
	width:		300px;
	margin-top:	3em;
}

 #boxi {
        border:         black 1px solid;
        padding:        10px;
        font-size:      0.8em;
        line-height:    1.1em;
        color:          #808080;
        background-color: #fff;
        text-align:     justify;
        width:          400px;
	margin-top:	5em;
}

 #boxr {
        border:         black 1px solid;
        padding:        10px;
        font-size:      0.8em;
        line-height:    1.1em;
        color:          #808080;
        background-color: #fff;
        text-align:     justify;
        width:          300px;
        margin-top:     1.7em;
}

