HTML {
	overflow-x: hidden;
	overflow-y: auto;
}

HTML body#sub {
	background-color: Red;
}

HTML body#main {
	background-color: White;
	background-image: url(../images/bground.gif);
	background-attachment: scroll;
	background-position: bottom right;
	background-repeat: repeat-x;
}

body {
	margin: 0px 0px 0px 0px; /* overflow: hidden; */
	scrollbar-3dlight-color: Silver;
	scrollbar-arrow-color: White;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Red;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: White;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

table#bg_1 {
	background-image: url(../images/bg_1.gif);
	background-attachment: scroll;
	background-position: middle center;
	background-repeat: no-repeat;
}
table#bg_2 {
	background-image: url(../images/bg_2.gif);
	background-attachment: scroll;
	background-position: middle center;
	background-repeat: no-repeat;
}
table#bg_3 {
	background-image: url(../images/bg_3.gif);
	background-attachment: scroll;
	background-position: middle center;
	background-repeat: no-repeat;
}



th {
	font-family: verdana;
	font-size: 11px;	
}

td {
	font-family: verdana;
	font-size: 11px;
}

p {
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
}

div#text p {
	width: 390px;
}

a {
	text-decoration: none;
	color: Red;
}
a:hover {
	color: Black;
}

hr {
	/* width: 55px;
	border: 0;
	height: 10px; */
	color: Red;
	background-color: Red;
}

li {
	list-style-type: none;
	color: Red;
}

img {
	border: 1px solid Black;
}
img#bl {
	border: 0px none;
}
img#bigImage {
	width: 380px;
	height: 362px;
}
img#submenu {
	margin: 5px;
}
/******************  AKlogo ******************/

#artkitchen1 {
	/*the red art in artkitchen
	font-family : "Franklin Gothic Medium";
	font-size : 13px;*/
	color : Red;
	
}
#artkitchen2 {
	/*the black kitchen in artkitchen
	color : Black;
	font-size : 11px;
	font-family : "Times New Roman";
	text-transform : uppercase;*/
}

#title {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*font-weight : bold;
	background: url(../images/bar_h.gif) no-repeat 0 0;
	text-indent: 65px;*/
	text-align: left;
}


#listitem {
	float: left;
	width: 180px;
	color: Red;
	margin: 5px;
}

/******************  site ******************/

table#container {
	width: 800px;
}

/****************** HEADER ******************/

a#menu {
	color: Black;
	font-size: 15px;
	font-family: Default;
	font-weight: bold;
}
a#menu:hover {
	color: White;
	background-color: Red;
}
a#menu:active {
	color: White;
	background-color: Red;
}
/******************  MotionContainer ******************/

#motioncontainer {
	background-color: Red;
}

#motioncontainer a img{ /*image border color*/
	border: 1px solid Black;
	margin: 5px;	
}

#motioncontainer a:hover img{ /*image border hover color*/
	border: 1px solid Red;
}

#motioncontainer a:hover{
	color: Red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
width: 150px;
padding: 2px;
margin: 1px;
left: 50%;
background-color: Smoke;
border: 1px solid Black;
visibility: hidden;
}