body {
	background: #e3e3e3;
	margin: 0 20px 0 0;
}

/* Links */
a:link, a:visited, a:active {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;
	text-decoration: none;
}

/* image stuff */

img { border: none; }

.data_box, .image_box {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px;
	margin: 4px 8px 4px 8px;
}

.image_box {
	font-size: 0.8em;
	color: #777;
	font-style: italic;
	text-align: center;
}

.image_box img { border: 1px solid #444; margin-bottom: 2px; }

/* copyright */
.copy {	font-size: 0.7em; color: #999; padding-top: 5px; }
.copy a { color: #888; text-decoration: none; font-weight: bold;}
.copy a:hover { color: #777; text-decoration: none;}


/* Headers */
img.main_header {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}

img.header {
	position: relative; left: 5px;
}

table.content_area {
}

table.content_area td {
	vertical-align: top;
}

/* control stuff */

#control {
	width:212px;
	margin-top: 10px;
	font-size: 0.9em;
}

#control_login_form {
	margin-top: 5px;
	border: 1px solid #bbb;
	padding: 4px;
	background: #eee;
}


#main_content {
	width: 860px;  /* layout_width - .nav width */
}

.nav {
	width: 140px;
}

.gallery_ul_list {
	font-size: 0.9em;
	line-height: 0.9em;
}

.nav img {
	margin-bottom: 4px;
}

.nav img:hover, ul.gallery_ul_list li a:hover {
	margin-left: 2px;
}

/* Lists */
ul {
	padding: 2px 0 8px 1em;
	margin: 0;
}

ul.gallery_ui_list {
	padding-left: 10px;
}

ul.gallery_ul_list li {
	font-size: 0.9em;
	list-style-type: circle;
	list-style-image: url('images/heart.gif');
	margin: 0 0 0 5px !important;
	padding: 0 !important;
}

ul.gallery_ul_list li a {
	color: #000 !important;
	font-weight: bold;
}

/* Boxs */
.layout_box  {
	border-collapse: collapse;
	color: #FFF;
	width: 1000px;
}

.layout_box td { margin: 0; padding: 0;}

table.layout_box tr.box_t { height: 20px; }
table.layout_box tr.box_b { height: 11px; }
table.layout_box td.box_l { width: 12px; }
table.layout_box td.box_r {
	width: 58px;
	
}

table.layout_box tr.box_o td { font-size: 0.7em; vertical-align: top; }
.member_login { position: relative; top: 2px; left: 10px; }
.member_login, .member_login a { color: #666; }

table.layout_box td.tr { background: #FFF url("images/box_tr.jpg") no-repeat; }
table.layout_box tr.box_t  { background: #000 url("images/box_top.jpg") repeat-x; }
table.layout_box td.l  { background: #FFF url("images/box_l.jpg") repeat-y; vertical-align: top; }
table.layout_box td.m  { background: #FFF url("images/box_inside_br.jpg") no-repeat bottom right; vertical-align: top; }
table.layout_box td.r  { background: #FFF url("images/box_r.jpg") repeat-y; vertical-align: top; }
table.layout_box td.bl { background: url("images/box_bl.gif") top right no-repeat; }
table.layout_box td.bottom  { background: url("images/box_b.jpg") repeat-x; }	
table.layout_box td.br { background: url("images/box_br.jpg") no-repeat; }

table.layout_box td.o_b  { background:url("images/box_outside_b.gif") right no-repeat; height: 47px; }
table.layout_box td.o_r  { background:url("images/box_outside_r.gif") bottom no-repeat; width: 42px; }

.box_inside_tl { background:url("images/box_inside_tl.jpg") top left no-repeat;  min-height: 360px; }
.box_inside_tr { background:url("images/box_inside_tr.jpg") top right no-repeat;  min-height: 176px;  }

/* HRs */
.b_line {
	background: #000;
	height: 3px;
	width: 100%;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	background: transparent;
	margin-top: 4px;
}

hr.header {
	margin-top: none !important;
}

hr.copy_hr {
	border-top: 1px solid #aeaeae;
}



/* Base */
p {
	margin: 0 0 1ex 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 4px 0;
	padding: 0;
	clear: both;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
h1, h2 {
	border-bottom: 1px solid #aeaeae;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; padding-top: 0.2em;}
h3 { font-size: 1.3em; padding-top: 0.2em;}
h4 { font-size: 1.2em; padding-top: 0.2em;}
h5 { font-size: 1.1em; padding-top: 0.2em;}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

