/*
	
*/

* { 
	margin: 0; padding: 0; 
}

body { 
	font: .74em  Verdana, Sans-Serif, Arial; 
	background: white;
	color: #7f7f7f; 
	}

h1 { 
	font: normal 3.4em "Trebuchet MS", Helvetica, Arial; 
	}

h2 { 
	font: normal 1.3em "Trebuchet MS", Helvetica, Arial; 
	color: #FFF; 
	margin: 0 0 15px;
	background: #000;
	letter-spacing: 0.10em;
	padding: 5px 5px 5px 5px;
	}

h3 { 
	font: normal 1.4em Verdana, Helvetica, Arial; margin: 0 0 20px; }

h4 { 
	font: normal 1.2em Verdana, Helvetica, Arial; 
	color: #dfdfdf; 
	margin: 0 0 4px; 

	}

p { 
	margin: 0 0 15px; 
	line-height: 1.6em; 
	}

a { 
	outline: 0; color: #FFFFFF; 
	text-decoration: none; 
	}

li { 
	list-style: none; 
	}

li a:hover {
	color: red;

}

img { 
	outline: 0; border: 0; }

#wrapper { 
	width: 984px; margin: auto; 
	}

.clr { 
	clear: both; 
	}

#logo { float: left; padding: 30px 15px; }
	#logo h1 a { color: #fff; }
	#logo h1 a span { color: #808080; }


#menu { 
	height: 44px; 
	padding: 80px 0 0 4px; 
	background: white;
			
	}
	
#menu li { 
	float: right; 
	font-size: 1.25em; 
	}
		
#menu li a { 
	color: black; 
	margin: 10px 50px 0 0; }
			
#menu li a.current, 

#menu li a:hover { 
	color: #888; 
	border-bottom-style: solid;
	}			
	
#shout { 
	clear: both; 
	text-align: right;
	background: url(../images/header1.jpg) no-repeat; 
	height: 228px; 
	margin: 0 0 30px; 
	padding: 60px 55px 0 30px; 
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: black;
	}
		
#shout h1 { 
	font-size: 2.4em; 
	color: white; 
	margin: 0 0 20px;
	text-align: right;
	 }

#shout h2 { 
	font-size: 2 em; 
	color: white; 
	margin: 0 0 20px;
	text-align: right; 
	 }
		
#shout em { 
	font: 1.2em "Trebuchet MS", Helvetica, Arial; 
	font-weight: bold; 
	line-height: 1.6em; 
	
}

.content { 
	background: #GGG;
	repeat; padding: 20px; 

}

.link { background: #000; color: #fff; padding: 5px 10px; font-size: .9em; }

#main { padding: 20px; }

.col { float: left; width: 292px; margin: 0 30px 15px 0; }

.col.last { float: right; margin-right: 0; }

.colcentre { float: left; width: 620px; padding: 0px 0px 0px 0px }

#footer { clear: both; background: url(../images/line.gif) repeat-x; padding: 20px 20px 10px; font-size: .9em; }
	

#footer p { margin: 0 0 8px; text-align: center;}
