/* TGWS simple web site CSS */

body {
	margin:0;
	padding: 0;
	}

#header h1 {
	margin-top: 0;
	margin-bottom: -10px;
	padding-top: 10%;
	color: white;
	font-family: Verdana, san-serif;
	font-size: 350%;
	text-align: center;
	}

#header {
	background-color: green;
	}

h3 {
	font-family: Garamond, serif;
	font-weight: lighter;
	color: white;
	letter-spacing: 3px;
	text-align: right;
	padding-bottom: 5px;
	}

#wrapper {
	margin: 0 25%;
	}

#content {
	font-family: arial, san-serif;
	color: #36393D;	/* Shadows grey */
	line-height: 25px;
	}

#content h1 {
	font-size: normal;
	color: #3F4C6B; /* Mozilla blue */
	}

#footer {
	background-color: green;
	color: white;
	font-family: arial, verdana, san-serif;	
	font-style: italic;
	font-size: 70%;
	text-align: right;
	padding: 5px;	
	}

#validbox {
	text-align: right; 
	padding-top: 10px;
	}

.imgfloatright {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666;
	padding: 2px;
	}

.name {
 	color: #356AA0; /* Digg blue */
	font-weight: bold;
	} 