@charset "utf-8";
/* CSS Document */

/* CSS Document [Default Reset]  */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333333;
}

h1 {
	padding: 15px 0 10px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}
h2 {
	padding: 5px 0;
	letter-spacing: 0px;
	font-size: 1.5em;
}
h3 {
	font-weight: bold;
	font-size: 1.25em;
}


/* Page structure and layout [Custom configuration] */

img {
	border: 0;
}

img a
{
	border: none;
	background: none;
	text-decoration: none;
}

/* < hack codes for IE >
* html #element { code; }
*/
* { margin: 0; padding: 0; }


#inner_content_area
{
	position: relative;
	
}


#landing_container_top 
{
	/*
	width: 800px;
	*/
	width: 510px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
}

#landing_container_text 
{
	width: 500px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
}

.landing_container_text
{
	color:#333333;
	font-size:12px;
}

#landing_container_right
{
	width: 200px;
	position: relative;
	margin-top: -200px;
	margin-left: 625px;
	
}

.landing_container_right
{
	color:#333333;
	font-size:18px;
	font-weight:bold;
}

#landing_container_bottom
{
	width: 510px;
	position: relative;
	margin-top: 30px;
}

#footArea 
{
	position: relative;
	margin-top: -10px;
	/*
	margin-left: 95px;
	*/
	height: 15px;
}

#footArea ul, li 
{
	text-align: left; /* This is the tweak i made */
	font-size:11px;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footArea a
{
	color: #000000;
	background-color: #FFFFFF; 
	text-decoration: none;
}

a:active,
a:hover,
a:focus 
{
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #C62396; 
}

#copyright_area
{
	position: relative;
	margin-top: 0;
	margin-left: 300px;
}
