@charset "utf-8";
/* CSS Document */


#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 3px;

}
#mainlogo
{
	align: center;
	margin-left:125px;
	margin-right:auto;
	margin-top:50px;
	z-index: 2;
}
body
{
background-image:url('images/body-bg.jpg');

} 
#innerbackground
{
	background-image:url('images/Background2.png');
	height: 500px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-attachment:fixed;
	border: 5px double #333;
	border-radius:5px;
	outline: 10px solid #00000;
	outline-offset: -3px;
	z-index: 1;
}
    #menu {  
        list-style:none;  
        width:700px;  
        margin:30px auto 0px auto;  
        height:43px;  
        padding:0px 20px 0px 20px;
		color:#FFF;  
    }  
	    #menu {  
        list-style:none;  
        width:700px;  
        margin:30px auto 0px auto;  
        height:43px;  
        padding:0px 20px 0px 20px;  
		color:#FFF;
      
        /* Rounded Corners */  
          
        -moz-border-radius: 10px;  
        -webkit-border-radius: 10px;  
        border-radius: 10px;  
      
        /* Background color and gradients */  
         
        background: #333;  
        background: -moz-linear-gradient(top, #333, #000);  
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#333));  
          
        /* Borders */  
          
        border: 1px solid #002232;  
      
        -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
        -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
        box-shadow:inset 0px 0px 1px #edf9ff;  
    }  
	    #menu li {  
        float:left;  
        display:block;  
        text-align:center;  
        position:relative;  
        padding: 4px 10px 4px 10px;  
        margin-right:30px;  
        margin-top:7px;  
        border:none;  
		color:#FFF;
    }  
#pageContent{	/* the container that holds our AJAX loaded content */
    margin-top:20px;

    border:0px solid #cccccc;
    padding:100px;

    -moz-border-radius: 5px;	/* rounding the element */
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#loading{	/* hiding the rotating gif graphic by default */
    visibility:hidden;
}
}

li a,li a:visited{
	padding:5px 10px;
	text-align:center;
	background-color:#000033;
	color:white;
	
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

	display:block;
	margin-right:10px;
}

li a:hover{
	background-color:#666666;
	text-decoration:none;
}