/* CSS Document */

/********** STANDARD SETTINGS (PRE-DEFINED TAGS) *******************/

body
{	
	background-color: #1b262e;
	color: #bae6f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a
{
	color: #FFFFFF;
}

img 
{
	border: 0;
}


/********** CUSTOM TAGS *******************/
#fullPage
{
	width: 100%;
	text-align: center;
}

#pageRestrict
{
	background-color: #242f36;
	width: 800px;
	text-align: left;
}

.contactDetails
{
	display: inline;
	float:left;
}

.content 
{
	clear:both;
}

.mainContent
{
	background-color: #2e393f;
	float: left;
	margin: 10px 0 0 15px;
	padding: 20px;
	width: 517px;
}

.menu
{
	background-color: #353f46;
	float: left;
	margin: 10px 0 0 10px;
	padding: 20px 0 20px 10px;
	width: 156px;
	color: #999;
	font-size:10px;
}

.menu a { color: #CCCCCC; text-decoration: none; }
.menu a:hover { text-decoration: underline; }

.footerText
{
	font-size: 9px;
	margin: 0 50px 10px 0;
}

.extraPadding
{
	margin-left: 8px;
}

.padRight
{
	margin-right: 10px;
}

/********* BOOK LISTING ********************/
.bookListing
{
	clear: both;
	float: left;
	border-bottom: 1px solid #bae6f7;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 480px;
}

/********** MOOV2 BASED STANDARD *******************/

.divClear
{
	clear: both;
}

.divRight
{
	text-align: right;
}