body {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	background-image: url("../img/bg_img.jpg");
	color: #333333;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #002791;
	}

a:visited {
	color: #002791;
	}

a:active {
	color: #002791;
	}

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


a img {
	border-style:none;
	}


h1, h2, h3, h4, h5, h6 {
	position: static;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


img, form {
	margin: 0px;
	padding: 0px;
	}


p {
	margin: 0px;
	padding: 10px;
	}


.px10 {
	font-size: 10px;
	line-height: 100%;
	}


.px14 {
	font-size: 14px;
	line-height: 100%;
	}


#container {
	margin-right:auto;
	margin-left:auto;
	width: 860px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url("../img/head.jpg");
	background-repeat: no-repeat;
	border-color: #704F37; 
	border-style: solid; 
	border-width: 1px;
	}


#content {
    text-align: left;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	width: 800px;
	font-size: 12px;
	line-height: 140%;
	}


.present-q {
	width: 740px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	background-color: #FFFFB2;
	padding: 10px;
	line-height: 100%;
	}


#footer {
	width: 860px;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	color: #545454;
	font-size: 12px;
	line-height: 150%;
	}
