@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ededed;
	background-image:url(../_img/background.gif);
	background-repeat:repeat-x;
	font-family: Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

#container {
	margin:auto;
	width:1000px;
	padding: 0px;
}

#header {
	margin:auto;
	width:1000px;
}

#footer {
	margin:auto;
	width:1000px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#84888c;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#temp a:link {color: #1963a3; text-decoration:none}
#temp a:visited {color: #1963a3; text-decoration:none}
#temp a:hover {color: #1963a3; text-decoration:none}

#temp {
	background-image:url(../_img/bg_container.gif);
	margin:auto;
	height:315px;
	width:940px;
	float:left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#container .textbox1 {
	float:left;
	width:552px;
}

#container .textbox1 img{
padding-top:30px;
}

#container .textbox2 {
	float:left;
	width:327px;
	margin-left:60px;
}

#container .textbox2 img{
padding-top:30px;
}

