body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#f33;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
h1 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#f33;
	font-family: serif;
}
h2 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#fff;
	font-family: serif;
}
h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#f33;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#fff;
}

img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.left-align {
  margin-left: 0;
  margin-right: auto;
}
.right-align {
  margin-left: auto;
  margin-right: 0;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background:#000;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1 {
	padding:.4em 15px 0 15px;
	margin:0;
	color:#f33;
}
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
	color:#fff;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#f33;
	color:#fff;
}

/*
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
*/

body.about a.about, body.books a.books, body.videogames a.videogames, body.rpgs a.rpgs, body.other a.other {
	color:#fff !important;
	background:#333 !important;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

/* 'ticker' sub menu */
#ticker {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
	color:#000 !important;
	text-decoration:none;
}
.ticker2 {
    color:#f33;
}

/* top nav */
.topnav {
    font-family: Arial, Helvetica, sans-serif;
}

/* Rounded Div */
.rounded {
    border-radius: 25px !Important;
    border: 5px double #fff !Important;
    padding: 1em !Important;
    width: auto;
    height: auto;
    max-width: 450px;
    background-image: url("/gfx/webwing_c2.jpg");
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
}
.col1 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	text-align:right;
}
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	text-align: left;
}
/* 2 Column (double page) settings */
.doublepage {
	background:#000;		/* right column background colour */
}
.doublepage .colleft {
	right:50%;			/* right column width */
	background:#000;		/* left column background colour */
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:60%;			/* right column width plus left column left padding, orig 52 */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	margin-top:36px
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}