/*-- The Official Buffalo Comicon Style Sheet --*/
/*-- by Drew Celestino, 720 Media, digimortal@adelphia.net --*/
/*-- Feel free to steal this style sheet, but at least give me some credit --*/

/* Display Attributes */

body	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/background2.jpg);
	color: #000;
	padding: 0px;
	margin: 0 0 25px 0;
	}

a:link	   {color: #0033CC}
a:visited  {color: #0099FF}
a:hover    {color: #FF0000}
a:active   {color: #FF9900}

p	{
	font-size: 0.8em;
	}


.no		{
	display: none;
	}

p.footer	{
	font-size: 0.6em;
	}

.nav {
	color: #CC0000; 
	font-family: Arial; 
	list-style-type: none;
	}
	
.bold	{
	font-weight: bold;
	}
	
.list	{
	font-family: Arial;
	font-size: 0.8em;
	}
	
span	{
	font-weight: bold;
	}
	
/* Layout Divs */


#container	{
	width: 700px;
	background: #fff;
	border-left: 2px solid #C00;
	border-right: 2px solid #C00;
	border-bottom: 2px solid #C00;
	margin: 0 auto;
	}

#header	{
	background: url(images/header.jpg) no-repeat;
	height: 200px; 
	margin: 0;
	}

#navigation {
	width: 150px;
	height: 310px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	float: right;
	background: url(images/navnick.gif) no-repeat;
	background-position: bottom;
	}
	
#text {
	width: 495px;
	margin: 0;
	padding: 10px 10px 10px 40px;
	text-align: left;
	}
	
#image1	{
	background: url(images/store_07.gif) no-repeat;
	height: 141px; 
	margin: 30px 0 0 0;
	}
	
#image2	{
	background: url(images/store_05.gif) no-repeat;
	height: 141px;
	margin: 30px 0 0 0;
	}
	
#image3	{
	background: url(images/nickrun.gif) no-repeat;
	height: 141px;
	margin: 30px 0 0 0;
	}
	
#image4	{
	background: url(images/store_04.gif) no-repeat;
	height: 141px;
	margin: 30px 0 0 0;
	}
	
#footer	{
	text-align: center;
	margin: 0;
	padding: 5px;
	clear: both;
	}
	
	