/* CSS Document */

body {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #2C3241;
	background-color: #ffffff;
	}


/*wrappers - page or section containers*/
#coverWrapper {
	background-color: #FFFFFF;
	text-align: center;
	width: 550px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	margin: auto;
	}
	
#coverWrapper1{
	background-image: url(/templates/images/banner_top.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:55px;
	text-align: center;
	border-bottom: 0px solid #6D7B96;
	}
	
#coverWrapper2{
	background-image: url(/templates/images/banner_artfile.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:121px;
	border: 0px solid #9a9a9a;
	text-align: center;
	border-bottom: 0px solid #6D7B96;
	}
	
#coverWrapper3{
	background-image: url(/templates/images/banner_artpodium.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:121px;
	border: 0px solid #9a9a9a;
	text-align: center;
	border-bottom: 0px solid #6D7B96;
	margin-left: 1.5em;
	}
	
#coverWrapper4{
	background-image: url(/templates/images/banner_sarphy.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:45px;
	border: 0px solid #9a9a9a;
	text-align: center;
	border-bottom: 0px solid #6D7B96;
	}
	
#coverWrapper5{
	background-image: url(/templates/images/banner_bottom.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:60px;
	border: 0px solid #9a9a9a;
	text-align: center;
	border-bottom: 0px solid #6D7B96;
	margin-left: 1em;
	}