body {
	margin: 0;
	padding: 0;
}
html {
	background-color: #d9e8f4;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	min-height: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
	border: none; 
}

* a {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}

* a:hover {
	text-decoration: underline;
	color: #0066FF;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 0 20px;
}

strong {
	padding: 0 11px;
}

#container_box {
	margin: 0 auto;
	width: 836px;
	padding: 0 0 10px 0;
	background: #FFFFFF;
	background-image: url(images/bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*the whole site block*/
#container {
	background-image: url(images/sun.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding: 0;
	width:834px;
	min-height: 500px;
}
* html #container { 	height: 500px;}

/*top menu*/
#top {
	position: relative;
	top: 32px;
	width: 834px;

}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 600px;
	height: 20px;
	margin: 0 0 0 200px;
	padding: 5px 0 20px 0;
}

.menu ul {
	position: absolute;
	right: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0;
	padding: 0 16px 0 0;
	float: left;
}

#reg_link a {
	color: #666666;
	display: block;
	display: inline;
	width: 100%;
	text-decoration: none;
}
#reg_link a:hover {
	color: #0066FF;
}

.menu a {
	color: #666666;
	display: block;
	display: inline;
	width: 100%;
	text-decoration: none;
}
.menu a:hover {
	color: #0066FF;
}
.gallery_thumb {
	float: left;
	background: #333;
	padding: 10px 10px;
	margin-right: 10px;
	text-align: center;
}
.gallery_thumb img {
	border: 1px #fff solid;
}
#mainpic {
	position: relative;
	left: 2px;
	background-image: url(images/mainpic4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 834px;
	height: 175px;
	min-height: 175px;
}
#right_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	color: #0066b3;
	width: 764px;
	height: 50px;
	min-height: 40px;
	padding: 5px 40px 0 20px;
}
#main_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 714px;
	min-height: 300px;
	padding: 20px 45px 20px 55px;
}
* html #main_body { height: 300px;}
#main_body ul{
	list-style-type: none;
	color: #666666;
}
#main_body ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	padding: 0;
	margin: 0;
	color: #666666;
	text-decoration: none;
}
#main_body ul li a:hover{
	color: #666666;
	text-decoration: underline;
}
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	width: 724px;
	min-height: 100px;
	padding: 0;
	margin: 0;
	background-image: url(images/content_side.gif);
	background-position: 0 25px;
	background-repeat: no-repeat;
}
#box h1 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #666666;
}

#table_hold table {
	border: 1px #eee solid;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#table_hold td {
	border: 1px #eee solid;
	padding: 3px;
}

#table_hold strong {
	color: #666;
	text-align: left;
}

#footer {
	background-image: url(images/fruit1.jpg);
	background-position: 20px 5px;
	background-repeat: no-repeat;
	width: 794px;
	height: 80px;
	min-height: 80px;
	padding: 10px 20px 0 20px;
}
#footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	position: relative;
	left: 130px;
	top: 30px;
	border-bottom: #CCCCCC 1px solid;
	width: 630px;
	height: 15px;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
</style>