/* CSS Document */

body{
	background-color: #000000;
	margin: 0px;
	color: #E0E1E7;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image:  url(../images/home_background.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#homeTitle{
	text-align:center;
	margin-bottom:5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:bold;
	font-size:26px;
}
#portfolioBody h3{
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:bold;
	font-size:15px;
}
#homeSubTitle{
	font-style:normal;
	font-size:16px;
	font-family:verdana;
	color:#AAC0DB;
	letter-spacing:2px;
}
#OverallContainer{
	width: 960px;
}
#footer{
	line-height: 20px;
	width: 960px;
	margin-top: 10px;
	float: right;
}
#footer a{
	color:#D8DADC;
	text-decoration: none;
}
#footer a:hover{
	color:#F8E0F7;
	text-decoration: underline;
}
#aboutBody{
	float:right;
	background-image:  url(../images/about_background.jpg);
	width: 615px;
	height: 570px;
	margin-right:75px;
}
#portfolioBody{
	float:right;
	width: 700px;
	background-color: #FBC3CC;
	background-image:  url(../images/portfolio_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	color: #202A43;
}
#portfolioBody img{
	margin-left:10px;
	margin-top: 10px;
}
#contactBody{
	float:right;
	background-image:  url(../images/contact_background.jpg);
	width: 700px;
	height: 646px;
	border: 1px solid #FFFFFF;
	color: #202A43;
	text-align: left;
}
#booksBody{
	float:right;
	width: 700px;
	background-image:  url(../images/books_header.jpg);
	background-repeat: no-repeat;
	background-color: #F6E8C1;
	border: 1px solid #FFFFFF;
	color: #202A43;
	text-align: left;
}
#booksBody h1{
	font-size: 20px;
	margin-bottom:-5px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}
#booksBody h2{
	font-size: 14px;
	margin-top:-5px;
	margin-bottom:0px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}
#contactBody p{
	margin-top: 25px;
	text-align: left;
	margin-left: 220px;
}
#contactBody input{
	width: 180px;
	margin-bottom: 3px;
}
#contactBody h2{
	margin-top: 25px;
	text-align: left;
	margin-left: 250px;
	font-size: 25px;
	color: #B13533;
	margin-bottom: 0px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;	
}
#aboutP{
	display:none;
}
#leftMenu{
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #FFFFFF;
}