/* main styles */
div#container {
	position: relative;
	width: 800px;
	height: auto;
	min-height: 420px;
	margin: 0 auto;
	padding: 0 0 10px;
	color: #006600;
	background-color: #ffffff;
	text-align: left;
	left: 24px;
	top: 10px;


}

div#header {
  width: auto;
  height: 500px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(/present/image/topimage.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
div#header h1, div#header p {
  text-indent: -9999px;
}
div#header a {
  display: block;
  width: 250px;
  height: 110px;
}

div#siteBanner {
	clear: both;
	width: 800px;
	height: 400px;
	color: #000000;
	background-color: transparent;
	background-image: url(/present/image/presentList.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
#home div#siteBanner {
	background-image: url(/present/image/presentList.gif);
	background-repeat: no-repeat;
	top: 100px;

}

div#mainContents {
  display: block;
  float: left;
  width: 750px;
  height: auto;
  margin: 10 10 1em 0;
}

#main{
	width: 800px;
	margin: auto;
	text-align:left;
	font-size:80%;

}

#main h3{
	padding: 4px;
	background-color:#006600;
	font-size:120%;
	color: #FFFFFF;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;

}

#main li{
	font-size:12px;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 20px;


}
#main .body{
	width: 800px;
	height: auto;
	float:left;
	clear:both;
	font-size: 12px;

}

#main .body p{
	margin: 10px;
	font-size: 12px;

}

#main .menu{
	width: 264px;
	float:left;
	font-size:14px;
	margin-top: 250px;
	margin-left: 2px;
}

#main .menu p{
	margin: 8px 0px 8px 8px;

}

#main .menu h2{
	margin: 2px 0px 10px 3px;
	font-size:12px;
	font-style: normal;
	font-weight: bold;


}

#main .menu#mn1 p{
	color:#0A50A1;
}
#main .menu#mn2 p{
	color:#0066FF;
}
#main .menu#mn3 p{
	color:#FF0000;

}
