body {		
	margin: 0px;
	padding: 0px;
	
	background: #ffffff;
	text-align: center;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
	
#frame {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	
	background: #ffffff;
	text-align: left;
}

#header {
	width: 1000px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	
	background: #ffffff;
}

#headerleft {
	width: 200px;
	height: 200px;	margin: 0px;
	padding: 0px;
	float: left;
	
	background: #ffffff;
}

.logo {
	width: 200px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	
	/*background: #ffffff;*/
	background: url(layout/rounded_logo_with_better_letter.gif);
}

/*.logo_top {
	width: 200px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	
	background: #ffffff;
	background-image: url(layout/rounded_menuitem_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.logo_middle {
	width: 200px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	
	background: #b6b8b8;
	text-align: right;
	vertical-align: bottom;
	font: 200px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

.logo_bottom {
	width: 200px;
	height: 10px;
	margin: 0px;
	padding: 0px;

	background: #ffffff;
	background-image: url(layout/rounded_menuitem_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}*/

#headercenter {
	width: 10px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	
	background: #ffffff;
}

#headerright {
	width: 790px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	
	background: #555555;
	background-image: url(layout/not_rounded_logo.jpg);
	background-repeat: no-repeat;
}
		
#contentleft {
	width: 200px;
	padding: 0px;
	float: left;
	
	background: #ffffff;
}
	
.menuitem {
	width: 200px;
	height: 60px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	
	background: #ffffff;
}

div.menuitem#inactive .menuitem_top {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	
	/*background: #ffffff;
	background-image: url(layout/rounded_menuitem_top.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background: #b6b8b8;
}

div.menuitem#inactive .menuitem_middle {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	
	background: #b6b8b8;
	text-align: center;
	line-height: 20px;
}

div.menuitem#inactive .menuitem_bottom {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;

	/*background: #ffffff;
	background-image: url(layout/rounded_menuitem_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background: #b6b8b8;
}

div.menuitem#active .menuitem_top {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	
	/*background: #ffffff;
	background-image: url(layout/rounded_menuitem_top_active.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	/*background: #ebf0f0;*/
	background: #e1e6e9;	
}

div.menuitem#active .menuitem_middle {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	
	/*background: #ebf0f0;*/
	background: #e1e6e9;
	text-align: center;
	line-height: 20px;
}

div.menuitem#active .menuitem_bottom {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;

	/*background: #ffffff;
	background-image: url(layout/rounded_menuitem_bottom_active.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	/*background: #ebf0f0;*/
	background: #e1e6e9;
}
	
	
#contentcenter {
	width: 10px;
	padding: 0px;
	float: left;
	
	background: #ffffff;
}

#contentright {
	width: 790px;
	min-height: 480px;
	padding: 0px;
	float: left;
	
	/*background: #ebf0f0;*/
	background: #e1e6e9;
}

#content_top {
	width: 790px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	
	background: #ffffff;
	background-image: url(layout/rounded_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	width: 750px;
	min-height: 460px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	
	/*background: #ebf0f0;*/
	background: #e1e6e9;
}

#content_bottom {
	width: 790px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	
	background: #ffffff;
	background-image: url(layout/rounded_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div.menuitem#inactive a.menuitem{
	background: #b6b8b8;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #28af8a;
	text-decoration: none;
}

div.menuitem#inactive a.menuitem:hover {
	background: #b6b8b8;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #28af8a;
	text-decoration: underline;
}

div.menuitem#active a.menuitem{
	/*background: #ebf0f0;*/
	background: #e1e6e9;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #28af8a;
	text-decoration: none;
}

div.menuitem#active a.menuitem:hover {
	/*background: #ebf0f0;*/
	background: #e1e6e9;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #28af8a;
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

td.first_column {
	min-width: 440px;
	width: 440px;
	max-width: 440px;
	vertical-align: middle;
	text-align: justify;
	padding: 0px;
	padding-right: 30px;
	min-height: 460px;
	height: 460px;
	max-height: 460px;
}

td.second_column {
	min-width: 280px;
	width: 280px;
	max-width: 280px;
	vertical-align: middle;
	text-align: right;
	padding: 0px;
	min-height: 460px;
	height: 460px;
	max-height: 460px;
}

td.upper {
	width: 100%;
	vertical-align: top;
	text-align: justify;
	padding: 0px;
}

td.lower {
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
	padding-left: auto;
	padding-right: auto;
}

table.images {
	width: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;	
}
	
td.image {
	min-width: 100px;
	width: 100px;
	max-width: 100px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;		
	margin: 0px;
	text-align: center;
}
	
td.picture {
	min-width: 100px;
	width: 100px;
	max-width: 100px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;	
	background: #ffffff;
	border: 2px solid #b6b8b8;
}
	
td.description {
	width: 100px;
	height: 50px;
	text-align: center;
	vertical-align: top;
}

img.ordered {
	border: 0px;
	margin: 0px;
}

a.image_description {
	text-decoration: none;
	font-weight: bold;
	color: #b6b8b8;
}

a.image_description:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #b6b8b8;
}

table.content_table {
	width: 100%;
	text-align: center;
	vertical-align: middle;	
}
	
table.whole_page {
	min-width: 700px;
	width: 700px;
	vertical-align: middle;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.whole_page td{
	text-align: justify;
	vertical-align: middle;
}