@charset "utf-8";

/*=========================================================

	text
	
=========================================================*/

body {
	line-height: 1.62;
	margin: 0;
	background-color: #f4f0de;
	text-align: center;
}

body,td,th {
	color: #333;
	text-align: left;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.style1 {font-size: 12px; }
.style2 {font-size: 12em; }
.style3 {font-size: 12ex; }
.style4 {font-size: 85%; }
.style5 {font-size: 100%; }
.style6 {font-size: 120%; }
.style7 {font-size: xx-small; }
.style8 {font-size: x-small; }
.style9 {font-size: small; }
.style10 {font-size: medium; }
.style11 {font-size: large;}
.style12 {font-size: x-large; }
.style13 {font-size: xx-large; }
.style14 {font-size: 9px}
.style15 {font-size: 10px}


a:link {color:#0033CC;} 
a:visited {color: #0033CC;}
a:hover {color:#0099CC;}

div#header h1{
	display: none;
}

.right {
	text-align: right;
}

.clearfix {
	clear: both;
}

table tr td.date-td {
	width: 105px;
}

table tr td.text-td {
	width: 415px;
}

strong {
	font-weight: normal;
}

/*=========================================================

	Layout
	
=========================================================*/

div#wrapper {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	text-align: center;
}

div#header {
	width: 750px;
	margin: 0 25px 0 25px;
	height: 30px;
	background-image: url(../images/line_topred.jpg);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
}

div#gNav{
	width: 750px;
	margin: 0 25px;
	padding: 0;
}

div#gNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#gNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 500px;
}

div#footer {
	width: 720px;
	margin: 0 40px;
	padding-bottom: 30px;
	background-color: #fff;
	clear: both;
	font-size: x-small;
}

div#sitemap,
div#copyright {
	padding-top: 5px;
	padding-bottom: 15px;
}

div#sitemap {
	float: left;
}

div#copyright {
	float: right;
}
