/****************************************** 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;
}

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

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

p span {
	font-style: italic;
}
h1 {
	font-size: 20px;
    color: #7a4a78;
    margin: 0 0 25px 0;
}

h2, h3 {
    font-size: 16px;
    color: #7a4a78;
    font-weight: bold;
    margin: 0 0 25px 0;
}

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

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

p a {
    color: #7a4a78;
    
}

.bigButton {
	display: block;
	border: 1px solid #5d0f5a;
	font-size: 12px;
	text-align: center;
	padding: 6px;
	background: #f5e7f4;
	color: #5d0f5a;
	font-weight: bold;
}

.bigButton:hover {
	background: #eedaed;
}
/****************************************** 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;
	width: 900px;
	margin: 0 auto;
}

#header #logo {
    width: 238px;
	height: 47px;
	padding: 0;
	float: left;
	margin: 0 0 7px;
}

#header ul {
	width: 425px;
	float: right;
	padding: 15px 0 0;
	text-align: right;
}

#header ul li {
	display: inline;
	margin: 0 0 0 11px;
	font-size: 14px;
	color: #c5b2c4;
}

#header ul li a {
	color: #c5b2c4;
}

#header ul li a:hover {
	text-decoration: underline;
	color: #fff;
}	

#header ul li.on a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

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

#lLeft {
	width: 225px;
	float: left;
}

#lRight {
	width: 225px;
	float: right;
}

#lLeft a, #lRight a {
	text-decoration: underline;
	font-weight: bold;
	color: #144fae;
}

#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;
}

/**************** right block *************/

.rightBlock {

	-moz-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 14px rgba(0,0,0,0.2);
	margin: 0 0 20px;
	padding: 15px;
	border: 1px solid #d7bbd6;
}

.rightBlock h5 {
	font-size: 13px;
    color: #7a4a78;
    font-weight: bold;
    margin: 0 0 12px 0;
}

