/* CSS Sylesheet for Top Graphics Guy site developed by Jacqueline Male January 2008 */

a {	
	color: #3366CC;	
	text-decoration: none
}
body {	
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9em;	
	line-height: 2em;	
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}

#content {
	margin:0 auto 0 auto;
	width:58em;
	background: #FFFFFF;
	}
	
	
#banner {
	margin:0 auto 0 auto;
	width:58em;
	background:url(../images/TGG_Banner_1-1.jpg) no-repeat;
	height:7.75em;
	}
	
#nav-bar {
	margin:0 auto 0.25em auto;
	height:1.75em;
	background: url(../images/TGG_S_2.jpg);
	font-size:0.9em;
	}

	
#nav ul {
	list-style:none;
	margin:0;
	}

#nav li{
	display:inline;
	}
#nav a:link, #nav a:visited {
	padding:0 0.75em 0 0.75em;
	color: #00CCFF;
	}
	
#nav a:hover {
	color: #0099CC;
	}
	
#main {
	width:56.5em;
	margin:1.5em auto 1.5em auto;
	padding:0.5em;
	font-size:0.95em;
	text-align:center;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:200%;
	margin:0.25em;
	text-align:center;
	}

h2 {
	color: #CCCCCC;
	border-bottom:thin solid #CCCCCC;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
table {
	color: #333333;
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	text-align:center;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}

#footer { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	font-size: 0.65em;
	font-weight: lighter;
	line-height: 1.83em;
	color: #CCCCCC;
	background: url(../images/TGG_S_2.jpg);
	text-align:center;
	padding:0.25em;
	}

.clear{ clear:both;
}

.small {
	font-size:10px;
	}
.header-background {
	background:url(../images/TGG_S_4.jpg);
	}

.center {
	text-align: center;
	}