body {
	text-align: center; 
	background-color: #353535;
	font: normal 12px sans-serif;
	background-image:url("../images/background.png");
	background-repeat: repeat-x;
}

img {
	border-width: 0px;
}

div {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

h2{
	font: normal 14px sans-serif;
	color: gray;	
}

a:link { 
	text-decoration: none; 
	color: #006cb9;
}

a:visited { 
	text-decoration: none;
	color: #006cb9;
}

a:hover { 
	text-decoration: none; 
	color: #000081;
}

a:active { 
	text-decoration: none; 
	color: #000081;
}

table.headtable{
	background-image:url("../images/head.png");
	background-repeat:no-repeat;
	width: 1006px;
	height: 138px;
	border-width: 0px;
	margin: 0px auto 0px auto;
	margin-top: 15px;
	border-collapse: collapse;
}

table.bodytable{
	width: 1006px;
	padding: 0px;
	border-width: 0px;
	margin: 0px auto 0px auto;
	background-image:url("../images/body.png");
	background-repeat: repeat-y;
	border-collapse: collapse;
}

table.foottable{
	background-image:url("../images/foot.png");
	background-repeat:no-repeat;
	width: 1006px;
	height: 29px;
	font: italic  10px arial;
	text-align: center;
	margin: 0px auto 0px auto;
	border-width: 0px;
	border-collapse: collapse;
}

table.articles_head{
	text-align: left;
	margin: 0px 6px 0px 0px;
	margin: 0px auto 0px auto;
	border-width: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 998px;
}

table.articles_head td{
	text-align: center;
	width: 50%;	
}

table.articles{
	margin: 0px auto 0px auto;
	width: 970px;
}

table.articles td{
	text-align: left;
	padding: 0px;
}

table.article{
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	text-align: left;
	width: 100%;
	padding: 5px;
	height: 210px;
	background-image:url("../images/artbackblack.png");
	background-repeat: repeat-x;
}

td.iconfield{
	margin: 5px;
	width: 10%;
}

td.arttextfield {
	margin: 5px;
	width: 90%;
}

table.artabout {
	font: normal 10px sans-serif;
	width=100%;
	margin-right: 15px;
	padding: 5px;
	background-color: #fee3c0;
	border-width: 1px;
	border-style: solid;
	border-color: orange;
}