/****************************************** Reset + clearfix  ***************************************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	height: 1px;
	clear: both;
}
* { margin: 0; padding: 0; text-decoration: none; font-size: 100%; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { background: white; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; text-decoration: none; }


/****************************************** css ***************************************/

/****************************************** text ***************************************/

h1,h2,h3,h4,h5,p,a,span,td,th {
    font-family: arial;
}

h2 {
    font-size: 16px;
    color: #292929;
    margin: 0 0 15px 0;
    line-height: 20px;
}

p {
    font-size: 13px;
    color: #4d4d4d;
    line-height: 20px;
    margin: 0 0 25px 0;
}

p span {
	font-style: italic;
}

h3 {
    font-size: 14px;
    color: #7a4a78;
    font-weight: bold;
    margin: 0 0 15px 0;
}

h3 span {
    font-style: italic;
    font-weight: normal;
}

p a {
    color: #7a4a78;
    
}


/****************************************** layout ***************************************/

body {
    background: #f8f8f8 url('/assets/images/bodyBg.png') center top repeat-y;
}

#wrap {
    background: url('/assets/images/headerBg.png') left top repeat-x;
}

#content {
    background: url('/assets/images/colBg.png') left top repeat-x;
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 0;
}

/************************* header *********************/

#header {
    padding: 15px 0 7px;
}

#header h1 {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

#left {
    width: 480px;
    float: left;
    margin: 0 0 0 27px;
}

#right {
    width: 294px;
    float: right;
    margin: 0 27px 0 0;
}

/************************* content *********************/

#author {
    float: right;
    margin: 0 0 10px 10px;
}

table {
    width: 100%;
}

table td, table th  {
    border: 1px solid #939393;
    padding: 4px;

}

table th {
    font-size: 14px;
    font-weight: bold;
    color: #494949;
}

#colTwo {
    width: 151px;
}

.center {
    text-align: center;
    padding-top: 10px;
}

table td {
    padding: 4px 7px;
}

table td p {
    font-size: 13px;
    font-weight: bold;
    color: #4b4b4b;
    margin: 0 0 6px;
}

table td p span {
    color: #7a4a78;
}

.tAuthor {
    font-weight: normal;
}

#logo {
    padding: 0 0 30px 19px;
}
