@charset "UTF-8";
/* CSS Document */
 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(225, 225, 225);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a img {
border: none; 
}

a:link {
color: rgb(56, 163, 182);
}
a:hover {
color: rgb(255, 112, 45);
}
a:visited {
color: rgb(56, 163, 182);
}
 


img.homepage {
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;

margin-left: 30px;

}

h1 {
margin-bottom: .35em;
text-align: center;
color: rgb(56, 163, 182);
font-family:  Helvetica, Arial, sans-serif;
font-size: 1.5em;
}


p {
	color: red;
	color: rgb(130, 130, 130);
	font-family:  Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.3em;
	margin-top: 0px;
}

.text {
	width: 330px;
	float: right;
	margin-left: 0px;
	margin-right:20px;
	margin-top: 85px;
}

  


div.portfolio {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

p.click {
margin-top: 20px;
margin-bottom: 0px;
text-align: left;
margin-left: 10px;
font-size: 1em;
}

h2.copyright {
margin-top: 10px;
clear: both;
text-align: center;
padding: 0 px;
color: rgb(150, 150, 150);
font-size: .75em;
font-family:  Helvetica, Arial, sans-serif;
font-weight: normal;
 
}

h2.copyright2 {
margin-top: 0px;
text-align: center;
padding: 0 px;
color: rgb(150, 150, 150);
font-size: .75em;
font-family:  Helvetica, Arial, sans-serif;
font-weight: normal;
 
}

p.link {
font-size: 1.4em;
text-align: right;
margin-right: 14px;
padding-bottom: 0px;
 
}

img.thumbnail {
margin: 3px;
}


img.books {
padding-left: 20px;
 padding-bottom: 50px;
padding-top: 30px;

}

div.bookstext {
width: 320px;
float: right;
text-align: left;
margin-right: 40px;
margin-top: 35px;
 
}


p.books {
text-align: left;
margin-top: .2em;
margin-bottom: .4em;
}

p.books2 {
text-align: left;
margin-top: 0em;
margin-bottom: .2em;

font-weight: bold;
}

p.click2 {
margin-top: 20px;
margin-bottom: 0px;
text-align: left;
margin-left: 32px;
font-size: 1em;
}
div.comics {
padding-bottom: 30px;

}

div.books {
width: 800px;
padding-bottom: 30px;
margin-top: 10px;
}

h1.comics {
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 5px;
}

h1.books {
text-align: left;
font-size: 1.5em;
margin-top: 15px;
}



p.clickcomics {
margin-top: 20px;
margin-bottom: 0px;
text-align: left;
margin-left: 40px;
font-size: 1em;
}

p.comics {
text-align: left;
}

p.comics2 {
clear: both;
font-size: .6em;
text-align: left;
margin-left: 37px;

}
div.description {
	width: 400px;
	float: right;
	text-align: left;
	margin-right: 135px;
	margin-top: 30px;
}

div.bookdescription {
width: 450px;
float: right;
text-align: left;
margin-bottom: 25px;
margin-right: 40px;
}

img.pic {
 margin-left: 30px;
 margin-top: 30px;
 

}

img.picc {
 margin-left: 30px;
 margin-top: 10px;
 

}

.pic2 {

float: left;
}
div.contact {
padding-bottom: 30px;
} 


 div.contacttext {
 width: 325px;
float: right;
margin-left: 0em;
margin-right:25px;
margin-top: 30px;
margin-bottom: 30px;
}

p.contact {
text-align: left;
margin-top: .4em;
margin-bottom: .4em;
}
p.lightbox {
text-align: left;
font-size: .75em;
margin-top: 40px;
}

h1.contact{
text-align: left;
font-size: 1.3em
}

p.capption{
clear: both;
font-size: .7em;
text-align: left;
margin-left: 37px;
}
