body {
    background: url(../images/header.jpg) repeat-y;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color:#666666;
}

a 		{ color: #668; text-decoration: none; font-weight:normal; } 
a:link		{ color: #668; } 
a:visited	{ color: #668; } 
a:active	{ color: #334; } 
a:hover		{ color: #334; }

h1, h2, h3 {
    margin: 0px;
}

.date {
	font-size: 10px;
	color: #666666;;
}

.tnavi {
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-left: 400px;
	margin-bottom: 40px;
}

/* Nav Buttons */

.art_btn {
	background-image: url(../images/tnavi_art_up.gif);
	display: block;
	height: 60px;
	width: 110px;
	margin-right: 5px;
	margin-left: 350px;
	float:left;
	background-repeat: no-repeat;
}
.art_btn:active {
	background-image: url(../images/tnavi_art_down.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 60px;
	width: 110px;
	margin-right: 5px;
	margin-left: 350px;
}
.resume_btn {
	background-image: url(../images/tnavi_resume_up.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 60px;
	width: 110px;
	margin-right: 5px;
	margin-left: 5px;
}
.resume_btn:active {
	background-image: url(../images/tnavi_resume_down.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 60px;
	width: 110px;
	margin-right: 5px;
	margin-left: 5px;
}

/* Content */

.center_sect_title {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	clear: both;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.left_sect_title {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	clear: both;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

/* Art Sections */

.thumb {
	text-decoration: none;
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
}
#loadarea2 {
	float: left;
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
	text-align: center;
}

.narrow {
	float: left;
	width: 267px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.medium {
	float: left;
	width: 583px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.wide {
	float: left;
	width: 900px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.half {
	float: left;
	width: 425px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	height: 169px
}

/* About Section */

.about_letme {
	float: left;
	width: 900px;
	height: 400px;
	margin-left: 50px;
	margin-right: 50px;
	background-color:#CCCCCC;
}

.about_int {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 20px;
}

.about_bio {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 50px;
}

.about_table {
	border: 1px solid #666666;
}

.about_table td{
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}

.title_cell {
	background-color: #000f24;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
