/* BENSJOHNSON Master CSS */

* { padding:0; margin:0; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/*a img,:link img,:visited img { border:none }*/

html { overflow-y : scroll; } 

body {
	background: #FFF;
	background-image: url(../images/1000x1000_Grid2.jpg);
	background-position:center;
	background-position:top;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size:12.5px;
	line-height:20px;
	color: #444444; /* this is for text color */
	margin-left:auto;
	margin-right:auto;
	}

a:link { color: #0000ff; text-decoration: none; }
a:visited { color: #0000ff; text-decoration: none; }
a:hover { color: #0000ff; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }


/* Gloabal Styles */	

#BensHead { width:1000px; margin-left:auto; margin-right:auto }
#Home { width:1000px; margin-left:auto; margin-right:auto }

#ContentCentered { width:500px; text-align:left; margin-left:auto; margin-right:auto; padding-top:0px;}
#ContentCentered img { border: solid #333333; border-width:10px }
#ContentPortfolio { width:700px; text-align:center; margin-left:auto; margin-right:auto; margin-top:0px; padding-top:0px;}
#ContentPortfolio img { margin-bottom:20px; }

#Info { width:400px; text-align:left; margin-left:auto; margin-right:auto; padding-top:15px; float:left }
#InfoPic { width:360px; float:left; padding:20px; padding-top:16px; }

#Footer { width: 1000px; margin-top: 30px; margin-bottom: 40px; margin-left:auto; margin-right:auto; text-align:center }	
#FooterLogos { width:1000px; height:50px; margin-top:20px; margin-bottom:20px; margin-left:auto; margin-right:auto }

.FooterLogo { margin-left:20px; margin-right:20px }
.whiteHighlight {background-color:#FFFFFF}
.webProjectText { margin-top:0px; width:680px; margin-bottom:20px; margin-left:auto; margin-right:auto}
.noLinkColor { color:#444 }

h1 {font-size:25px; color:#222222}
h2 {font-size:37.5px; color:#222222}
h3 {font-size:20px; color:#222222}	

ul { list-style: url(../images/arrowForward1.gif); list-style-position:inside; color:#333333 }

