* {
	border: 0;
	margin: 0;
	padding: 0;
}
html>body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #021f34;
	font-size: 12px;
	background: url(images/global-bg.png) repeat-x #cce3f3;
	font-family: "Trebuchet MS", Arial, Tahoma;
}
a {
	text-decoration: none;
}
p {
	margin-bottom: 6px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
ol,ul {
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 6px;
}
ol li, ul li {
}

#fp-header {
	height: 175px;
	text-align: center;
	margin-bottom: 0px;
}
#fp-menubar{
	height: 32px;
	background: url(images/ausmmo-front-menu-bg.png) repeat-x;
	text-align: center;
}
#fp-menubar a {
	color: #e69527;
	font-weight: bold;
	font-size: 16pt;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
}
#fp-menubar a:hover {
	color: #f2a941;
	border-bottom: 1px dotted #f2a941;
}

.round01 h2, .round02 h2 {
	color: #e69527;
	background:url(/mmoforums/styles/AeroBlue/theme/images/cellpic1.gif) repeat-x;
	font-size: 130%;
	font-weight: 900;
	min-height: 28px;
}
.round01 p, .round02 p {
	color: #021f34;
}


.round01 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding: 5px;
	border-collapse:collapse;
}
.round02 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0px;
	border-collapse:collapse;
}

.r1c1 {
	height: 18px;
	width: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/tl.png) no-repeat;
}
.r1c2 {
	height: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/tm.png) repeat-x;
}
.r1c3 {
	height: 18px;
	width: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/tr.png) no-repeat;
}
.r2c1 {
	width: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/ml.png) repeat-y;
}
.r2c2 {
	background:url(images/bg-diag-aquawhite.png) repeat;
}
.r2c3 {
	width: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/mr.png) repeat-y;
}
.r3c1 {
	height: 18px;
	width: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/bl.png) no-repeat;
}
.r3c2 {
	height: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/bm.png) repeat-x;
}
.r3c3 {
	height: 18px;
	width: 18px;
	background:url(/mmoforums/styles/AeroBlue/theme/images/br.png) no-repeat;
}

#navSub {
	display: block;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#navSub a {
	display: inline;
	float: left;
	width: 100px;
	height: 40px;
	font-size: 1.2em;
	color: #e69426;
	background:url(/images/ausMMO_DropButton.gif) no-repeat;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}
#navSub a:hover {
	color: navy;
	font-weight: 900;
	background:url(/images/ausMMO_DropButtonHover.gif) no-repeat;
}

