/* 
	CSS based on code from http://www.code-sucks.com/css%20layouts/fixed-width-css-layouts/1-column-css-layouts/fw-4-1-col/
	
	bg.png generated at http://www.stripegenerator.com/
	
	Article images:
	bioz.jpg taken from http://www.faqs.org/photo-dict/phrase/4499/biohazard.html
	sh2.jpg taken from http://noruleshere-bph.blogspot.com/2010/08/why-shutter-island-is-best-silent-hill.html
	conf.jpg via http://loucottiediss.blogspot.com/2010/10/so-gathering-my-thoughts-on-my-topicthe.html
	profile.jpg is my own image.
	math.jpg from http://www.psychologytoday.com/files/u701/math_400-300x300.jpg
	wc.jpg from http://www.tactical-life.com/online/wp-content/uploads/2008/02/hiatt.jpg
	
	head.png edited based off an image from http://www.placehacking.co.uk/tag/silent-motion/
	
	by Nicholas Alexander McCoy, for WebDev Final Project
	
*/


* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
 font-size: 15px;
 background: #000000 url(bg.png)
}
h1 {
 text-align: right;
 font-family: "Times New Roman", Times, serif; 
 font-style: italic;
 }
a:link {color:#9900FF; text-decoration:none;}
a:visited {color:#9999FF; text-decoration:none;}
a:hover {color:#FFCCFF;}
a:active {color:#CC00FF; text-decoration:none;}
#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#header {
 width: 800px;
 color: #ffffff;
 padding: 0px;
 border: 1px dotted #808080;
 border-bottom-style:none;
 height: 292px;
 margin: 40px 0px 0px 0px;
 background: #000000;
}
#navi {
 width: 800px;
 color: #ffffff;
 font-style: italic;
 text-align: center;
 padding: 0px;
 padding-top:10px;
 padding-bottom:10px;
 border: 1px dotted #808080;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#cont { 
 width: 800px;
 border: 1px dotted #808080;
 border-bottom-style:none;
 border-top-style:none;
 background: #000000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
#meat {
 border: none;
 margin: 0px 0px 0px 0px;
 padding: 20px;
 color: #ffffff;
 overflow: auto
 }
#stinking {
 float: right; 
 margin: 15px;
 border: 1px dotted #808080;
 }
#footer { 
 width: 800px;
 color: #c0c0c0;
 border: 1px dotted #808080;
 border-top-style:none;
 background: #000000;
 margin: 0px 0px 40px 0px;
 padding: 0px;
 padding-top:10px;
 padding-bottom:10px;
 background-image:url('gradient.jpg');
 background-repeat:repeat-x;
 text-align:center;
}