body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	background-color:#FFFFFF; /* column 2 background colour */
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:80%; /* move 80% from right to make container1's width to be 20% */
	background-color:#121210; /* column 1 background colour */
}

#col1 {
	float:left;
	width:20%;
	position:relative;
	left:80%;
	overflow:hidden;
}

#col2 {
	float:left;
	width:80%;
	position:relative;
	left:80%;
	overflow:hidden;
}

#nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#nav a:link {
	color:#CCCCCC;
	text-decoration: none;
}

#nav a:visited {
	text-decoration: none;
	color:#CCCCCC;
}

#nav a:hover {
	text-decoration: underline;
	color: #DD1846;
}

#nav a:active {
	text-decoration: none;
	color:#CCCCCC;
}

#col1 h1
{
	color: #DD1846;
	font-size: 70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 70px;
	margin-bottom: 50px;
}

#col1 h6{
	color: #DD1846;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#main {
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#main a:link {
	color:#999999;
	text-decoration: none;
}

#main a:visited {
	text-decoration: none;
	color:#999999;
}

#main a:hover {
	text-decoration: underline;
	color: #DD1846;
}

#main a:active {
	text-decoration: none;
	color:#999999;
}

.header {
	color: #666666;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.headerHL {
	color: #DD1846;
}

.header_sub {
	color: #DD1846;
	float: left;
	clear: right;
}

.tel{
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
}

.quicklink {
	border: 1px dotted #D8D8D8;
	margin-top: 40px;
	padding: 5px;
	color: #CCCCCC;
	clear: right;
	margin-bottom: 40px;
}

.date{
	color: #999999;
}

.text{
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}

.img {
	border: 1px solid #000000;
}

.backtop{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}



#btn_back{
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	width: 350px;
}

#btn_back a:link {
	color:#999999;
	text-decoration: none;
}

#btn_back a:visited {
	text-decoration: none;
	color:#999999;
}

#btn_back a:hover {
	text-decoration: none;
	color: #DD1846;
}

#btn_back a:active {
	text-decoration: none;
	color:#999999;
}

#btn_back2{
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	width: 430px;
}

#btn_back2 a:link {
	color:#999999;
	text-decoration: none;
}

#btn_back2 a:visited {
	text-decoration: none;
	color:#999999;
}

#btn_back2 a:hover {
	text-decoration: none;
	color: #DD1846;
}

#btn_back2 a:active {
	text-decoration: none;
	color:#999999;
}

#btm_text{
	font-size: 10px;
	clear: right;
	float: right;
	padding-top: 50px;
	color: #999999;
}

.clear{ clear:both; } /* Required for Firefox 100%b height fix. */

