@charset "UTF-8";
/* CSS Document */
body{
	background-color:#2B6568; /*  #5F9EA0; */
	text-align: center;
	
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}

a{
	color: #2B6568;
	text-decoration: none;	
	font-weight: 800;
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0;
}

#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;		
}

#topContainer{	
	width: 100%;	
	overflow: hidden;
	height:22
	5px;
}

#topLeft{
	width: 100%;
	
	
	
	
}
#topLeft .s{
    text-align:center;
	height:65px;
	overflow:hidden;
	position:relative;
	
	
}

#topLeft ul{
  
	margin-top:10px;
	list-style-type:none;
	width: 630px; 
	margin-left:-65px;
	
	
	
}
#topLeft ul li{
float:left;
padding-left:15px;
display:block;
dipslay:inline;

}

#topLeft a{
	color: #282B30;
	text-decoration: none;
	font-size: 21px;
	font-variant: small-caps;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
}
#topLeft a:hover{
	font-size: 21px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	text-decoration: underline;
}

#topRight{
	width: 100%;
	background-color:#FFFFFF;	
	
}
#topRight .s{
	height: 180px;	
	overflow:hidden;	
	
	
}

#topRightContainer{
	width: 100%;
	
	
}

#topRightContainer img{
	
}

#logo{
	
	text-align:left;
}


#contentContainer .s{
	text-align: center;
	z-index:15;
	
    
}
#contentContainer .s_about{
	text-align: center;
	font:Areal;
	font-variant:normal;
}


#middleContent ul{
	margin: auto;
	
	padding-left: 15;
	
	list-style-type: none;
	/*width: 400px;
	height:30px;*/
	
}
#middleContent img{
border:none;
padding-left:15px;
padding-right:15px;

}
#middleContent ul li{
	float: left;
	position:relative;
    display:inline;
}
#middleContent ul li a{
	display: block;
	margin: 0px 4px 0px 4px;
/*	width: 70px;
	border: 1px solid black;
	background-color: #6E7B91;	
	color: #FFF; */
	text-decoration: none;
	font-size: 16px;
	font-variant: small-caps;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:600;
}
#middleContent ul li a:hover{
	/*background-color: #FFF;
	color: #6E7B91;*/
}

#lj {
	/* vertical-align: bottom; */
	border: 0;
}

.topCling{
	position: absolute;
	top: 0px;
}

.clearleft { clear: left; }

.line{
	padding: 0;
	display: block;
	height: 1px;
	font-size: 0px;
	background-color: #6E7B91;
	width: 95%;
	margin: auto;
}

#comicLinks{
	margin:auto;
	display:block;
	width: 300px;
}

#licenseText{
        margin:auto;
        display:block;
        width: 410px;
}


/* content-specific */
h1{
	display: inline;
	font-size: 20px;
	font-variant: small-caps;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
}

h2 {
	font-size: 20px;
	font-variant: small-caps;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
}

h3{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-variant: small-caps;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	clear: both;
}
h4{
	margin: 0px;
	padding: 0px;
	font-size: 6px;
	font-variant: small-caps;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	clear: both;
}

.dialog {
 /* min-width: 100px; */
 color:#000;
 text-align: left;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:18px;
}

.dialog .hd {
 background:transparent url(tl.png) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(tr.png) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(ml.png) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(mr.png) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#fff;
 
}

.dialog .ft {
 background:transparent url(bl.png) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(br.png) no-repeat right 0px;
}
