#topbar {
	/*contains banner*/

	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 105px;

	padding: 0px;
	
}

#bottom {
	/* contains everything under banner */
	/*background-color:#CCFFCC;*/
	position:absolute;
	top:110px;
	width: 100%;

}


#main {
	/*contained within bottom*/
	/*margin determines size of columns */
	/*background is colour of content section */
	margin-left:135px;
	margin-right:135px;
    	padding-left:0px;
    	/*background-color:#FFCCCC;*/

}

#pagetitle, #menubar, #content, #textmenu {
	border: solid;
	border-width: 3px;
	border-color: #FF9933;
}

#pagetitle {
	/* contained within main */
	padding:5px;
		
}

#menubar {
	/* contained within main */

	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	

	/*border-width: 0px 0px 0px 0px;*/
}

#content {
	/* contained within main */
	
	margin: 0px;
	padding: 5px;
	
}



#translation {
	/* contained within content */
	padding: 10px;
	margin-top: 20px;

	margin-left: 20px;
	margin-right: 20px;
}

#textmenu{
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

}

/*Side Columns */

#leftcolumn {
	position: absolute;
	top: 110px;
	left:0px;
	width:135px;

	
}


#rightcolumn {
	position: absolute;
	top: 110px;
	right:0px;
	width:135px;

	
}

/*----------*/

body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color: #FFFFCC;

}

p {
	font-size: 1em;
	font-family:arial, helvetica, sans-serif;
}

.center {
	text-align: center;
}

.title {
	font-size: 1.1em;
	font-family: "arial black", arial, helvetica, sans-serif;
	/*font-weight: bold;
	font-variant: small-caps;*/
}

.comiccontents {
	font-size: smaller;
	font-style: italic;
}

.subnote {
	font-size: smaller;
}

.footer {
	font-size: smaller;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.highlight {
	background-color: #FFCC66;
}

.strike {
	text-decoration: line-through;
	font-style: italic;
}

h1, h2, h3 {
	color: #FF9933;
	font-family: bazooka, impact, "arial black", arial, sans-serif;
}

h1 {
	font-size: xx-large;
	text-align: center;

}

h2 {
	font-size: x-large;

}

h3 {
	font-size: large;
}

/*----------*/

a:link {
	color: #FF9933;
	/*text-decoration: underline;*/

}

a:visited {
	color: #CC6600;
}

a:hover {
	color: #FF0000;
	/*background-color: #FFDDAA;*/

}

a:active {

}

/*----------*/
table {

	font-size: 1em;
	font-family:arial, helvetica, sans-serif;
	table-layout: auto;

}

tr {

}

td {

}