/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 auto;
	background-color:#415FDB;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image: url(images/bg_repeat.jpg)
}

a { color:#152980; font-weight: bold; font-size: 1.3em; text-decoration: none; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:760px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_body.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:760px;
	height:79px;
}

#main {
	position:relative;
	top:0;
	left:0;
	width:760px;
	height:605px;
}

#response {
	position:relative;
	top:0;
	left:0;
	width:690px;
	height:400px;
	overflow: auto;
padding: 0 0 0 40px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:760px;
	height:auto;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:760px;
	height:25px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
