/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#ffffff;
}

h1
{color:#333300;
font-size:20px;
}
h2
{color:#00CC33;
font-size:16px;
}
h3
{
color:#666666;
}
a
{
color:#0099FF;
text-decoration:none;
}
a:hover
{
color:#0033CC;
}
#topbars
{
width: 100%;
height:18px;
background-image:url(../images/topbars.gif);
}
#outerwrap
{
width: 1000px;
margin-left:auto;
margin-right:auto;
background-color:#000000;
background-image:url(../images/mainbg.gif);
background-repeat:repeat-y;
}
#header_menu
{
width:1000px;
height:254px;
}
#logo
{
width:377px;
height:254px;
float:left;
}
#menu_title
{
width:623px;
height:254px;
float:right;
}
#main
{
width:1000px;
background-image:url(../images/mainbg.gif);
background-repeat:repeat;
}
#leftside_background
{
width:89px;
float:left;
background-image:url(../images/left_background.gif);
background-repeat:repeat-y;

}
#maincontent
{
width:859px;
background-color:#000000;
float:left;
color:#FFFFFF;
font-size:13px;
}
#right_side
{
width:52px;
height:618px;
float:right;
background-image:url(../images/right_side.gif);
background-repeat:no-repeat;
}
#orders
{
width:400px;
padding: 10px 10px 10px 10px;
margin:10px 10px 10px 10px;
border:1px;
border-color:#666666;
border-style:dotted;
background-color:#333333;
}
#sidebar
{
width:200px;
float:right;
padding: 7px 7px 7px 7px;
margin:7px 7px 7px 7px;
}

#footer
{
width:1000px;
clear:both;
text-align:center;
font-size:10px;

}
