/* CSS Document */

    body {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        }
   
           
    #mainpic {
        background-repeat:no-repeat;
        width:800px;
        height:546px;
        margin-right:auto;
        margin-left:auto;
        }
       
    #maintext {
        width:300px;
        height:496px;
        top:20px;
        left: 460px;
        position:relative;
        font-family:Georgia, Times New Roman, Times, serif;
        color:#FFFFFF;
        text-align:right;
        font-size:14px;
        line-height:135%;
        }
       
    #title {
		z-index:10;
		text-align:center;
        width:800px;
        height:30px;
        top:30px;           
        position:relative;
        }
       
    #title a {
        text-decoration:none;
        }

       
    #maintext p, ul {
        font-family:Georgia, Times New Roman, Times, serif;
        color:#FFFFFF;
        text-align:left;
        font-size:14px;
        line-height:135%;
        }
       
    #maintext a {
        color:#FFFFFF;
        }
       
    a:hover {
        border:1px solid #FFFFFF;
        border-right:none;
        border-left:none;
        color:#FFFFFF;
        }
       
    .style1 {
        font-style:italic;
        font-weight:bold;
        }
		
		
	#container {
		width: 750px;
		top:45px;
		left:25px;
        position:relative;
		}

	#loader {
		background-color: white;
		display: inline;
		float: left;
		height: 530px;
		overflow: hidden;
		margin: auto;
		width: 600px;
		position: relative;
		text-align: center;
		}

	#loader img {
		width: 100%;
		height: 100%;
		}

	.loading {
		background: url( 'images/blue_spinner_on.gif' ) no-repeat 50% 50%;
		height: 100%;
		width: 100%;
		}
	
	a img {
		border: none;
		padding: .5em 1em;
		width: 100px;
		}
	
	a {
		outline: none;
		}
	
	
	#imageOptions {
		background-color: gray;
		float: right;
		height: 530px;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		overflow:auto;
		}
	
	#loader h3 {
		line-height: 500px;
		}
		
	#imageOptions a:hover {
		border:none;
		}
