@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(images/banner_silver.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width:1067px;
	height:800px;
	text-align:left;
}
#footer {
	background:#999;
	padding:10px;
	text-align:center;
}
#logo {
	position:absolute;
	left: 30px;
	top: -8px;
}
table.menu {
	width:180px;
	height:400px;
	text-align:right;
	position:absolute;
	border-right:#930;
	border-right-style:double;
	color:#333;
	letter-spacing:0px;
	font-size:14px;
	top: 187px;
	left: 7px;
}
h2 {
	color:#cf6546;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*menu link states*/
a:link {
	color:#333; text-decoration:none;
}
a:visited {
	color:#333; text-decoration:none;
} 
a:hover { 
	color:#000; text-decoration:none; font-weight:bold;
}
a:active {
	color:#333; text-decoration:none;
}
a.current {
	color:#000; font-weight:bold;
}

/*Paul's email*/
a.paul:link {
	color:#fff; text-decoration:underline;
}
a.paul:visited {
	color:#fff; text-decoration:underline;
} 
a.paul:hover { 
	color:#fff; text-decoration:underline; font-weight:normal;
}
a.paul:active {
	color:#fff; text-decoration:underline;
}
.address {
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
}


#assign {
	position:absolute;
	left: 372px;
	top: 854px;
}
/*assign*/
a.assign:link {
	color:#333; text-decoration:none; font-size:12px; font-style:italic;
}
a.assign:visited {
	color:#333; text-decoration:none; font-size:12px; font-style:italic;
} 
a.assign:hover { 
	color:#333; text-decoration:none; font-weight:normal; font-size:12px; font-style:italic;
}
a.assign:active {
	color:#333; text-decoration:none; font-size:12px; font-style:italic;
}
img {
	border:none;
}
