html, body {
	height: 100%;
	margin: auto;

	padding: auto;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cccc00;
	font-size: 10px;
}

/* center in middle of screen */

#wrapper1 {
      left: 50%;
      top: 50%;
      width: 300px;
      height: 300px;
      margin-left: -150px; /* half of width */
      margin-top: -150px;  /* half of height */
}




#base {
	position:absolute;
    left: 50%;
    top :50%;
    width: 780px;
    height: 480px;
    margin-left: -390px;  /* half of width */
    margin-top: -240px;   /* half of height */
}
#whitebox {
	position:absolute;
    width: 780px;
    height: 458px;
    border: 1px solid #fff;
	background-image: url(/images/bg_menu.jpg);
	background-repeat:no-repeat;
}

#menu_row_bg {
	position: relative;
	width: 750px;
	height: 18px;  /* 24 height */
	color: #ffffff;
	padding-right: 30px;
}


#black_bar {
	position: relative;
	background-color: #000;
	top: 5px;
	height: 130px;
	background-image: url(/images/bg_black.jpg);
	background-repeat:no-repeat;
}
#lower_panel {
	position: relative;
	width: 780px;
	height: 305px;
	top: 5px;
	background-image: url(/images/bg_lower.jpg);
	background-repeat:no-repeat;
}

#left_body {
	position: relative;
	width: 230px;  /* 293 */
	height: 305px;
	padding-left: 60px;
	padding-right: 3px;
	overflow: auto;
}

#left_body p {
	font-size: 12px;
}

#left_body a {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

#left_body a:hover {
	color: white;
}

#footer {
	position: absolute;
	top: 462px;
	width: 780px;  /* 780 */
	height: 17px;
	color: #000;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 10px;
}

a {
	color: #fff;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.white {
	color: #fff;
	padding: 0px 1px 0px 1px;
}

h1 {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 200;
}

p {
	font-size: 10px;
	line-height: 14px;
}



/* sub template 1 */
#TPT_1a, #TPT_1b, #TPT_1c, #TPT_1d {
	position: absolute;
	height: 205px;
	width: 205px;
}


#TPT_2a, #TPT_2b {
	position: absolute;
	height: 205px;
	width: 419px;
}
#TPT_3a, #TPT_3b {
	position: absolute;
	height: 419px;
	width: 205px;
}
#TPT_4 {
	position: absolute;
	height: 419px;
	width: 419px;
}
.TPT_topleft {
	top:  -122px;
	left: 301px;
}
.TPT_topright {
	top:  -122px;
	left: 515px;
}
.TPT_botleft {
	top:  94px;
	left: 301px;
}
.TPT_botright {
	top:  94px;
	left: 515px;
}
.TPT_topleft img, .TPT_topright img, .TPT_botleft img, .TPT_botright img {
	border: 1px solid #fff;
}

#freshconcept_link {
	color: black;
}
#freshconcept_logo {
	float: left;
	display: inline;
	margin-top: -3px;
	margin-right: 2px;
}


/* gallery */
#GAL_category {
	position: absolute;
	top: -20px;
	left: 445px;
	width: 300px;
	height: 20px;
	color: #fff;
	text-align: right;
	font-size:14px;
}
#TPT_4 {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 305px;
	width: 480px;
	overflow: auto;
}

.GAL_menu {
	color: #000;
	font-size: 12px;
}

.GAL_menu:hover {
	text-decoration: underline;
}
.GAL_content {
	padding-top: 10px;
	padding-left: 10px;
}
.GAL_content td{
	padding: 5px;
	text-align: center;
}

.GAL_content a {
	color: #000;
}
.GAL_content a:hover {
	color: #fff;
	text-decoration: none;
}

