body {
	background:	url('../graybg.png');
	background-repeat: repeat-y;
	font-family:	"Lucida Grance","Geneva","Arial","Helvetica","Sans-Serif";
	font-size:	12px;
	position:	absolute;
	margin-top:	0px;
	margin-left:	0px;
	min-height:	1024px;
	width:		800px;
	border:		solid white 0px;
	padding:	5px;
}

div.index {
	text-align:	center;
	margin-top:	0px;
	width:		120px;
	font-size:	11px;
}
	
div.link {
	text-align:	center;
	margin-top:	10px;
	background-repeat : no-repeat;
	background-image: url('button.gif');
	height:		20px;
	width:		114px;
	font-size:	11px;
}

h1 {
	font-size:	24;
	padding-left:	0px;
	padding-right:	0px;
}

h2 {
	font-size:	14;
	padding-left:	8px;
	padding-right:	8px;
}

h3 {
	font-size:	12;
	padding-left:	0px;
	padding-right:	0px;
}


a:link.index {
	position:	relative;
	top:		3px;
	text-decoration:none;
	font-weight:	lighter;
	letter-spacing: 0;	
	color:		black;
}

a:hover.index {
	position:	relative;
	top:		3px;
	text-decoration:none;
	font-weight:	lighter;
	letter-spacing: 0;
	color:		white;
}

a:active.index {
	position:	relative;
	top:		3px;
	text-decoration:none;
	font-weight:	lighter;
	letter-spacing:	0;
	color:		yellow;
}

a:visited.index {
	font-size:	11px;
	position:	relative;
	top:		3px;
	text-decoration:none;
	font-weight:	normal;
	letter-spacing: 0px;
}

div.ad {
	position: relative;
	background:	white;
	width:	218px;
	border:	dashed silver 1px;
	padding:	8px;
	min-height:	32px;
	margin-top:	8px;
	font-size:	11px;
}

img.ad {	width:		100%;	margin:		8px;	height:		66px;	width:		200px;
}

div.right {
	position:	absolute;
	left:		600px;
	top:		0px;
	width:		236px;
	min-height:	100%;
 	border:		solid white 1px;
	background:	white;
}


div.body {
	position:	absolute;
	left:		136px;
	top:		6px;
	width:		400px;
	min-height:	1024px;
 	border:		0px;
	margin:		8px;
}

div.quick {
	position:	absolute;
	left:		0px;
	top:		6px;
	width:		120px;
	min-height:	1024px;
 	border:		0px;
	font-size:	11px;
	padding:	4px;
	color:		gray;
}

div.award {
	position:	absolute;
	left:		0px;
	top:		400px;
	width:		120px;
	min-height:	1024px;
 	border:		0px;
	font-size:	11px;
	padding:	4px;
	color:		gray;
}


a:link.ad {
	letter-spacing: 0px;
	text-decoration:none;
	color:		black;
}

a:active.ad {
	text-decoration:none;
	letter-spacing:	0px;
	color:		black;
}

a:visited.ad {
	text-decoration:none;
	letter-spacing:	0px;
	color:		black;
}

img {
	max-width:		400px;
	border:		solid white 0px;
	min-height:	20px;
	margin-left:	0px;
	margin-top:	8px;
}

a:link.body {
	text-decoration:none;
	color:		blue;
}

a:hover.body {
	text-decoration:none;
	color: red;
}

a:active.body {
	letter-spacing:	0px;
	color:		blue;
}

a:visited.body {
	letter-spacing:	0px;
	text-decoration:none;
	color:	gray;
}
