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

*{padding: 0; margin: 0;}
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: arial, Lucida Sans, verdana;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
a:hover{
}
#content{
	height: 200px;

}

#text{
	width: 407px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 18px;
	font-family: arial, Lucida Sans, verdana;
	border: 1px dotted #CCCCCC;
	
}
#flash{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 18px;
	font-family: arial, Lucida Sans, verdana;
	height: 500px;
}

#header
{
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/img_01.png);
	background-repeat: repeat-x;
}

#header_bot{
	background-image: url(images/img_12.png);
	height: 34px;
	background-repeat: repeat-x;

}

#logo
{
	margin-right: auto;
	margin-left: auto;
	width: 407px;
}

#links
{
	background-image: url(images/img_06.png);
	background-repeat: repeat-x;
	height: 42px;
}

#link_table{
	margin-right: auto;
	margin-left: auto;
	height: 42px;
	width: 407px;
}

/* Footer */

#footer {
	background-image: url(images/images/imgs_35.png);
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}


#footer p {
	text-align: center;
	font-size: 12px;
	color: #C66A17;
	font-weight: bold;
}

#footer a {
	color: #83B3CE;
}
