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

body {
	background-image:url();
	background-repeat:repeat-x;
	background-color:#;
	font-family:Sans-serif;
	text-align:justify;
	font-size:12px;
	color:#aa9262;

}

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

a {
	text-decoration:none
}
a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#000000;
}  /* mouse over link */
a:active {
	color:#aa9262;
	font-family: Sans-serif;
	text-align: right;
}  /* selected link */



#wrapper {
	width:290px;
	margin:auto;

}


.boxTop {

	margin:auto;
	width:290px;
	height:44px;
	background-image:url(images/boxTop.png);
	background-repeat:no-repeat;
	font-size:15px;
	text-decoration:bold;
	color:#000000;
}


.boxTop .boxTopContent {
	float:left;
	padding:10px;
}

.boxTop .boxTopDate {
	float:right;
	padding:13px;
	font-size:10px;
	color:#000000;
}


.boxMid {
	margin:auto;
	width:290px;
	background-image:url(images/boxMid.png);
	background-repeat:repeat-y;
	text-align:center;
}

.boxBot {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	width:290px;
	height:14px;
	background-image:url(images/boxBot.png);
	background-repeat:no-repeat;
	
}

#content1 table elink a {
	color: #aa9262;
}
#content2 table elink a {
	color: #aa9262;
}
#content3 table elink a {
	color: #aa9262;
}
