* {
    color: #545454;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

html {
	height: 100%;
}

body, form, div, span, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    
}

body {
    background: none repeat scroll 0 0 #E6E7E8;
    text-align: center;
    height: 100%;
 }


/* Fonts */
h1 {
    color: #555555;
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
    margin: 8px 0 4px 0;		
}

h2{
    color: #555555;
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    
}

ul {
	list-style-position:inside;
    margin: 20px 0px;
	padding: 0;
}


ul li {
    margin-top: 10px;
}

a {
    color:#000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
a img {
    border: 0 none;
}

/* Page layout*/

#total-wrapper {
    background-image: url("../images/BodyBgShadow.png");
    background-position: center top;
    margin: auto;
    padding: 0 9px;
    width: 980px;
    height: 100%;

}

#content {
    background-color: #fff;
    margin: auto;
    height: 100%;
    text-align: left;
    width: 970px;
}

#innerContent{
    width: 100%;
    height:100%;
}
/* Warning message*/


/*To be changed*/
.box{
	width: 620px;
	background-color: #F4F4F4;
	border: 1px solid #E0E1DD;
        text-align: left;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 15px;
}

.collectumLogo{
	margin: 15px 20px;	
}

.header
{
    color: #555555; 
    font-family: arial; 
    margin-top: 15px; 
    margin-left: auto;
    margin-right: auto; 
    font-size: 32px; 
    text-align: center
}

.bodyFirstText{
    font-family: arial; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 25px; 
    text-align: center;
}

.bodyText{
    margin-left: auto; 
    margin-right: auto; 
    margin-top:10px; 
    text-align: center;
}

.imageDiv
{
    margin-left: auto; 
    margin-right: auto; 
    width: 400px;
}