body
{
    margin: 0px;
    padding:0px;
    background: #221e1f url(images/am_PageBg.jpg) repeat-x left top;    
    color:#fff;
    font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 1.4em;
}
p
{
    line-height:normal;
}
a
{
    color:#fff;
   	text-decoration: none;
}

a:hover
{
    color: #cfcfcf;
   	text-decoration: none;
}

#Page
{
    border: 0px solid green;
    margin: 0;
    padding: 0;    
}

#header
{
    border: 0px solid blue;         
    margin: 0;
    padding: 0;
    height: 160px;
    width: 860px;
    background: url(images/am_headerBg.gif) no-repeat 500px 0px;
}

#logo
{
    
    border: 0px solid purple;       
    float:left;
    padding: 0px;
    margin: 0px 0px 0px 130px;
    background: url(images/am_headerLogo.gif) no-repeat 0px 0px;
    height:150px;
    width: 265px;
}
#menu
{    
    border: 0px solid pink;
    
    float: right;   	
    height: 25px;
    width: 400px;
    margin: 104px 0px 0px 0px;
	padding: 0px;	
	
	
	/*overflow: hidden;*/
}

#menu ul
{
    width: 350px;
    margin: 0;
	padding: 0px 0px 1px 3px;
    list-style-type: none;	
	overflow: visible;
	
}

#menu li
{
	display: block;
	float:left;
	margin: 4px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	white-space: nowrap;
}

#menu li a
{
    color:#fff;
   	text-decoration: none;
   	display: block;
}

#menu li a:hover
{
    color: #cfcfcf;
   	text-decoration: none;
}

#main
{    
    border: 0px solid yellow;    
    padding-top: 25px;
    background: url(images/am_lgeTvBg.gif) no-repeat 140px 0px;    
    width: 950px;
	height: 880px;
    min-height: 880px;
}

#left
{
    border: 0px solid red;
    float:left;
    margin-left: 165px;
    width: 205px;    
}
#right
{
    border: 0px solid green;    
    margin-left: 410px;
    padding-right: 170px;
}

.SubHeading
{
    color: #cfcfcf;
    font-weight:bold;
}

#imageRotator
{
    border: 1px solid white;
    width: 200px;
}

.Button
{
	background: red url(images/am_ButtonBg.gif) repeat-x 0px 0px;
	color: White;
	height: 26px;
	border: 0px;
}

.error
{
   color: Red;
}

.Highlight
{
    background-color:#ebebeb;
    color: #000080;
}
#footer
{
    border: 0px solid pink;
    text-align:center;
    color: #5E5356; 
}
