/* css Glasgow City of Science default style v1.00 */


/* basic elements */
html {
	margin: 10;
	padding: 10;
	}
body { 
	font: 75% verdana, sans-serif;
	line-height: 1.44449;
	color: #FFFFFF; 
	background: #000000 no-repeat bottom right; 
	margin: 100; 
	padding: 10;
	}
p { 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0; 
	text-align: justify;
	}

h2 { 
	font: normal 1.6em verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #8DA3D3;
	}

h3 { 
	font: normal 1.1em verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #99D186;
	}

h5 { 
	font: normal 0.9em verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #8DA3D3;
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99D186;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99D186;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #99D186;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */


#header { 
	font: italic normal 1.2em verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000000;
        background: #000000;
	}


#content-main {
              background: #000000;
}


#footer { 
	text-align: center;
	font: normal 1.6em verdana, sans-serif;
	letter-spacing: 1px; 
        background: #8DA3D3;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#sponsor { 
	text-align: right;
	margin-left: 20;
        background: #000000;
	}
