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

body {
	overflow-y:scroll;
	width:780px;
	margin:0 auto;
	padding:10px 0 0 0;
	background-color:#DEDEDE;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#2A0000;
	line-height:160%;
}

table td {
	vertical-align:top;
}

img {
	border:0;
	vertical-align:text-top;
}

a {
	color:#2A00AA;
	text-decoration:none;
}

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

#structure_table {
	width:780px;
	border:0;
	background-color:#FFFFFF;
}

#content_top {
	width:780px;
	height:40px;
	background:url(../images/content_top.jpg);
}

#content_left {
	width:40px;
	background:url(../images/content_left.jpg) repeat-y;
}

#content_right {
	width:40px;
	background:url(../images/content_right.jpg) repeat-y;
}

#content_bottom {
	width:780px;
	height:40px;
	background:url(../images/content_bottom.jpg);
}

#home_images img {
	float:left;
	padding-right:10px;
}

