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

.clear { clear: both }


* {
	margin: 0;
}

html, body {
	height: 100%;
}

body
{ 
background-image: 
url('../images/back_repeat.jpg');
background-repeat: repeat-x;
margin: 0px auto;
padding: 0px;
text-align: center;
font-family:Verdana, Geneva, sans-serif;
font-size: 8pt;
color: #5e5e5e;
}

#totalframe
{ 
	min-height: 294px;
}

#logo
{
	margin : auto;
	margin-left: 15px;
	margin-top: 15px;
	text-align: right;
}

#menu
{
	position : relative;
	top: 15px;
	text-align: right;
	color: #FFF;
	font-size: 9pt;
}



#menu a
{
	text-decoration: none;
	color: #FFF;
}

#menu ul
{
	list-style: none;
	padding-left: 0px;

	
}

#menu li
{
	padding-top: 7px;
	display:block;
	width: 190px;
	padding-bottom: 7px;
	padding-right: 20px;
}


#rightframe
{ 
width : 660px;
display: block;
float: right;
min-height: 526px;
text-align: center;
}


#textframe
{ 
position : relative;
top : 30px;
width : 608px;
display: block;
margin: auto;
background-color:#FFF;
min-height: 507px;
text-align: left;
}

/*
#textframescroll
{ 
width : 600px;
height: 332px;
overflow:auto;
}*/

#textframe img
{ 
	display:block;
	float: left;
	margin: 20px;
}



#shadowleft
{
	position: relative;
	background-image:url(../images/shadow_left.jpg);
	display: block;
	width: 26px;
	height: 349px;
	float: left;
	top:258px;
}

#shadowright
{
	position: relative;
	background-image:url(../images/shadow_right.jpg);
	display: block;
	width: 26px;
	height: 349px;
	float: right;
	top:258px;
}


#menutop
{
	display: block;
	float: right;
    height: 20px;
   padding-top: 10px;
   color:#fff;
   font-size: 8pt;
   margin-right: 355px;
}



#menutop a
{
	color: #86beff;
	text-decoration: none;
}


#menutop a:hover
{
	color: #b8e172;
	text-decoration:underline;
}


.wrapper {
	position: relative;
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 50px;
}

.footer {
	position: relative;
	display: block;
	margin:auto;
	height: 200px;
	background-color: #124a96;
	background-image:url(../images/footer_repeat.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}

/* .push {
	position: relative;
	display: block;
	margin:auto;
	height: 200px; 
}*/


#foot {
	position:relative;
	margin:auto;
	text-align:left;
	width: 810px;
	height: 150px;
	color: #FFF;
}

#picfooter {
	display:block;
	float:right;
}

#copyright {
	margin-top: 70px;
	margin-left: 220px;
	width: 400px;
	display:block;
	float:left;
}

#copyright p {
	margin: 10px;
}

#copyright a
{
	color: #86beff;
}

#copyright a:hover
{
	color: #b8e172;
}


a img {
	border: 0px;
}



#img_section
{
	position: relative;
	top: 10px;
	text-align:center;
}

h2{
	margin-top:20px;
	margin-bottom:3px;
}

