/*
	Standard font family for site
*/

html,body
{
	height:100%
}

body, table, tr, td, a, p, h1, h2, h3, h4, h5, iframe
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #034869;
}



/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 0px;
	color: #dee6ed;
	line-height: 1.5em;
	text-align: left;
}

#cg_nav1, #cg_nav2 
{
	text-align: center;
	margin: 0;
}


/*
	Links
*/


a:link { 
	color: #169cb6; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #5d81a2; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #dee6ed;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #9eb3c7; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Main Table - just gives the content a background colour
*/

.maintable
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*
	Bar underneath all news posts
*/


.news-footer
{
	padding: 2px;
}



/*
	Left hand column on news page
*/

.news-left
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*
	Right hand column on news page
*/

.news-right
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



/*
	Left hand column on comics page
*/

.comics-left
{
	
}


/*
	Right hand column on comics page
*/

.comics-right
{
	
}

/*
	Page footer area
*/

p.footer
{
  text-align: center;
	margin-top: 5px;
	padding-top: 0px;
	color: #dee6ed;
	font-size: 0.6em;
	margin-bottom: 0px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}

.scribble_border
{
border: 1px solid #083c44;
padding: 5px;
margin: 0 auto;
background: #117588;
}