/* CSS Document */

body {
	
	background-image: url(../images/background-image.jpg);
	background-repeat: repeat-x;
}
.menu-item {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #522e02;
	font-weight: bold;
	font-style: italic;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #522e02;
    text-align: left;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #522e02; 
	font-weight: bold; 
}
a { color: #FFFFFF; font-weight:bold; text-decoration:none;}
a:hover { color: #FFFFFF; font-weight:bold; text-decoration:underline; }
.affiliates {color: Gray; text-decoration:none}
#viewport_header {
    background-image: url(../images/body_01.png); 
    width:927px; 
    height:24px;	
}
#viewport {
    background-image: url(../images/body_02.png); 
    background-repeat:repeat-y; 
    width:927px; 
    height: auto;	
}
#viewport_footer {
    background-image: url(../images/body_03.png); 
    width:927px; 
    height:28px;	
}

.buttons {
    border-width: 1px; 
    border-style:solid; 
    border-color: #FFCC33;
}
#footer {
 position:relative;
 left: auto;
}
#outerdiv 
{ 
width:1000px; 
height:900px; 
overflow:hidden; 
position:relative; 
} 

#inneriframe 
{ 
position:absolute; 
top:-100px; 
left:-0px; 
width:1000px; 
height:1500px; 
} 
.Content_lg
{
    font-family: Verdana;
    font-size: 16px;
    color: #000000;
}
