
/* --------------------  RESET -------------------------- */

@import "reset.css";



body {
                background: #4d4d4d;
                font-family: Verdana, Arial, sans-serif;
                font-size: 62.5%;       
                }

a:link {        color: rgb(0,0,0);
                text-decoration: none;
                }

a:visited {     color: rgb(0,0,0);
                text-decoration: none;
                }

#container {
                width: 800px;
                margin-top: 30px;
				margin-left: auto;
				margin-right: auto;
                }

#header{
                background: #dddddd;
                width: 100%;
				height: 60px;
                font-size: 30px;      
                font-weight: bold;
                text-align: center;
                padding-top: 15px;
                padding-bottom: 15x;
                }

#ellyIndex {
                background: #c2e188;
                float:left;
                width: 38%;
                height: 100px;
                font-size: 2.0em;   
				line-height: 1em;					
                text-align: right;
                }

#ellyImage {
                background: #b8e16c;
                float:left;
                width: 62%;
                height: 100px;
                }

#robertIndex {
                background: #3e6879;
                float: left;
                width: 38%;
                height: 227px;
                font-size: 2.0em;    
								line-height: 1em;	
                text-align: right;
                }

#robertImage {
                background: #1e5e79;
                float:left;
                width: 62%;
                height: 227px;
                }

#ilonaIndex {
                background: #73a58c;
                float: left;
                width: 38%;
                height: 227px;
                font-size: 2.0em; 
				line-height: 1em;				
                text-align: right;
                }

#ilonaImage {
                background: #52a57b;
                float:left;
                width: 62%;
                height: 227px
                }

.indexLinks {
                font-size: 13px;

                }

.noDotList {
                list-style-type: none;
                }