@charset "utf-8";
/* CSS Document By NewFormServices.com - Affordable Websites and Tutoring with an Impact*/
/*General Settings*/
body {
	font-family: "Trebuchet MS", Calibri, Arial, "Comic Sans MS";
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}

h1{
	font-size: 24px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 2px;
	}

#image{
	border: 1px solid #CCCCCC;
	padding: 3px;
	}
.img {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.imgRight{
	border: 1px solid #CCCCCC;
	float: right;
	padding: 3px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	}
.imgLeft{
	border: 1px solid #CCCCCC;
	float: left;
	padding: 3px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	}
a {
	font-weight: bold;
	color: #478DB4;
	text-decoration: underline;
}

a:hover{
	font-weight: bold;
	color: #84B5CE;
	text-decoration: none;
}

a:active{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a:visited{
	font-weight: bold;
	color: #85B6CF;
	text-decoration: underline;
}

/*Background Code*/
#background{
	background-attachment: fixed;
	background-image: url(assets/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: 100%;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}


/*Wrapper - Keeping all divs in check*/
#wrapper{
	float: left;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*Main Content code*/
#body{
	background-image: url(assets/shadow.png);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 733px;
	padding-right: 10px;
}

#content{
	background-color: #FFFFFF;
	float: left;
	width: 718px;
	padding-left: 0px;
	
}

#content2{
	background-color: #FFFFFF;
	float: left;
	width: 711px;
	padding-left: 7px;
	
}

#contentFooter{
	background-image: url(assets/footershadow.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 725px;
}

/*Sidebar for menus*/
#sidebar{
	padding: 6px;
	float: left;
	width: 150px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	font-style: oblique;
	margin-top: 360px;
}

/*Footer, the z indexx is +1 so that it is permanently on*/
#footer{
	background-color: #FFFFFF;
	height: 20px;
	width: 755px;
	float: left;
	z-index: 2;
	position: fixed;
	bottom: 0px;
	visibility: visible;
	left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}
