/* CSS version 2.0, by Boris Cherny. */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #6183ad url(http://homepage.mac.com/dtrull/pix/modern/background_big.gif) center repeat-y;
	color: #000000;
	font-family: Palatino Linotype, Palatino, Book Antiqua, Georgia, Times New Roman, serif;
	font-size: 90%;
	text-align: center;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00009C;
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #6183ad;
	border-top: 1px solid #6183ad;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 130%;
	font-weight: normal;
	margin: 10px 0;
	background: #d7e5ef;
}
input {
	background: #385585;
	margin: 2px 20px;
	width: 140px;
}
#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #000000;
	list-style-position: inside;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(http://homepage.mac.com/dtrull/pix/modern/background.gif);
	background-image: url(http://homepage.mac.com/dtrull/pix/modern/header_big.gif);
	background-image: url(http://homepage.mac.com/dtrull/pix/modern/selector.gif);
	background-image: url(http://homepage.mac.com/dtrull/pix/biscuitblue.jpg);
	background-image: url(http://homepage.mac.com/dtrull/pix/lbeblue.jpg);
	background-image: url(http://homepage.mac.com/dtrull/pix/copyright.jpg);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(http://homepage.mac.com/dtrull/pix/modern/header_big.gif) center no-repeat;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	height: 100px;
	line-height: 120px;
	text-indent: 0px;
}
#nav {
	padding-bottom: 20px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #c9dcea;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #c9dcea url(http://homepage.mac.com/dtrull/pix/modern/selector.gif) center right no-repeat;
	color: #1B2943;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(http://homepage.mac.com/dtrull/pix/modern/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 0px solid #c9dcea;
	margin: 0px 28px;
	padding: 0px 0px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	margin-right: 25px;
	padding: 12px 40px 0px 9px;
}
#column2 p {
	line-height: 170%;
	padding-bottom: 12px; 
}
#footer {
	clear: both;
	color: #000000;
	font-size: 80%;
	padding: 10px 0 10px 0;
	margin-left: 200px;
}
#footer a {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #00009C;
	text-decoration: underline;
}