body
{
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nospace
{
    margin: 0px;    
    padding: 0px;
}

.content-text
{
    color: #141414;
    font-family: Arial;
    font-size: 12px;    
}

.mylink 
{
    margin-top: 21px;
    margin-right: 30px;     
}

.mylink:link {font-weight:bold; font-size: 16px; color: black; text-decoration: none; font-family: arial;}
.mylink:visited {font-weight:bold; font-size: 16px; color: black; text-decoration: none; font-family: arial;}
.mylink:active {font-weight:bold; font-size: 16px; color: red; text-decoration: none; font-family: arial;}
.mylink:hover {font-weight:bold; font-size: 16px; color: gray; text-decoration: none; font-family: arial;} 

.footer-text
{
    color: #141414;
    font-family: Arial;
    font-size: 10px;
    font-weight: lighter;
}

.title-img
{
    width: 280px; 
    height: 218px; 
    float: right; 
    margin-top: 80px;
    margin-right: 70px;   
}

.content-area
{
    width: 50%;
    text-align: justify;
    padding-left: 30px;    
    float: left;    
    font-family: Sans-Serif;
}

.content-area-whole
{
    width: 50%;
    text-align: justify;
    padding-left: 180px;    
    float: left;  
    font-family: Sans-Serif;
}

.content-area-pictures
{
    width: 100%;
    text-align: justify;
    padding-left: 180px;    
    float: left;    
    font-family: Sans-Serif;
}

#main
{
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;    
}

#top
{
    height: 27px;
    width: 802px;    
    background-image: url('../images/Top.jpg');
    background-repeat: no-repeat;
}

#title
{
    height: 86px;    
    width: 802px;        
    background-image: url('../images/Logo.jpg');
    background-repeat: no-repeat;    
}

#menu
{
    height: 69px;    
    width: 802px;        
    background-image: url('../images/MenuBackground.jpg');
    background-repeat: no-repeat;    
}

#menu-links
{
    height: 100%;
    width: 100%;
    padding-top: 21px;
}

#content
{
	height: 500px;
    width: 802px;        
    background-image: url('../images/Background.jpg'); 
    background-repeat: repeat-y;
}

#content-long
{
	height: 800px;
    width: 802px;        
    background-image: url('../images/Background.jpg'); 
    background-repeat: repeat-y;
}

#footer
{
    height: 54px;
    width: 802px;        
    background-image: url('../images/Bottom.jpg');
    background-repeat: no-repeat;    
}

#footer-content
{
    height: 54px;
    width: 100%;
    padding-top: 20px;    
}

#page
{	
	float: left;
}

#left-panel
{
	float: left;
}

#right-panel
{
}

