﻿body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	text-align:center;
	background-color: #2271b3;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}/*css rule for body outlining padding, margin, BGround, color, width, display, address text align*/
	
body0 {padding: 0;
	margin: 0;
	background: url(images/Sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
	text-align:center}/*css rule for body outlining padding, margin, BGround, color, width, display, address text align*/
	
	
body1 {padding: 0;
	margin: 0;
	background: url(images/Sky_about.jpg) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
	text-align:center}/*css rule for body outlining padding, margin, BGround, color, width, display, address text align*/
	
body2 {padding: 0;
	margin: 0;
	background: url(images/Sky_member.jpg) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
	text-align:center}/*css rule for body outlining padding, margin, BGround, color, width, display, address text align*/
	
body3 {padding: 0;
	margin: 0;
	background: url(images/Sky_member2.jpg) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
	text-align:center}/*css rule for body outlining padding, margin, BGround, color, width, display, address text align*/
	
body4 {padding: 0;
	margin: 0;
	background: url(images/Sky_contact.jpg) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
	text-align:center}/*css rule for body outlining padding, margin, BGround, color, width, display, address text align*/




#wrapper {
	width: 1050px;
	height: auto;
	padding: 0px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/white-shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
}/*css rule for wrapper outlining width, height, margin, bground, padding, textalign*/

#banner {
	width:1050px;
	height:200px;
	float:left;
}

#mid {
	width:1050px;
	height:auto;
	float:left;
	background-image: url(images/white-shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
}


#navMenu {
	width:1050px;
	height:30px;
	float:left;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	font-family:Corbel;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}/*css rule for navmenu width, bground, padding, margin, text-ailgn, color, font details*/

#midsection {
	width: 1050px;
	height:auto;
	float:left;
	background-image: url(images/white-shadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#content {
	width: 950px;
	height:auto;
	color: #000000;
	font-weight:normal;
	font-family:Corbel;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	}/*css rule for content id*/

a:link {
	color: #ffffff;
	text-decoration: none;
}/*css rule for a:link id*/

a:visited {color: #FFFFFF;}/*css rule for a:link id*/

a:hover {color: #0040ff;
	background-color: #ffffff;
	text-decoration: none;}/*css rule for a:hover id*/

a.active {color: #0040ff;
	background-color: #ffffff;
	text-decoration: none;}/*css rule for a.active id*/

.aboutimage {
	float:right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 15px;
}/*css rule for about image id*/

h1 {font-family:Corbel;
	text-decoration:none;
	font-weight:normal;}/*css rule for type one headings*/

#footer {
	width:1050px;
	height:142px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-top:auto;
	padding-top:30px;
	padding-bottom:0;
	
}/*css rule for footer*/

label.blocklabel {
	display:block;
	position:relative;
	margin:12px 0px;}/*css rule for label.blocklabel id in contact form*/

label.blocklabel input {
	position:absolute;
	left:150px;}/*css rule for label.blocklabel input in contact form*/

#contactform span {
	color:red}/*css rule for contact form span id*/

#firstname, #lastname, #address, #email, #name {
	width:25em}/*css rule for first and last name fields in contact form*/

#phone {
	width:10em}/*css rule for phone field in contact form*/

#title, #pcode {
	width:6em
}

fieldset {
	margin-bottom: 10px; padding: 10px; background-color: rgb(237,233,223)}/*css rule for fieldse in contact form*/

#normlink {color: #0040ff;
	text-decoration:underline}/*css rule for norm link id*/

#meminfolink {color: #0040ff;
	text-decoration:underline}/*css rule for meminfo link id*/

#message, #comments {
	width:583px
}
