* {
    padding: 0px;
    margin: 0px;
}

DIV {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px;
	padding: 0px;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 10px 0px 0px 0px;
	background: #2C292A;
}

.clear {
	clear: both;
	height: 0px;
	overflow: none;
}
body, table, td, div, input, select, p {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}

input, select {
	color: #333333;
}

a {
	color: #4360A6;
	font: normal 12px verdana;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

ul#bulleted {
	list-style-image: url('../images/layout/bullet.jpg');
	font-size: 15px;
	font-weight: bold;

}
ul#bulleted li {
	padding: 0px 0px 0px 10px;
	height: 22px;
}

.bordered {
	border: 2px solid #BA5353;
	padding: 1px;
}


hr {
	border-width: 1px;
	border-color: #CCCCCC;
	border-top-style: none;
	border-bottom-style: solid;
	height: 1px;
	background: #CCCCCC;
	margin: 6px 0px 6px 0px;
}

h1, h2, h3, h4,{ font-family: Times New Roman; }

h1 {
	color: #4360A6;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

h2 {
	color: #2C292A;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	line-height: 20px;
}

h3 {
	color: #4360A6;
	font: normal 12px verdana;
	margin: 0px 0px 10px 0px;
}

h4 {
	color: #98D3F8;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}	

p {
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}

ul, ol {
	margin-left: 25px;
	line-height: 20px;
}


#header {
	width: 880px;
	margin: 0px auto;
}

#headerLeft {
	width: 600px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: Times New Roman;
	float: left;
	margin-top: 4px;
}

#headerRight {
	float: right;
	color: #FFFFFF;
	text-align: right;
	font-family: Verdana;
	width: 255px;
	font-size: 18px;
}

#main {
	width: 880px;
	margin: 0px auto;
	background: #000000 url('../images/layout/mainbg1.gif') repeat-x;
	min-height: 600px;
	height: auto !important; /*MOZ/IE7*/
	height: 600px; /*IE6*/
}

#mainLeft {
	float: left; 
	width: 160px;
	margin-left: 20px !important; /*moz/IE7*/
	margin-left: 10px; /*IE6 width*/
	margin-top: 20px;
}

#mainLeft a {
	display: block;
	border-color: #FFFFFF;
	border-width: 1px;
	border-bottom-style: solid;
	color: #2C292A;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0px 4px 10px;
}

#mainLeft a:hover {
	background: #5D73B6;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}

#bookTitle {
	margin-top: 10px;
	margin-left: 20px;
	float: right;
	width: 670px;
	color: #2C292A;
	text-align: right;
	font-size: 22px;
	font-family: Verdana;
}

#mainRight {
	margin-top: 10px;
	background: #FFFFFF;
	float: left;
	background: #FFFFFF;
	width: 670px;
	margin-left: 20px;

}

#body {
	margin: 15px;
	min-height: 260px;
	height: auto !important; /*MOZ/IE7*/
	height: 260px; /*IE6*/
}


/* Contact Us */

#contactLeft {
	float: left;
	width: 235px;
}

#contactRight {
	float: right;
	width: 400px;
}

#contactRight .field {
	clear: both;
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}

#contactRight .input {
	float: right;
	width: 310px;
	height: 24px;
	line-height: 24px;
}

#contactRight .commentsLeft {
	clear: both;
	float: left;
	width: 70px;
	height: 100px;
	line-height: 100px;
	font-weight: bold;
}

#contactRight .commentsRight {
	float: right;
	width: 310px;
	height: 100px;
	line-height: 100px;
}

#contactRight .input input {
	width: 300px;
}

#contactRight .inputButton {
	float: right;
	width: 300px;	height: 24px;
	line-height: 24px;
	text-align: right;
}

#contactRight .inputButton input {
	margin-right: 4px;
}


#contactRight .commentsRight textarea {
	width: 300px;
	height: 140px;
}


#footer {
	margin: 0px auto;
	width: 880px;
	text-align: left;
	border-color: #CCCCCC;
	border-width: 1px;
	border-top-style: solid;
}

#footerLeft {
	float: left;
	width: 250px;
	font-family: Arial;
	color: #AAAAAA;
	font-size: 11px;
	text-align: left;
}
#footerCenter {
	float: left;
	width: 90px;	
	color: #AAAAAA;
	font-size: 11px;
	text-align: center;
}

#footerRight {
	height: 20px;
	line-height: 20px;
	float: right;
	width: 250px;
	text-align: right;
	font-family: Arial;
	color: #AAAAAA;
	font-size: 11px;
}

#footerLeft a, #footerCenter a, #footerRight a {
	height: 20px;
	line-height: 20px;

	font-family: Arial;
	color: #AAAAAA;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#footerLeft a:hover, #footerCenter a:hover, #footerRight a:hover {
	text-decoration: underline;
}
