/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
background-image:url('../images/bg.jpg'); 
font-family: verdana, sans-serif;
font-size: 10pt;
line-height: 15pt;
margin: 0;
text-align:center;
}

#tcont{
margin-left: auto;
margin-right: auto;
}


/* header */

#header {
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
width: 840px;
clear:right;
}

/* /header */

/* main */

#tmain {
text-align: center;
width: 100%;
min-height: 410px;
background-color: #6b7071;
color: #d3dde1;
border: 1px solid #8b9091;
}

#tmaincont, #divider, #favs {
text-align: left;
width: 840px;
margin-left: auto;
margin-right: auto;
color: #d3dde1;
overflow:auto;
}

#favs {
width: 420px;
clear:both;
}

#divider {
padding-top: 20px;
padding-bottom: 30px;
clear:both;
}

#article {
text-align: left;
width: 420px;
margin-left: auto;
margin-right: auto;
}

#authortag {
padding-top: 15pt;
color: #b3bdc1;
}

/* /main */

/* footer */

#footer {
min-height:500px;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 840px;
clear:right;
}

#footer a:link {color: #6b7071;text-decoration: none;}      /* unvisited link */
#footer a:visited {color:#63aec6;text-decoration: none;}  /* visited link */
#footer a:hover {color:#fff;}  /* mouse over link */
#footer a:active {color:#93cee6;}

/* /footer */

/* tags */
h1 {
font-size: 16pt;
line-height: 20pt;
padding-top: 20pt;
padding-bottom: 10pt;
margin: 0;
font-weight: 400;
}

h3 {
font-size: 12pt;
line-height: 20pt;
padding-top: 0;
padding-bottom: 0;
font-weight: 400;
}

a:link {color: #93cee6;text-decoration: none;}      /* unvisited link */
a:visited {color:#c3eee6;text-decoration: none;}  /* visited link */
a:hover {color:#fff;}  /* mouse over link */
a:active {color:#93cee6;}

p {
padding-bottom: 15pt;
}

/* /tags */

/* classes */
.foot {
float:left;
padding: 0px 5px;
width: 200px;
max-height:240px;
}

.col {
float:left;
padding: 5px 5px;
width: 200px;
height:100%;
background-color: #6b7071;
}

.col2 {
float:left;
padding: 5px 5px;
width: 200px;
max-height:240px;
background-color: #6b7071;
}

IMG.displayed {
	padding-top: 20px;
    display: block;
    margin: 0 auto;
    }
	
.floatpic {
   float: left;
   margin-right: 16px;
   }
/* /classes */
