BODY {
	margin:0;
	padding:0;
	background-repeat : repeat-y;
	background-position : top left;
	background-color: #F2F2F2;
    background-image : url("images/bg-pattern.gif");
	font-size: 90%;
}

img{
	border: none;
	display: block;
}

img.tux{
	float: right;
	margin-bottom:15px;
	margin-left: 19px;
}

h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size : x-large;
	font-weight : bolder;
	color : #333333;
}

h2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size : large;
	font-weight : bolder;
	color : #333333;
}

h3{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size : large;
	font-weight : bolder;
	color : #666666;
}

p{
	font-family: Georgia, Times New Roman, Times, serif;
}

.powder {
	font-size: 1.15em;
	font-weight: bold;
}

li{
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1.5em;
}

#address{
	margin-right: 12px;
}

#header{
	clear:both;
	float: right;
	background-color : #9DC9E2;
	height :100px;
	width: 100%;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	color: White;
	padding: 0;
	font-size: 13px;
	line-height: 15px; 
}

#flourish{
	float:right;
}

#logo-holder{
	height : 100px;
	float : left;
}

div.three-stripes{
	clear: both;
	background-image: url("images/three-grey-stripes.gif");
	height: 10px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
	line-height: 0px; 
}

#nav-column{
	clear: both;  /* Follows floated divs. */
	vertical-align: top;
	width: 177px;
}

* html body #nav-column {margin-left: -4px; mar\gin-left: 0px; }

#nav-column img{
	display: block;
	line-height: 0px;
	float: left;
}

td.main-content{
	vertical-align: top;
	padding: 0 30px 0 29px;
}

.time-headlines{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-variant : small-caps;
	font-weight: bold;

}

#footer{
	color: #333333;
	margin-left: 200px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .80em;
}

#site-credit{
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .97em;
}

#tux-form {
	background: url(../images/form-button.jpg) #9DC9E2 repeat-x top left;
	border: 2px solid #6E6E6E;
	border-top: 2px solid #9f9f9f;
	border-left: 2px solid #9f9f9f;
	color: #fff;
	clear: both;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	line-height: 15px;
	padding: 11px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 179px;
}

#tux-form:hover {
	background: url(../images/form-button.jpg) #9DC9E2 repeat-x bottom left;
	border: 2px solid #9f9f9f;
	border-top: 2px solid #6E6E6E;
	border-left: 2px solid #6E6E6E;

}


