/* CSS Document */

body{
	margin:0px;
	font-family: tahoma, Verdana, sans-serif;
	font-size: small;
	text-align:center;
}

#holder{
	width:380px;
	height:540px;
	margin:60px 0 0 0;
	padding-top:60px;
	background-image: url(images/splash_bg.gif);
	background-repeat: no-repeat;
}

#row1{
	width:340px;
	height:129px;
	padding:10px 20px 0px 20px;
}
#row1 h1{
	font:14px Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
	color: #CCCCCC}

h1 a:link, h1 a:visited, h1 a:hover {
	display: block;
	padding: 50px 30px;
	text-decoration: none;
	color: #000000;
}
#row1 h1 a:hover {
	text-decoration: none;
	color: #003366;
}
#row2{
	width:340px;
	height:130px;
	padding:10px 20px 0px 20px;
}

#row2 h1{
	font:14px Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
	color: #CCCCCC}

#row2 h1 a:link, h1 a:visited, h1 a:hover {
	display: block;
	padding: 50px 30px;
	text-decoration: none;
	color: #000000;
}
#row2 h1 a:hover {
	text-decoration: none;
	color: #006633;
}

#row3{
	width:340px;
	height:130px;
	padding:10px 20px 0px 20px;

}

#row3 h1{
	font:14px Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
	color: #CCCCCC}

#row3 h1 a:link, h1 a:visited, h1 a:hover {
	display: block;
	padding: 50px 30px;
	text-decoration: none;
	color: #000000;
}
#row3 h1 a:hover {
	text-decoration: none;
	color: #993366;
}
* html #navigation a {width:1%;}