/* CSS Document */
body {
	text-align:center;
	background-image:   url(../images/bkg.gif);
	BACKGROUND-REPEAT: repeat-x;
	background-position: bottom left;
	background-color: #BCE6FA;
	height:100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

input, select {
  margin: 0;
  padding: 0;
}

#wrapper{
	width: 850px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: table;
	position: relative;
}

#banner{
width: 850px;
height: 114px;
}

#center{
	width: 850px;
	height: 100%;
	background-image: url(../images/Home_02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
}

/* the following rule is recognized only by IE */
	
* html #center{
	width: 850px;
	height: 100%;
	background-image: url(../images/Home_02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	text-align: center;
}


#wrapper2{
width: 700px;
text-align: center;
margin: 0px 75px 0px 75px;
background-image: url(../images/nav_03.gif);
background-position: top left;
background-repeat: no-repeat;
color: #fff;
min-height: 404px;
height: auto;
}

/* the following rule is recognized only by IE */
	
* html #wrapper2{
width: 700px;
background-image: url(../images/nav_03.gif);
background-position: top left;
background-repeat: no-repeat;
text-align: center;
height: 350px;
}

#nav{
	width: 125px;
	height: 404px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

#content{
	width: 555px;
	min-height: 100%;
	height: auto;
 	margin: 0px 0px 0px 10px;
	padding: 10px;
	text-align: left;
	overflow:hidden;
}

/* the following rule is recognized only by IE */
	
* html #content{
	width: 555px;
	height: 100%;
 	margin: 0px 0px 0px 125px;
	padding: 0px;
	text-align: left;
	overflow:hidden;
}

#content p{
	color: #000000;
}

#footer{
	background-image: url(../images/Home_03.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 850px;
	height: 132px;
	/*margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;*/
	text-align: center;
}
/* the following rule is recognized only by IE */
	
* html #footer{
	background-image: url(../images/Home_03.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 850px;
	height: 132px;
	/*margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;*/
	text-align: center;
}

#footer a{
	color: #FFE49E;
}

#links{
	width: 700px;
	padding: 80px 0px 0px 0px;
}
#links p{
	font-size: 12px;
	color: #FFFFFF;
}

#links a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#buttons {
	width: 125px;
	height: 178px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mice {
	font-size: 10px;
}