html, body 
{
	min-height: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
}

body 
{
	sbackground: url(./images/backgnd.jpg);
	color:#333333;
	font-family: Tahoma,Verdana,Arial;
	font-size: 0.8em;
	line-height: 1.3em;
	
	/*letter-spacing: 1px;*/
}

h1  
{
	font-size: 18px; 
	line-height: 23px;
}

h2 
{
	 font-size: 18px; 
	 line-height: 23px;
}

h3 
{
	 font-size: 15px; 
}

h4 
{
	 font-size: 13px; 
	 line-height: 16px;
}

h1, h2, h3
{
	margin: 0px 0px 10px 0px;
}

h4, h5, h6
{
	margin: 0px 0px 6px 0px;
}

p
{
    margin: 0px 0px 1em 0px;
}

.whitetext 
{
    color: #fff;
    font-size: 15px;
}

a img
{
    border: none;
    color: #f575c9;
}

a,
a:link,
a:visited 
{
	cursor: pointer;
	text-decoration: none;
}
a:hover   
{ 
    border-bottom: 1px solid #f575c9;
}

.site-select a, 
.site-select a:link, 
.site-select a:visited 
{
    font-size: 1.5em;
    font-weight: bold;
    color: #fffc9e;
}
.site-select a:hover 
{
    border-bottom: 1px solid #fffc9e;
}

#container 
{
	width: 1004px;
	margin: auto;
	border: 0px solid black;
	float: right;
}
#bg-left
{
	width: 515px;
	float: left;
	height: 729px;
	border: 0px solid green;
}
#right-holder 
{
	width: 489px;
	float: right;
	border: 0px solid blue;
}
#menu-holder 
{
	width: 260px;
	float: left;
	height: 729px;
	border: 0px solid red;
	color: #669410;
}
#bg-right
{
	width: 229px;
	float: right;
	height: 729px;
	border: 0px solid red;
}
#bottom-line
{
	width: 100%;
	float: left;
	height:20px;
	background: #e6eaba;
	border: 0px solid red;
}
#copyright
{
	width: 750px;
	float: left;
	height:20px;
	text-align: right;
	border: 0px solid red;
    color: #669410;	
}

#text-holder
{
    position:absolute;
    width:100%;
    top:0px;
    text-align:left;
    border: 0px solid black;
    float: left;
}
#text-fixed
{
    width:1004px;
    top:0px;
    text-align:left;
    border: 0px solid blue;
    float: right;
}
#white-text
{
    width:515px;
    top:0px;
    text-align:left;
    border: 0px solid gray;                                     
    float: left;
    color: lightgray;
}
#getin-button
{
    width:229px;
    margin-top:303px;
    text-align:left;
    border: 0px solid red;
    float: right;
}
