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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
background-color:#eee}

h1{
font:bold 2em Verdana, Arial, Helvetica, sans-serif;
text-shadow:#666666;
color:#364757
}

table{
margin:0 auto;
}



#container{
margin:0 auto;
width:800px;
padding:10px;
background-color:#fff;
}

#hdr{
background-color:#364757;
padding:5px;
height:20px;
text-transform:uppercase;
margin-bottom:10px
}

#hdr2{
border-top:5px solid #364757;
border-bottom:5px solid #364757;
padding:5px;
margin-bottom:10px;
background-color:#eee;
}


#footer{
background-color:#eee;
height:20px;
margin-top:10px;
border-top:5px solid #364757;
border-bottom:5px solid #364757;
font:.65em Arial, Helvetica, sans-serif;
padding:5px 5px 0px 5px;
}

#footer a{
color:#000;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.img-shadow{float:left; background:url(/extras/ss_ames/shadowAlpha.png) no-repeat bottom right !important; margin:10px 0 0 10px !important}
.img-shadow img{display:block;  background-color:#fff; border:1px solid #a9a9a9; margin:-6px 6px 6px -6px; padding:4px}

.title{
font:bold 1em Verdana, Arial, Helvetica, sans-serif;
letter-spacing:.25em;
color:#fff
}
.title a{
text-decoration:none;
color:#fff;
}


