﻿body
{
    background-color: #9C171C;
    background-image:url(/aohmabg.jpg);
    background-repeat: repeat-y;
    background-position:center;
    min-width: 922px;
    text-align: center;
    
}
#main
{

    min-width: 900px;
    width: 900px;
    margin: auto;
    border: solid 0px black;
    height: 100%;
    text-align: left;
}
#page 
{
    
    position: absolute;
    
    height: auto;
    width: 850px;

    
}
.products
{
    width: 650px;
}

#topmenu
{
    position: relative;
    width: 850px;
    height: auto;
    color: White;
    background-color: Black;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1000;
}
#logo
{
    width: 850px;
    height: auto;
}
#contentcontainer
{
    width: 100%;
    height: 100%;
    z-index: -1000;
    
}
#content
{
    
    width: 650px;
    height: auto;
    float: right;
    display: inline;
    padding: 20px 10px 10px 10px;
    z-index: -1000;
    
}
#content h3
{
    font-size: larger;
    font-weight: bold;
    text-align: center;
}
#content td
{
    
    color: Black;
    font-family: Tahoma, Georgia, sans-serif;
    font-size: medium;
}
#content td a
{
    color: #9C171C;
    font-family: Tahoma, Georgia, sans-serif;
    font-size: medium;
}
#content p
{
    font-family: Tahoma, Georgia, sans-serif;
    color: Black;
    font-size: small;
    
}
#content h5
{
    background-color: #E6E6E6;
    color: #9C171C;
    font-size: medium;
    font-family: AngsanaUPC, Tahoma;
} 
#content h5 a
{
    background-color: #E6E6E6;
    color: #9C171C;
    font-size: medium;
    font-family: Angsana, Tahoma;
}
#sidebar
{
    padding: 20px 10px 10px 10px;
    width: 160px;
    height: 100%;
    background-color: #E6E6E6;
    display: inline;
    float: left;
    text-align: left;
    z-index: -1000;
}
#sidebar h1
{
    line-height: 1.2em;
    background-color: #999999;
    color: #000000;
    font-family: Tahoma, Georgia, sans-serif;
    font-size: smaller;
    text-align: center;
}
a:link
{
	font-family: Tahoma, Georgia, sans-serif;
	color: Blue;
}
a:active
{
	font-family: Tahoma, Georgia, sans-serif;
	color: Blue;
}
a:hover
{
	font-family: Tahoma, Georgia, sans-serif;
	color: Red;
}
a:visited
{
	font-family: Tahoma, Georgia, sans-serif;
	color: Purple;
}
#sidebar td
{
    color: black;
    font-family: Tahoma, Georgia, Sans-Serif;
    font-size: x-small;
    word-wrap: break-word
    text-align: left;
}
.header3
{
    color: blue;
    font-size: larger;
    font-weight: bold;
    text-align: center;
}
.red
{
color:Red;
}
.green
{
color: Green;
}
.blue
{
color: Blue;
}
