/* hide from ie on mac \*/
html {
	height: 100%;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #c4c5c4;
	color: #e7d6bc;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 0.8em;
}

a, a:visited {
	text-decoration: none;
	color: #e7d6bc;
}

a:hover {
	text-decoration: none;
	color: #ffa000;
}

img {
	border: 0;
}

div {
	border: 0px solid red;
}

h1 {

}

div#container {
	width: 900px;
	height: 550px;
	margin: auto;
}

div#logo {
	width: 183px;
	height: 71px;
	padding: 10px 0 0 10px;
	float: left;
	margin-bottom: -20px;

}

div#navigation {
	padding-top: 30px;
	float: right;
}

div#category {
	width: 420px;
	height: 390px;
	margin: auto;
	margin-top: 50px;
	padding: 0 0 0 50px;
	border: 0px solid #ffaa16;
}

div#category_nav {
	width: 420px;
	text-align: right;
	margin: auto;
	padding-right: 0;
	padding-bottom: 3px;
	margin-top: -5px;
	font-weight: bold;
}

div#category_nav a, div#category_nav a:hover, div#category_nav a:visited {
	text-decoration: none;
	color: #ffa000;
}

div#category_title {
	text-align: center;
	margin: auto;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 4px;
	color: #ffa000;
}

div#remarks {
	font-size: 0.8em;
	text-align: center;
}

div#thumb {
	width: 100px;
	height: 115px;
	margin-right: 30px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	font-size: 0.85em;
}

div#flashcontent {
	clear: both;
}

div#footer {
	text-align: right;
	font-size: 0.8em;
}

div#clear {
	clear: both;
}