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: #FFFFFF;
    font-size: 15px;
}

a img
{
    border: none;
    color: #f575c9;
}

a,
a:link,
a:visited 
{
	cursor: pointer;
	text-decoration: none;
        color: #669410
}
a:hover   
{ 
    border-bottom: 0px solid #f575c9;
     text-decoration: underline;
    color: red;
}

.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: 0px solid #fffc9e;
}
.menu-text
{
    font-size: 1.2em;
    font-face: tahoma;
    color: #e3ff5f;
}

#container 
{
	width: 100%;
	margin: auto;
	border: 0px solid black;
	float: right;
}
#bg-left
{
	width: 510px;
	background: url(/images/bg-left.jpg) bottom right no-repeat;
	float: left;
	height: 729px;
	border: 0px solid green;
}
#bg-left-m
{
	width: 610px;
        background: url(/images/bg-left-m.jpg) bottom right no-repeat;
	float: left;
	height: 729px;
	border: 0px solid red;
}
#right-holder 
{
	width: 490px;
	float: right;
	border: 0px solid blue;

}
#right-holder-m 
{
	width: 390px;
	float: right;
	border: 0px solid blue;
}
#menu-holder 
{
	width: 260px;
	float: left;
	height: 729px;
	border: 0px solid red;

}
#bg-right
{
	width: 230px;
	float: right;
	height: 729px;
	border: 0px solid red;
}
#bg-right-m
{
	width: 130px;
	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;	
}
#copyright-m
{
	width: 850px;
	float: left;
	height:20px;
	text-align: right;
	border: 0px solid red;
    color: #669410;	
}

#text-holder
{
    position:absolute;
    z-index:1000;
    width:100%;
    float:left;
    border: 0px solid black;

}

#text-fixed
{
    width:1000px;
    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: FFFFFF;
}
#main-text
{
    width:610px;
    top:0px;
    text-align:left;
    border: 0px solid gray;                                     
    float: left;
}
#top-menu
{
    width:610px;
    height: 73px;
    top:0px;
    text-align:left;
    border: 0px solid gray;                                     
    float: left;
    background: #f5f2d9;
}
#info
{
    top:0px;
    text-align:left;
    border: 0px solid gray;                                     
    float: left;
}
#getin-button
{
    width:230px;
    margin-top:303px;
    text-align:left;
    border: 0px solid red;
    float: right;
}
#portfolio-button
{
    width:130px;
    margin-top:303px;
    text-align:left;
    border: 0px solid red;
    float: right;
}
#topmenu-holder
{
    width:150px;
    height: 29px;
    padding-top:25px;
    padding-left:25px;
    top:25px;
    text-align:left;
    cursor: pointer;
    border: 0px solid gray;                                     
    float: left;
}

#recl-holder
{
    padding-left:36px;
    padding-top:22px;
    text-align:left;
    border: 0px solid red;
    float: left;
    cursor: pointer;
}
#menu-container
{
    width:389px;
    margin-top:50px;
    text-align:left;
    border: 0px solid red;
    float: right;
}