﻿body 
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #555;
	font-family: Arial;
	font-size: 14px;
	line-height: 21px;
}

img
{
	border: 0px;
}

a:link, a:visited, a:hover, a:active
{
	color: #2f72ca;
	text-decoration: none;
}


#header
{
	position: relative;
	margin: 0px auto;
	padding: 20px 20px 20px 180px;
	border-top: solid 4px #051721;
	width: 751px;
	height: 61px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#body
{
	margin: 0px auto;
	padding: 0px;
	width: 951px;
}

div.mainContent
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	width: 615px;
	background-image: url(../images/header_left.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

div.sideContent
{
	float: right;
	margin: 0px;
	padding: 11px 8px 8px 8px;
	width: 316px;
	background-color: #f3f3f3;
	overflow: hidden;
}

#footer
{
	margin: 20px auto;
	padding: 20px 0px 0px 25px;
	border-top: solid 1px #000;
	width: 925px;
	font-size: 12px;
	line-height: 15px;
	clear: both;
}
#footer:after
{
	content: ".";
	height: 1px;
	display: block;
	visibility: hidden;
	clear: both;
}



#header .title
{
	color: #000;
	font-size: 36px;
	line-height: 26px;
	font-weight: bold;
}
#header .subtitle
{
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}


.bookTitle
{
	color: #010100;
	font-size: 18px;
	line-height: 32px;
}
.bookDescription
{
	color: #f18700;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
}


hr.hr
{
	margin: 20px 0px;
	border: 0px;
	width: 618px;
	height: 5px;
	color: #f18700;
	background-color: #f18700;
	clear: both;
}


.bio
{
	margin: 0px;
	padding: 20px 10px 10px 150px;
	width: 157px;
	height: 150px;
	background-image: url(../images/profile_bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 15px;
}

input.textBox
{
	margin: 1px 0px;
	padding: 0px 10px;
	width: 250px;
	color: #555;
	font-size: 12px;
}
select.dropDown
{
	width: 275px;
	color: #555;
	font-size: 12px;
}


.primerTitle
{
	padding: 28px 70px 0px 20px;
	width: 227px;
	height: 46px;
	background-image: url(../images/side_title_bg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}
ul.primerList
{
	margin: 10px 15px;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 14px;
}
ul.primerList li .title
{
	color: #000;
	font-weight: bold;
}


.bodyBold
{
	font-weight: bold;
}
.bodyItal
{
	font-style: italic;
}

.bodyBlack
{
	color: #000;
}