/* 
SheilaLowe.com Master Style Sheet by Rick Taylor, http://uberhost.net 
*/
/* Global Tags */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: medium;
	color: #666;
	/*text-align: center;  IE hack */
}
img {
  border: none;
}
/* Main Div */
#page-container {
	width: 700px;
	margin: auto;
	text-align: left; /* IE hack */
}
/* Header */
#header {
	width: auto;
	height: 150px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* Navigation Buttons */
.buttonscontainer {
	width: 200px;
	float: right;
	margin: 5px 5px;
}
.buttonscontainer img {
	margin-top: 10px;
	text-align: right;
}	
.buttons a {
	color: darkblue;
	background-color: transparent;
	padding: 2px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #ccc;
	font: small Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.buttons a:hover {
	background-color: transparent;
	color: #666;
	text-decoration: none;
}
/* Content */
#content {
	margin-right: 200px;
	line-height: 18px;
}
#content .padding {
	padding: 25px 50px 25px 5px;
}
#content h2 {
	font-family: Verdana, Sans-serif;
	font-size: medium;
	color: #666666;
	margin: 0;
	padding: 0;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#content a {
	color: #6992BA;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #000;
}
/* Footer */
#footer {
	clear: both;
	font-family: Verdana, Sans-serif;
	font-size: xx-small;
	color: #666;
	border-top: 1px solid #666;
	padding: 13px 1px;
	line-height: 18px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer #altnav {
	width: 470px;
	float: right;
	text-align: right;
}
/* End of CSS */