/* CSS Document */
body {
		font: 100% 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
    background-color: #1a6fe5; 
    background-image: url(../images/gradient_blue_2_500.jpg);
    background-repeat: repeat-x;
    margin:  0;
    padding: 0;
}

#page {
    background-color: #FFFFFF;
    border: 10px solid #BD1B2A; 
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*   Header  
***********************************************************************/
#header {
		height: 150px;
}
#header #headerLogo {
		margin-top: 30px;
}
#header #headerLogo img {
    border: none; 
}


/*   Content  
***********************************************************************/
#content {
		clear: both;
		padding: 5px 10px 10px 10px;
		color: #0000FE;
}
#content a {
    text-decoration: none;
		color: #E72837;
}
#content a:hover {
    text-decoration: underline;
}

/**  Footer  **/
/***********************************************************************/
#footer {
		clear: both;
		font-size: 75%;
		color: #FFF;
		height: 50px;
    background-color: #BD1B2A; 
}
#footer #footerLeft {
		float: left;
		width: 200px;
}
#footer #footerRight {
		float: right;
		width: 200px;
}
#footer #footerRight img {
    float:right;
    border: none;
    margin-top: 10px;
		margin-right: 5px;
}
#footer #footerCenter { 
    padding-top: 5px;
		text-align: center; 		
}