/* TriPixel Studios' Stylesheet */

body {
	text-align: center;
	background: #e1e1e1;
}

#body {
	text-align: left;
	border: 1px solid black;
	background: #fff;
	width: 750px;
	height: 100%;
}
#hdimg {
	border: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: url(images/contacth_2.gif) no-repeat right;
}
#content { 
	text-align: center;
}
#content p {
	text-align: left;
	font-size: 10px;
	font-family: Helvetica;
	padding: 5px;
}
#content img {
	border: none;
}
#navigate {
	text-align: center;
	margin: 5px;
}
#navigate a {
	border: 1px dashed black;
	background: #e1e1e1;
	color: #1e1e1e;
	font-size: 10px;
	text-decoration: none;
	font-family: Helvetica;
	padding: 3px;	
	margin: 3px;
	vertical-align: middle;
	width: 15%;
}
#navigate a:hover {
	border: 1px solid black;
	background: #c6DAf0;
	color: #1e1e1e;
	font-size: 10px;
	text-decoration: none;
	font-family: Helvetica;
	padding: 3px;	
	margin: 3px;	
	vertical-align: middle;
	width: 15%;
}
#copyright {
	border: none;
	border-top: 1px solid black;
	background: #c6DAf0;
	color: #000;
	font-size: 10px;
	font-family: Helvetica;
	text-align: center;
}
#notices {
	text-align: center;
	font-size: 10px;
	font-family: Helvetica;
	color: black;
	font-weight: normal;
	background: transparent;
	padding: 5px;
}
#notices a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background: transparent;
}
#notices a:hover {
	text-decoration: underline overline;
	color: #0c0d6f;
	background: transparent;
}