@charset "utf-8";
/* CSS Document */

body				{ background: #3f3f3f; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; border: 0; padding: 0; margin-left: 0px; margin-top: 100px; margin-right: 0px; margin-bottom: 0px; }
img					{ border: 0; }

#wrapper			{ width: 805px; position: relative; margin: 0px; padding: 0px; }
#header				{ width: 805px; height: 50px; }
#header	.logo		{ float: right; width: 350px; height: 50px; margin-right: 40px; }

#logo_home			{ float: left; width: 575px; height: 303px; margin-top: 90px; }
#logo_home .logo	{ float: right; width: 374px; height: 50px; }

#wrap_content		{ width: 805px; margin: 0 auto; }
#title				{ float: left; width: 130px; height: 90px; border-bottom: 1px solid #AEF2E1; }
#title .titleTXT	{ font-family: Arial, Helvetica, sans-serif; font-size: 32px; text-align: left; margin-top: 40px; }
#title .titleIMG	{ text-align: left; margin-top: 45px; }
#content			{ float: left; width: 575px; height: 303px; border: 1px solid #AEF2E1; }
#content .txt		{ margin-left: 75px; margin-top: 50px; margin-right: 50px; margin-bottom: 50px; }
#content p			{ font-size: 12px; text-align: justify; line-height: 16px; }
#content a:link		{ color: #FFFFFF; text-decoration: none; }
#content a:visited	{ color: #FFFFFF; text-decoration: none; }
#content a:hover	{ color: #d9d9d9; text-decoration: none; }

#nav_home			{ float: left; width: 95px; margin-top: 190px; }
#nav_home .nav		{ display: block; font-size: 18px; line-height: 30px; text-align: left; }
#nav_home a:link	{ color: #FFFFFF; text-decoration: none; }
#nav_home a:visited	{ color: #FFFFFF; text-decoration: none; }
#nav_home a:hover	{ color: #d9d9d9; text-decoration: none; }

#nav				{ float: left; width: 95px; margin-top: 214px; }
#nav .nav			{ display: block; font-size: 18px; line-height: 30px; margin-left: 10px; text-align: left; }
#nav a:link			{ color: #FFFFFF; text-decoration: none; }
#nav a:visited		{ color: #FFFFFF; text-decoration: none; }
#nav a:hover		{ color: #d9d9d9; text-decoration: none; }

#footer				{ width: 805px; float: left; height: 50px; height: 90px; margin-top: 60px; }
#footer	 .footer	{ color: #FFFFFF; font-size: 9px; text-transform: uppercase; word-spacing: 1px; letter-spacing: 0px; font-weight: bold; padding-left: 5px; padding-right: 5px; }
#footer	 a:link		{ color: #FFFFFF; text-decoration: none; }
#footer	 a:visited	{ color: #FFFFFF; text-decoration: none; }
#footer	 a:hover	{ color: #d9d9d9; text-decoration: none; }
