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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, 
caption, tbody, th, table, tr, td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ___Containers_______________________________________ */

body 
{
    background: #121212;
    color: #fff;
    font: 0.75em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    padding-bottom: 20px;
    text-align: center;
     margin: 0px;
    text-align: justify;
    font-size: 13px;
    color:#FFFFFF;
}


/* ___Content Formatting_______________________________________ */


strong {
    font-weight: bold;
}

em {
    font-weight: bold;
}

h2 {
    background: url('header-background.png') repeat-x;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 38px;
    font-variant: small-caps;
    vertical-align: text-bottom;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    background: url('header-background.png') repeat-x;
}

h4 {
    font-size: 13px;
    font-weight: bold;
	background: url('header-background.png') repeat-x;
}

/* ___Containers_______________________________________________ */

#container {
    background: url('./images/container-background.png') repeat-y;
    margin: 0 0px;
    padding: 0 0px;
    text-align: left;
    width: 800px;
}

body > #container {
    
    width: 800px;
}

/

/**
 * Header
 */
h1 {
    height: 202px;
    overflow: hidden;
    width: 841px;
}


/**
 * Sections
 */
.col {
    float: left;
}


.col caption {
    color: #fff;
    height: 25px;
    padding-left: 25px;
    padding-top: 1px;
    text-align: center;
    background: url('section-background.png') repeat-x;
}

.col > caption {
    /*height: 21px;*/
    height: 25px;
    
    text-align: center;
}

.col td {
    background: #000000;
    margin: 0px;
    padding: 2px 0;
    text-align: center;
}

.col .hl td {
    background: #4c4c4c;
    text-align: center;
    
}
  
.comments {
    background: url('comments-background.png') repeat-x;
    color: #737373;
    height: 25px;
    margin: 10px;
}


.clear-fix {
    clear: both;
}

a:link {font-weight: bold; text-decoration: none; color: white}
a:visited {font-weight: bold; text-decoration: none; color: white}
a:hover {font-weight: bold; text-decoration: none; color: white}
a:active {font-weight: bold; text-decoration: none; color: white}


