body
{
	background-image:url('/images/tile.png');
}

a:link
{
	color: #FFF;
	font-family: "Arial",Sans-Serif;
	font-size: 20px;
	text-decoration: none;
}

a:visited
{
	color: #FFF;
	font-family: "Arial",Sans-Serif;
	font-size: 20px;	
	text-decoration: none;
}

a:hover
{
	color: #74beea;
	font-family: "Arial",Sans-Serif;
	font-size: 20px;
	text-decoration: none;
}

a:active
{
	color: #74beea;
	font-family: "Arial",Sans-Serif;
	font-size: 20px;
	text-decoration: none;
}

div#content
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
}

div#home_navigation
{
	width: 254px;
	height: 520px;
	background-image:url('/images/home-nav-plate.png');
	background-repeat: no-repeat;
	float: left;
}

div#home_content
{
	width: 620px;
	height: 840px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

div#home_images
{
	position: relative;
	width: 700px;
	left: -40px;
	top: -100px;
}

div#home_text
{
	position: relative;
	top: -100px;
	font-family: "Arial",Sans-Serif;
	font-size: 14px;
	width: 580px;
	margin-left: 20px;
	line-height: 150%;
}

img#home_logo_tag
{
	margin-left: 60px;
	margin-top: 20px;
}

div#home_content_text
{
	width: 620px;
	height: 344px;
	margin-top: 120px;
	background-image:url('/images/home-content-plate.png');
	background-repeat: no-repeat;
}

/* Left Menu */
ul.left_menu_list
{
	margin-left: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 40px;
	padding: 0;
	width: 165px;
	list-style-type: none;
}

ul.left_menu_list li
{
	display: block;
	line-height: normal;
	margin-bottom: 12px;
}

ul.left_menu_list li a:link
{
	color: #000;
	font-family: "Arial",sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

ul.left_menu_list li a:visited
{
	color: #000;
	font-family: "Arial",Sans-Serif;
	font-size: 16px;	
	text-decoration: none;
	font-weight: bold;
}

ul.left_menu_list li a:hover
{
	color: #74beea;
	font-family: "Arial",Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

ul.left_menu_list li a:active
{
	color: #74beea;
	font-family: "Arial",Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}