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

* { margin:0; padding:0; font-size:100%;}

body {
	background:#e22e2e;
	text-align:center;
	}

html, input, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color:#a5a3a3;
}

a { outline:none; color:#fdb404;}
a:hover { text-decoration: none;}
a img { border:0;}
ul { list-style:none;}

p { padding-top:16px;}

.text-justify { text-align:justify;}
.text-left { text-align:left;}
.text-right { text-align:right;}

.container {width:100%; overflow:hidden;}
.col-1, .col-2, .col-3 { float:left; }

/* ******* ******* ******* ******* ******* */
#main { width:820px; margin:0 auto; text-align:justify; background:url(images/bg-page.gif) left top repeat-y;}
.bg-page-top { background: url(images/bg-page-top.jpg) top left no-repeat;}

h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fdb404; font-weight:normal; display:block; padding:0 0 10px 0;}
h2 span { font-size:18px; color:#e22e2e; }

h3 { font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; display:block; width:205px; border-bottom:3px solid #fff; padding:0 0 3px 0;}

/* ******* ******* header ******* ******* */
#header {}

.menu-1 { float:left; margin-right:-4px;}



/* ******* ******* content ******* ******* */
#content {}

.box { background:#efefef;}
.box .corner-top-left { background:url(images/box-corner-left.gif) top left no-repeat;}
.box .corner-top-right { background:url(images/box-corner-right.gif) top right no-repeat;}
.box .corner-bot-right { background:url(images/box-corner-right-bot.jpg) bottom right no-repeat;}

.list-1 { padding:0 0 0 20px;}
.list-1 li {}

.list-2 { padding:0 0 0 20px; list-style:disc;}
.list-2 li {}

/* ******* ******* footer ******* ******* */
#footer { height:54px; font-family:Tahoma, sans-serif; font-size:11px; color:#dfe5d5; padding:10px 0 0 23px;}
#footer a {color:#dfe5d5;}









