body
{
	background: #8c8c8c;
	padding: 0;
	text-align: left;
	font-family: monospace;
	font-size: 9pt;
	color: black
}

hr
{
	background: #bb3333
}

.form_elem
{
	color: black;
	border: 1px solid #000000;
	background: #ffffff;
	font-size: 8pt;
}

a
{
	color: #bb3333;
	font-style: italic;
	text-decoration: underline
}

a:hover
{
	text-decoration: none
}

div#external_container
{
	width: 780px;
	padding: 0;
	border: 0;
	margin: auto
}

div#right_conteiner
{
	float: right;
	width: 567px;
	text-align: left;
	margin: 4px
}

div#left_conteiner
{
	float: left;
	width: 197px;
	text-align: left;
	margin: 4px
}

div#footer
{
	clear: both;
	text-align: center;
	font-size: 7pt;
	padding: 8px
}

div#header
{
	text-align: center;
}

table#image_gallery
{
	margin-left: auto;
	margin-right: auto;
}

table#image_gallery tr
{
	text-align: center; 
	vertical-align: top
}

/* Content window - begin */

div.window_header
{
	width: 567px;
	height: 68px;
	text-align: center;
	background: url(img/win_big_header.png) no-repeat;
	margin: 0
}

div.window_content
{
	width: 567px;
	background: url(img/win_big_body.png) repeat-y;
	margin: 0;
	
}

div.window_footer
{
	width: 567px;
	height: 53px;
	background: url(img/win_big_footer.png) no-repeat;
	margin: 0
}

/* Content window - end */

/* Navigator window - begin */
div.small_window_header
{
	width: 197px;
	height: 31px;
	background: url(img/win_small_header.png) no-repeat;
	text-align: center
}

div.small_window_body
{
	width: 197px;
	background: url(img/win_small_body.png) repeat-y;
}

div.small_window_footer
{
	width: 197px;
	height: 28px;
	background: url(img/win_small_footer.png) no-repeat;
}
/* Navigator window - end */

div.content_padder_menu
{
	z-index: 20;
	padding: 5px 20px 1px 20px
}

div.content_padder_menu_image
{
	z-index: 20;
	padding: 5px 20px 1px 20px
}

div.content_padder_menu a
{
	display: block;
	text-decoration: underline;
	color: #bb3333;
	padding: 1px 3px 1px 3px;
}

div.content_padder_menu a:hover
{
	background: url(img/red_box.png) repeat-y right
}

div.content_padder_menu_image a
{
	display: block;
	text-align: left;
	text-decoration: none;
	background: transparent;
	padding: 1px 3px 1px 3px
}

div.content_padder_menu_image a:hover
{
	background: url(img/red_box.png) repeat-y right
}


div.content_padder_menu_image img
{
	display: block;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	border: 0;
	margin: auto
}

div.content_padder
{
	padding: 1px 20px 1px 20px
}

div.header_padder_blog
{
	padding: 20px;
	text-align: right
}
div.header_padder
{
	padding: 20px
}

div.header_padder_small
{
	padding: 20px 0px 0px 0px
}

li.year
{
	list-style-type: square
}

li.month
{
	list-style-type: square
}

/* Stuff */

.centerer
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left_float
{
	text-align: left;
	margin: 0;
	padding: 0
}

.welcome
{
	text-align: center;
	background: transparent url(img/heart.png) center no-repeat
	
}

.green
{
	color: #89ff6e;
}

.red
{
	color: #ff0000
}

.no_border
{
	border: none
}

.error_msg
{
	color: #ff0000;
	font-weight: bold;
}

.good_msg
{
	color: #54ff44;
	font-weight: bold;
}

blockquote.comment
{
	margin-top: 0px;
	font-size: 8pt
}

.console
{
	font-family: monospace;
	font-size: 8pt;
	white-space: nowrap;
	overflow: auto;
	width: 90%;
	color: #000000;
	background: #8fb798;
	border: 1px solid #b7b47d
}

.smaller
{
	font-size: 7pt;
	text-align: right
}
