/*
Display URLs after links
--------------------------------------------------------------------------------------------- */
#main a:link:after, #main a:visited:after {content: " (" attr(href) ") "; font-size: 90%; color:#4f4f4f;}

/*
Hide stuff
--------------------------------------------------------------------------------------------- */
#mainimg { display: none;}
#nav { display: none;}
form {display: none;}

/*
Main Layout
--------------------------------------------------------------------------------------------- */
#wrapper{width: auto; border: 0; margin: 0 15%; padding: 0; float: none !important;}
#footer {clear:both; padding-top:10px; text-align:right;}
#logo { width: 241px; height: 64px;}
#main {padding-bottom: 10px;}
#maincenter {padding-top: 31px;}

/*
Typography
--------------------------------------------------------------------------------------------- */
body { font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 22px; color:#4f4f4f;}
p {line-height: 22px; font-size:14px; margin-bottom: 15px;}
h1 {line-height: 30px; font-size:30px; font-weight: normal; color:#ee601a; font-style:italic; padding-top: 0px;}
h1 span {font-size:18px; color:#7f8083; font-style: normal; float:left; line-height: 18px; margin-top: 10px; padding-bottom: 10px; width: 950px; border-bottom: 1px solid #d1d1d1;}
h2 {font-size:18px; line-height: 18px; font-weight: normal; color:#ee601a; margin-bottom: 8px;}
#main span {color: #7f8083;}
a {text-decoration: none; color:#ee601a;}
em {font-style:italic;}
strong {font-weight: bold;}
ins {font-style:italic;}
del {text-decoration:line-through;}
span.amp {font-family: Baskerville, Palatino, "Book Antiqua", serif;  font-style: italic;}

