* {
	margin: 0px;
	padding: 0px;
}
#nav_base {
	background-image: url(../images/baseart/synopsis_nav_strip.jpg);
	height: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #333333;
}
h1, h2, h3 {
	color: #CC0000;
}
h1 {
	font-size: 0.8em;
}
h2 {
	font-size: 0.7em;
}
p {
	font-size: 0.7em;
	line-height: 1.3em;
	padding: 0px;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */    
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
}
#header {
	height: 100px;
	background-color: #000000;
	position: relative;
	text-align: left;
}
#navigation {
	background-color: #000000;
	height: 25px;
	background-image: url(../images/baseart/background.gif);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
	vertical-align: top;
}
#footer {
	background-color: #333333;
	vertical-align: middle;
	background-repeat: repeat;
	position: static;
	height: 25px;
	width: 760px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #CCCCCC;
}
#base {
	height: 30px;
}
.removeborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#header1 {
	float: left;
	width: 240px;
	position: relative;
	height: 100px;
}
#header2 {
	float: left;
	position: relative;
	width: 520px;
	height: 100px;
	background-image: url(../images/baseart/header_background.jpg);
}
.list {
	list-style-type: none;
}
.text_regular {
	font-size: 0.7em;
	line-height: 0.8em;
}

a:visited {
  color: #CC0000;
}
a:link {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #CC0000;
}
.link_footer {
	color: #FFFFFF;
}
h2 {
	font-size: 0.8em;
}
