@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


html{
	margin:0;
	padding:0;	
	height:100%;
}

body {	
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;	
	height:100%;
	/*background:url(images/body-bg.jpg);
	background-position:0 922px;*/
	background:url(images/body-bg.gif);
}

#top {
	width:100%;
	margin:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*
	min-height: 600px;
	height: auto !important;
	height: 600px;
	*/
	/*background:url(images/top-bg.jpg) top left repeat-x;*/
}

#container {
	width:1005px;
	margin:auto;
}

#index #container {
	background:url(images/part_long_1.gif) no-repeat;
	background-position:40px 100%;
}

#container_inner {
	width:1005px;
	/*height:645px;*/
	min-height: 645px;
	height: auto !important;
	height: 645px;
	margin:0;
	background:url(images/inner-bg.gif) no-repeat;
	background-position:40px 45px;
	position:relative;
	z-index:1;
}

#index #container_inner {
	/*height:600px;*/
	min-height: 600px;
	height: auto !important;
	height: 600px;
	/*background:url(images/inner-index-bg.gif) no-repeat;*/
	/*background:url(images/inner-index-bg.jpg) no-repeat;*/
	/*background:url(images/inner-index-bg.png) no-repeat;*/
	/*background-position:40px 0;*/
	
	background:url(images/part_2.gif) no-repeat;
	background-position:503px 0;
	
}

a {
	/*color:#aa1014;*/
	color:#ff7300;
	text-decoration:underline;
}

a:hover {text-decoration:none;}
img {border:0;}
p, form {
	margin:10px 0;
}
ol {
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
ul {
	margin:10px 0 10px 15px;
	padding:0;
}
input, select {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}
textarea {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}

h1, h2, h3, h4 {
	margin:10px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1, h2, h3, h4, h5, h6 {
	color:#ff7300;
}


h1 {
	font-size:26px;
	font-weight:normal;
}

h2 {
	font-size:22px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-weight:normal;
}

h4 {
	font-size:100%;
}

h5 {
	font-size:100%;
	margin:0;
}

h6 {
	font-size:100%;
	margin:0;
	font-style:italic;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}

.error {
	color:#ff0000;
	font-weight:bold;
}

.success {
	color:#009900;
	font-weight:bold;
}

.required {
	color:#ff0000;
}

