BODY {	margin: 0 px;
	padding: 0px;
	background: #333;
	color: #FFF;
	font-family: /*"hooge 05_53",*/ Courier, sans-serif;
	font-size: 10pt;
	}

a {	background: transparent;
	text-decoration: none;
	}

a:link { color: #FFCC00; }
a:visited { color: #FFCC00; }
a:active { color: #FFCC66; }
a:hover { color: #FFFF33; }

#container {	position: relative;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		top: 0px;
		left: 0px;
		width: 750px;
		padding: 0px;
		background: #333 url(images/containerBG.gif) repeat-y;
		}

#container #pageheader { width: 750px;
			height: 250px;
			margin: 0px;
			padding: 0px;
			background: url(images/containerTOP.jpg) top left no-repeat;
			}
#container #pageheader h1 { display: none; }

#container #main { width: 590px;
		margin-left: 155px;
		marrin-top: 250px;
		background: #666666;
		}

#container #main #content { width: 590px;
			margin: 0px;
			padding: 5px 5px 10px 5 px;
			background: url(images/contentBG.gif) bottom left repeat-y;
			}

#container #main #content h3 { background: url(images/contentTOP.gif) top left no-repeat; padding: 15px 0 0 0; margin: 0 0 0 0;}


#container #main #content .headings { color: #FFCC00; 
									font-weight: bold;
									text-decoration: underline;
									text-align: center;
									}
								

#container #main #content table { width: 500px;
									text-align: center;									
									}

#container #main #content #updates { width: 450px;
									 position: relative;
									 left: 5px;
									 top: 5px;
									 margin: 0 0 0 0;
									 padding: 0;
									 
									}
#container #main #content #updates .date { font-variant: small-caps;
								width: 99%;
								font-family: san-serif;
								color: #FFCC00;
								text-align: left;
								margin: 0 0 0 10px;
								padding: 10px 3px 3px 3px;
								}

#container #main #content #flags { position: absolute;
									margin: 10px 10px 10px 450px;
									
									right: 5px;
									width: 110px;
									height: 100%;
									
									}
		
#container #main #content #flags img {  
										align: center;
										padding: 10px;
										display: block;
										}

#container #main #content p {padding: 0 20px 0 20px;  }

#container #main #content p.last { padding: 5px 10px 50px 10px;
			background: url(images/contentBOTTOM.gif) bottom left no-repeat;
			}

#container #main #content a { text-decoration: underline; 	}

#container #main #content ul { display: block; line-height: 40px; list-style: none; }


#container #main #content ol.maplist { list-style-type: decimal;
										padding: 0 0 0 10%;
										margin: 0 5px 0 5px;
										}

#container #menus { 
		font-family: sans-serif;
		position: absolute;
		left: 5px;
		top: 250px;
		width: 150px;
		margin: 0 0 5px 0;
		padding: 0;
		}
#container #menus a { display: block; 
		width: 100%;
		}

#container #menus #Imenu, #container #menus #Cmenu, #container #menus #Smenu, #container #menus #Bmenu, #container #menus #Amenu { background: url(images/menuBOTTOM.gif) bottom left no-repeat; 
			padding-bottom: 15px;
			margin: 0; }

#container #menus #Imenu ul, #container #menus #Cmenu ul, #container #menus #Bmenu ul, #container #menus #Amenu ul { list-style: none; 
				background: url(images/menuBG.gif) top left repeat-y;
				padding: 0 0 0 10px;
				margin: 0 0 0 0;
				font-size: 8pt;
				}

#container #menus #Amenu li {				
				display: block;
				text-decoration: underline;
				}
				
#container #menus #Smenu ul { list-style: none;
				font-family: arial;
				background: url(images/menuBG.gif) top left repeat-y;
				text-align: center;
				padding: 0 0 0 10px;
				margin: 0;
				font-size: 7pt;
				}
#container #menus #Imenu h3.infosys { background: url(images/infosysTOP.gif) top left no-repeat;  padding-top: 40px; margin: 0 0 0 0;}
#container #menus #Cmenu h3.comsys { background: url(images/comsysTOP.gif) top left no-repeat; padding-top: 40px; margin: 0 0 0 0;}
#container #menus #Smenu h3.ip { background: url(images/ipTOP.gif) top left no-repeat; padding-top: 40px; margin: 0 0 0 0;}
#container #menus #Amenu h3.aux { background: url(images/auxTOP.gif) top left no-repeat; padding-top: 40px; margin: 0 0 0 0;}
#container #menus #Bmenu h3.clanbase { background: url(images/clanbaseTOP.gif) top left no-repeat; padding-top: 40px; margin: 0 0 0 0;}

#container #footer { background: url(images/containerBOTTOM.gif) bottom left no-repeat;
					padding-top: 50px;
					}
	
#credits {padding: 10px 10px 10px 10px;
					font-size: 10pt;
					font-variant: small-caps;
					}
	