html, body 
{
	min-height: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    background-color:#ffe1c0;
}

body 
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	text-align: left;
	/*line-height: 14px;*/
	
	/*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 black;
}

.menu-link,
.menu-link:link,
.menu-link:visited
{
   cursor: pointer;
}
.menu-link:hover
{
  border-bottom: 0px solid yellow;
}

input
{
border: 0px solid red;
}

#container 
{
	width: 1004px;
	margin: 0px;
}

#container-main 
{
	width: 1004px;
	height: 628px;
	background: url(images/bg-main.jpg) center top no-repeat; 
	margin: 0px;
}

#header 
{
    height: 428px;
    background: url(images/bg-top.jpg);
	border: 0px solid black;
	text-align: left;
	width: 100%;
}

#main-logo-swf
{
    width:621px;
    margin-top:82px;
    padding-left:0px;
    float:right;
    text-align:left;
}

#content
{
    background: #ffffff url(images/bg-center.jpg) center top  no-repeat;
	float:left; 
    width:1004px; 
    text-align:left;  
} 

#center-text
{
  margin-top:110px;
  padding-left:15px;
  padding-right:10px;
  text-align:left;
  float:left;
}


#left-cont
{
    width: 200px;
	border: 0px solid black;
	text-align: left;
	float:left;
}

#left-text
{
	margin-top:100px;
	text-align: left;
	float:right;
}


#leftmenu
{              
    width:200px;
    height:200px;
    margin-top:10px;
    padding-left:37px;
    border: 0px solid red;
    text-align: left;
	float:left;
}

#right-cont
{
    width: 790px;
	border: 0px solid black;
	text-align: left;
	float: right;
	padding-right:5px;
}


#footer 
{
   	width: 1004px;
   	height:130px;
	float: left;
	background: url(images/bg-bottom.jpg);
}

#footer-text 
{
    margin-top: 95px;
    padding-left:400px;
   	width: 500px;
	float: left;
	color: white;
	border: 0px solid yellow;
}




