@import url(styles.css);
@import url(navleft.css);

body {
	background-color: #ff8700;
	margin-top: 25px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FF8700;
	margin: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 950px;
}

#logo {
	background-color: #FFFFFF;
	float: left;
	height: 54px;
	width: 950px;
}

#maskhead {
	height: 251px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 950px;
	text-align: center;
	background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;
}

#maskhead-inside {
	height: 179px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 950px;
	text-align: center;
	background-image: url(../images/maskhead.jpg);
	background-repeat: no-repeat;
}

#nav {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#nav-main {
	background-color: #FFFFFF;
	height: 42px;
	width: 915px;
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/nav/home-tiling.gif);
	background-repeat: repeat-x;
	margin-right: 17px;
	margin-left: 18px;
}

#nav-main ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

#nav-main ul li {
	text-decoration: none;
	display: inline;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 850px;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content a {
	color: #0033FF;
	text-decoration: underline;

}

#content a:hover {
	color: #FF8700;
	text-decoration: none;

}

.tdhome {
	background-color: #F2F2F2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 15px;
	padding-left: 15px;
}

#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 950px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF66;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;

}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#content-inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 950px;
	background-color: #FFFFFF;
	padding: 0px;
}
#content-sub {
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 30px;
	width: 670px;
	text-align: left;
}
#content-sub a {
	color: #0033FF;
	text-decoration: underline;
}
#content-sub a:hover {
	color: #FF8700;
}

