﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
.newStyle1 {
	font-family: Mosaic_Solid;
	font-size: large;
	font-weight: bold;
	text-align: center;
	background-color: #808080;
	border: thick groove #00FF00;
}
.newStyle4 {
	font-family: "asenine wide";
	font-size: medium;
	color: #000000;
	text-align: right;
}
.newStyle5 {
	font-family: "Blue Highway D Type";
	font-size: medium;
	color: #00FF00;
	text-align: center;
	background-color: #808080;
	border: thick ridge #00FF00;
}
.newStyle6 {
	font-family: "Microsoft YaHei";
	font-size: xx-large;
	color: #00E600;
}
