/*
	Gateway Technical College
	Department: IT
	Main Project
	Author: Richard DeCremer
*/


#container
{
	width: 1400px;
	height: 1000px;
	margin: 0px auto;
}
}
head {
text-align:center;

}

section, img {
	
	clear: left;
}
h1 {
	text-align: center;
	font-size: 500%;
	color: gray;
	text-shadow: 2px 2px #000000
}
h2 {
	color:gray;
	text-align: center;
	text-shadow: 2px 2px #000000
	}
/*nav {
	margin-top: 10px;
	text-align: center;
}
*/

#menu nav {
	
	
}

#menu {
    width: 1400;
    height: 35px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    /*text-shadow: 3px 2px 3px #333333; */
    background-color: darkgray;
    border-radius: 8px;
	background-image: url(../images/seamless_paper_texture.png);
	
	
}
#menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 8px;
}

#menu li { 
display: inline; 
padding: 20px; 
}

#menu a {
    text-decoration: none;
    color: #00F;
    padding: 8px 8px 8px 8px;
}

#menu a:hover {
    color: #F90;
    background-color: #darkgray;
}

#comictype
{
	
	background-image: url(../images/seamless_paper_texture.png);
	width: 1000px;
	padding: 25px;
	border: 5px solid gray;
	margin: 25px;
	
}
div, p {
    font-size: larger;    
}

a:link {
    text-decoration: none;
}

tbody, tr, td {
    text-align: center;
	background-image: url(../images/seamless_paper_texture.png);
	font-family: Arial;
	font-variant: normal;
	letter-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10pt;
	
}
a:visited {
    color: #336699;
}
a:link {
    color: #336699;
}


