/* toddwatts.com css: use with the homepage-- index.html */body{	margin: 0;	padding: 0;	background: #000;	text-align: center; }	#wrapper{	margin: 0 auto;	padding-top: 57px;	width: 1025px;	height: 775px;	background-image: url(/images/ourDragonSplash-bg.jpg);	background-repeat: no-repeat;	background-position: 0 57px;	}.navrow{	margin: 0;	padding: 0;	width: 100%;	height: auto;	}.navigation{	margin: 0;	padding: 0;	width: 820px;	height: auto;	}ul.navigation{	list-style-type: none;	margin: 0;	padding: 0 0 0 205px;	height: auto;	}ul.navigation li{	margin: 0;	padding: 0;	width: 205px;	height: 154px;	float: left;	}ul.navigation li a{	color: #000;	text-decoration: none;	font-weight: 700;	line-height: 175%;	font-size: 115%; 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	letter-spacing: .03em;	z-index: 10; }li#a1 a{	display: block;	padding: 0;	width: 205px;	height: 154px;	background-color: #fff;	opacity:0.3;	filter:alpha(opacity=30);}li#a1 a:hover{	color: #ffd162;	opacity:1.0;	filter:alpha(opacity=100);	background-color: transparent;	}li#a2 a{	display: block;	padding: 0;	width: 205px;	height: 154px;	background-color: #fff;	opacity:0.5;	filter:alpha(opacity=50);}li#a2 a:hover{	color: #ffd162;	opacity:1.0;	filter:alpha(opacity=100);	background-color: transparent;	}li#a3 a{	display: block;	padding: 0;	width: 205px;	height: 154px;	background-color: #fff;	opacity:0.3;	filter:alpha(opacity=30);	}li#a3 a:hover{	color: #ffd162;	opacity:1.0;	filter:alpha(opacity=100);	background-color: transparent;	}li#a4 a{	display: block;	padding: 0;	width: 205px;	height: 154px;	background-color: #fff;	opacity:0.5;	filter:alpha(opacity=50);	}li#a4 a:hover{	color: #ffd162;	opacity:1.0;	filter:alpha(opacity=100);	background-color: transparent;	}img{ border: none;	float: right;}/*   E N D   */