body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #383737;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 797px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #333333;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
}
.floatr {
	float: right;
	margin-left: 10px;
}

#header {
	backgound-image: images/bg.gif;
	background-image: url(images/bg.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header .logo {
	float: left;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
	border-top: solid #FFFFFF 1px;
	border-bottom: none;
	margin-top: 114px;
}

#navcontainer {
	clear: both;
	margin: 0px;
	padding: 0;
	
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
}

#navcontainer ul li a {
	background-image: url(images/texture.gif);
	width: 98px;
	height: 20px;
	padding-top: 7px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right:  solid #FFFFFF 1px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.mortcalc {
	padding-left: 3px;
	padding-right: 3px;
}

#navcontainer ul li a:hover {
	color: #000000;
	background-color: #F77D31;
	background-image:none; 
}

#navcontainer a:active {
	color: #fff;
	background-color: #F77D30;
}

#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}


#content {
	margin-bottom: 10px;
	padding-left: 50px;
	float: left;
	line-height: 16px;
	text-align: justify;
	margin-top: 75px;
	width: 375px;
}


#contentwide {
	margin-bottom: 50px;
	float: left;
	line-height: 16px;
	text-align: justify;
	margin-top: 75px;
	padding-left: 50px;
	padding-right: 50px;
}


.bordl {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

a:link {
	color: #F77D31;
	text-decoration: none;
}


a:visited {
	color: #F77D31;
	text-decoration: none;
}
	

a:hover {
	color: #F77D31;
	text-decoration: underline;
}
	

a:active {
	color: #F77D31;
	text-decoration: underline;
}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F77D31;
	margin-bottom: 10px;
	margin-top: 0px;
}

#content img {
	float: right;
	margin-top: 25px;
}


#featured {
	background-image: url(images/texture.gif);
	float: left;
	height: 250px;
	width: 264px;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 25px;
	padding:10px;
	
}


#featured a {
	color: #999999;
    text-transform: capitalize;
	
	}
	
#featured a:hover {
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: solid #999999 1px;
}

#footer {
	color: #CCCCCC;
	clear: both;
	height: 20px;
	padding-top: 6px;
	background-color: #000000;
	text-align: center;
	border-top: solid #FFFFFF 1px;
}

#swg {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#contentwide h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 25px;
	padding-bottom: 0px;
	border-bottom-width: none;
	border-bottom-style: none;
}

#contentwide img {
	float: left;
	margin: 5px;
}

li {
	list-style-type: circle;
	margin-left: -10px;
}
.quicksearch {
	color: #909393;
	margin: 25px;
	clear: both;
	background-image: url(images/texture.gif);
	width: 725px;
	padding:10px;
}
.rtspace {
	margin-right: 40px;
}
