@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:  #FFFFFF;
	background-color: #050537;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.oneColFixCtrHdr #container {
	width: 980px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
}
h4 {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4em;
}

h3 {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-size: 2.2em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
p {
	text-align: justify;
}
.conditions {
	font-size: .7em;
	text-align: center;
}
#confetti_1 {
	position: absolute;
	z-index: 2;
	top: 100px;
	width: 14px;
}
#confetti_2 {
	position: absolute;
	z-index: 2;
	top: 200px;
}
#confetti_3 {
	position: absolute;
	z-index: 2;
	top: 300px;
}
#confetti_4 {
	position: absolute;
	z-index: 2;
	top: 1350px;
}
#confetti_5 {
	position: absolute;
	z-index: 2;
	top: 1450px;
}
#confetti_6 {
	position: absolute;
	z-index: 2;
	top: 1550px;
}
#confetti_7 {
	position: absolute;
	z-index: 2;
	top: 2500px;
}
#confetti_8 {
	position: absolute;
	z-index: 2;
	top: 2600px;
	height: 277px;
}
#confetti_9 {
	position: absolute;
	z-index: 2;
	top: 2700px;
}
#confetti_10 {
	position: absolute;
	z-index: 2;
	top: 4700px;
}
#confetti_11 {
	position: absolute;
	z-index: 2;
	top: 4800px;
}
#confetti_12 {
	position: absolute;
	z-index: 2;
	top: 4900px;
}
#confetti_13 {
	position: absolute;
	z-index: 2;
	top: 6500px;
}
#confetti_14 {
	position: absolute;
	z-index: 2;
	top: 6600px;
}
#confetti_15 {
	position: absolute;
	z-index: 2;
	top: 6700px;
}
#confetti_16 {
	position: absolute;
	z-index: 2;
	top: 8500px;
}
#confetti_17 {
	position: absolute;
	z-index: 2;
	top: 8600px;
}
#confetti_18 {
	position: absolute;
	z-index: 2;
	top: 8700px;
}


img {
	border: 1px solid #000000;
}
li {
	padding-right: 10px;
	padding-left: 10px;
}
.heading {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#align_centre {
	text-align: center;
}

#box_1_container {
	width: 523px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/corporate_make_up.jpg) no-repeat;
	height: 253px;
	padding-top: 170px;
}
#box_1_header {
	background: #91A7E0 url(images/box_header.jpg);
	height: 87px;
}
#box_1_content {
	background: #91A7E0 url(images/box_bg.jpg);
}
#box_1_content img {
	border: none;
}
#box_1_content p {
	margin-bottom: 0px;
	text-align: center;
}


#box_1_footer {
	background: #91A7E0 url(images/box_footer.jpg);
	height: 30px;
}
