@import url("reset.css");

body {
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1;
	height: 100%;
	background: url(assets/bg_body.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
h1, h2, h3, h4, h5 {
	margin-bottom: 15px;
	color: #B8191B;
	margin-top: 15px;
	}
	
p {
	color: #000F6F;
	}	
	
.clearboth {
	clear:both;
	}
	
.red {
	color:#B8191A;
	}		
	
#wrapper {
	width: 920px;
	padding: 10px 20px;
	margin: 100px auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #FFFFFF;
	color: #FFF;
	border: 3px solid #B8191A;
	-webkit-box-shadow:  0px 0px 30px 5px #202020;
    box-shadow:  0px 0px 30px 5px #202020;
	}	
	
#header {
	width: 100%;
	height: 118px;
	clear: both;
	}	

.logo {
	width: 250px;
	height: 118px;
	float: left;
	display: block;
	}
	
#header h5 {
	float: right;
	text-align: right;
	margin: 32px 0 0;
	padding: 0;
	clear: none;
	font-size: 30px;
	color: #0F0D63;
	font-weight: bold;
	line-height: 1;
	font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
	}
	
#banner {
	width: 900px;
	padding: 10px;
	margin: 10px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #000B5E;
	color: #666;
	height: 220px;
	background-image: url(assets/banner.jpg);
}

#add-top {
	margin:30px 10px 0 0;
	float:right;
	}
	
#innerWrap {
	width: 900px;
	margin: 10px auto 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	color: #666;
	clear: both;
	display: block;
}

#colLeft {
	float: left;
	width: 170px;
	display: inline;
	text-align: center;
	margin-top: 30px;
	}

#colCent {
	float: left;
	width: 520px;
	display: inline-block;
	margin: 0 20px;
	text-align: center;
	}

#colRight {
	float: right;
	width: 170px;
	display: inline;
	text-align: center;
	margin-top: 30px;
	}
	
#contentFull {
	width: 900px;
	text-align: center;
	margin-top: 20px;
	clear: both;
	margin: 20px auto 0;
	}	
	
#footer {
	width: 900px;
	clear: both;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #B8191A;
	padding: 10px;
	}
	
#footer p {
	color:#FFF;
	padding:0;
	margin:0;
	}
	
#footer a {
	color:#FFF;
	text-decoration:underline;
	}	
	
.left {
	float:left;
	}	
	
.right {
	float:right;
	}		
