
/* 
  Normal HTML tags 
*/

body {
	margin:0px;
	
	margin-top:12%;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;

	font-family:"Century Gothic";
	font-size:14px;
}


/*
  ID tags
*/
#aboveLine a:link, a:visited, a:active {
	font-family:"Century Gothic";
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

#aboveLine a:hover {
	font-family:"Century Gothic";
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}

#aboveLine u {
	font-family:"Century Gothic";
	font-size:14px;
	color:#666666;
}

#aboveLine b {
	font-family:"Century Gothic";
	font-size:14px;
	color:#000000;
	font-weight:normal;
}

#aboveLine {
	color:#333333;
	font-family:"Century Gothic";
	font-size:14px;
	text-align:center;
	letter-spacing:0.25em;
	line-height:21px;
}

#belowLine {
	color:#666666;
	font-family:"Century Gothic";
	font-size:10px;
	text-align:center;
	letter-spacing:0.25em;
	line-height:21px;
}

#container {
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:thin;
	
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:thin;

	height:300px;
	min-height:300px;
	max-height:300px;
	
	width:100%;
	min-width:10%;
	max-width:100%;

}

#logo {
	text-align:left;
	margin-left:2em;
}

#copyright {
	color:#666666;
	font-family:"Century Gothic";
	font-size:11px;
	text-align:center;
	letter-spacing:0.25em;

	margin-top:5%;
}



/*
  Class tags
*/

.leftbox {
	float:left;

	margin-top:0px;
	margin-bottom:0px;
	margin-right:0.25em;
	margin-left:0.5em;
}

.rightbox {
	float:left;
	
	color:#666666;
	font-family:"Century Gothic";
	font-size:12px;
	
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0.5em;
	margin-left:0.25em;
}

.rightbox b {
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

.rightbox a:link, a:visited, a:active {
	color:#000000;
	text-decoration:underline;
}

.rightbox a:hover {
	color:#999999;
	text-decoration:none;
}

