@charset "utf-8";
/* CSS Document */
/* Don Amoroso Website Stylesheet */
/* Created by: David Lebron, May 2008 */
body {
	font-family: palatino, lucida, verdana, sans-serif;
	font-size: 1em;   /* it's best to set the default text size and size down from here */
	margin: 0;		  /* set margin to zero to eliminate formatting errors */
	padding: 0;		  /* ensure there is no default padding beind added to anything on the page */
}
#container {
	margin: 1px auto;
	width: 780px;
	height: 570px;
	background: #303030;
	background-image: url(images/bg_pattern.gif);
}
#pagelogo img {
	margin-top: 15px;
	margin-left: 15px;
	border: none;
}
.navmenu {
	position: absolute;
	top: 16px;
	margin-left: 316px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 455px;
	border: 1px solid #666;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
}

.navmenu ul, li {
	display: inline;
}
.navmenu li a {
	float: left;
	color: white;
	padding: 21px 21px;
	text-decoration: none;
	border-right: 1px solid #666;
}
.navmenu li a:visited {
	color: white;
}
.navmenu li a:hover, .navmenu li .current {
	color: white;
	background: transparent url(images/blockover.gif) center center repeat-x;
}
.navmenu li a#linkend {
	border-right: 1px solid #666;
	padding-right: 35px; /* this is the last menu option and padding can be adjusted if menu links changed */
}	
#userimage img {
	border: none;
	margin-left: 15px;
}
h3 {
	font-size: 1.3em;
	color: #fff;
}
hr {
	border: none 0;
	border-top: 1px dotted #666;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
input.btn {
	background: #98002e;
	color: #fff;
	border: 1px dotted #000;
}
#caption {
	position: absolute;
	margin-top: -2px;
	margin-left: 15px;
	width: 250px;
	background: #98002e;
	font-size: .7em;
	padding: 17px 20px 15px 30px;
	color: #fff;
	text-align:center;
}
p.title {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
p.subhead {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
#footer {
	position: absolute;
	font-size: .6em;
	color: #999;
	margin-left: 15px;
	margin-top: 60px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 756px;
	text-align: center;
	background: #000;
}