@charset "ISO-8859-1";

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;	
}


a.logo:link {
	text-decoration: none;
	color: #669933;
	font-size: 20px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
a.logo:visited {
	text-decoration: none;
	color: #669933;
	font-size: 20px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
a.logo:hover {
	text-decoration: none;
	color: #666666;
	font-size: 20px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
a.logo:active {
	text-decoration: none;
	color: #999999;
	font-size: 20px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}


a.main:link {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
a.main:visited {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
a.main:hover {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
a.main:active {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}


body {
    font-size: 14px;
    color: ;
	background-color: white;
	position: relative;
	right: relative;
	left: relative;
	top: 10px;
	border: 0px solid grey;
	font-family: "Helvetica Neue", helvetica, futura, krungthep, garamond, sans-serif; font-weight: 400;
}
#logo {
	width: 200px;
	height: 100px;
	font: gray; 
	border: 0px solid grey;
}
#mainbox {
	height: 100%;
	width: 990px;
	border: 0px solid grey;
}
#mainbox #navigation {
	width: 200px;
	height: 100%;
	font: gray;
	border: 1px solid grey;
	border-right: 0;
}
#mainbox #imagebox {
	width: 777px;
	height: 584px;
	background-color: white;
	border: 1px solid grey;
}


