@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	background-color: #CCCCCC;
	padding-left: 10px;
	font-size: large;
	padding-top: 2px;
}
h3 {
	font-size: medium;
	text-align: center;
	color: #FFFFFF;
	background-image: url(Images/NavBg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	margin-top: 10px;
	padding-top: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	background-color: #EBEBEB;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.footer {
	color: #FFFFFF;
}

h4 {
	margin-left: 15px;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #29ABE2;
	text-decoration: none;
}
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(media/blockdefault.gif) center center repeat-x;
}

.menu{
	width: 100%;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	overflow: hidden;
	position: relative;
	font-weight: bold;
}
.tip {
	background-color: #E8E8E8;
	padding: 4px;
	border: 1px solid #29ABE2;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.guestart {
	background-color: #EBEBEB;
	padding: 5px;
	border: thin solid #000000;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 600px;
}
.guestart2 {
	background-color: #EBEBEB;
	padding: 5px;
	border: 3px solid #6D6D6D;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 600px;
}
.guestart2 img {
	border: 1px solid #000000;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2px;
	float: left;
	clear: both;
	height: 140px;
	width: auto;
}
#mainContent .guestart p {
	font-size: 14px;
}



	
.menu ul{
	padding: 0;
	float: left;
	text-align: center;
	margin: 0px;
	clear: left;
	list-style-type: none;
	position: relative;
	left: 50%;
}

.menu ul li{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 50%;
}

.menu ul li a{
	text-decoration: none;
	color: white;
	background-color: #333;
	text-align: center;
	padding-top: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-left: 10px;
	height: 1.3em;
	padding-right: 10px;
	padding-bottom: 5px;
}

.menu ul li a:visited{
	color: white;
}

.menu ul li a:hover, .menu ul li .current{
	color: #29ABE2;
	background-color:#DDDDDD;
}

</style>
#mainContent p {
	margin: 10px;
}
#mainContent p {
	margin-right: 20px;
	margin-left: 20px;
}
.border {
	border: 1px solid #000000;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 3px;
	padding: 2px;
	float: left;
}
.border2 {
	border: 1px solid #000000;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2px;
	float: left;
}
.borderBottom {
	padding: 3px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}

#mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 6px;
	font-style: normal;
	font-variant: normal;
	background-color: #29ABE2;
	border: thin solid #000000;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #CCCCCC;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.letter {
	margin: 28px;
	padding: 10px;
	width: 620px;
	border: 3px solid #DDDDDD;
	background-color: #FFFFFF;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

.tablemarg {
	margin-right: 10px;
}

.style9 {
	font-size: 10px;
}

.TopNews {
	border: 2px groove #333333;
}

.tip2 {
	padding: 4px;
	border: thin solid #000000;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFF91;
	text-align: center;
}

.tip2 img {
	height: 80px;
	padding-right: 5px;
	padding-left: 5px;
}

.jump {
	background-image: url(Images/jump_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	text-align: center;
}

.jump p {
	margin-top: 36px;
}

.specialguest {
	font-weight: bold;
	color: #29ABE2;
}
.photolist {
	background-color: #FFFFFF;
	height: 140px;
	float: left;
	margin: 3px;
	font-size: small;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #000000;
}
#mainContent .guestart .photolist img {
	height: 80px;
}
#mainContent table {
	clear: both;
}
.date {
	font-size: small;
	color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: none;
	border-top-color: #6B0B0C;
	border-right-color: #6B0B0C;
	border-bottom-color: #6B0B0C;
	border-left-color: #6B0B0C;
}
.test {
	height: 220px;
	width: 640px;
	background-color: #003399;
}
.yellowbg {
	background-color: #FFFFCC;
	padding: 2px;
}
.mainrow {
	background-color: #C0C0C0;
	font-weight: bold;
}
.row1 {
	background-color: #EBEBEB;
}
.row2 {
	background-color: #F7F7F7;
}
.mainheader {
	background-image: url(Images/Pictures/2012/ComicpaloozaMainBanner2.png);
	height: 200px;
	width: 1024px;
}
.social {
	margin-right: auto;
	margin-left: auto;
	height: 92px;
	width: 160px;
	clear: both;
	padding-top: 15px;
}
.ga {
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #29ABE2;
}
.lrgboldtxt {
	font-size: large;
	font-weight: bold;
}
.success {
	font-size: xx-large;
	color: #29ABE2;
}

