body, html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 10px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.background
{
	background: white url('/images/background_gradient.png') 0 0;
	background-repeat: no-repeat;
}

.container_background
{
	background-image: url(/images/50.png) !important;	/* Mozilla only */
	background-color: transparent !important;			/* Mozilla only */
	background-image: none;								/* IE only */
	background-color: #ffffff;							/* IE only */
	filter: alpha(opacity=50);							/* IE only: not valid, but it works */
}

.container
{
	margin-top: 125px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.container, .container_background
{
	width: 100%;
}

.container_background
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.content, .sidebar
{
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.content
{
	width: 550px;
}
.content_title
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed black;
}
.breadcrumb
{
	text-align: right;
}
.breadcrumb a
{
	color: black;
	text-decoration: none;
}
.breadcrumb a:hover
{
	color: gray;
	text-decoration: none;
}


.content_footer
{
	text-align: center;
	color: gray;
}
.content_footer hr
{
	width: 90%;
	border: 0;
	color: gray;
	background-color: gray;
	height: 1px;
}

.sidebar
{
	width: 100px;
	border-right: 1px solid black;
	text-align: right;
}

.sidebar ul { margin: 0px; padding: 0px; }
.sidebar li { list-style-type: none; font-style: italic; }
.sidebar li a { color: black; text-decoration: none; }
.sidebar li a:hover { color: gray; text-decoration: none; }
.sidebar span { font-weight: bold; border-bottom: 1px dashed black; }

.float_reset
{
	clear: both;
}

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

.image_left
{
	float: left;
	margin-right: 5px;
}
.image_right
{
	float: right;
	margin-left: 5px;
}

.gallery
{
	text-align: center;
}

.gallery div
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	text-align: left;
}

.gallery table
{
	margin-left: auto;		/* to center the table */
	margin-right: auto;
	width: 460px;

	padding: 0px;
}

.gallery img
{
	margin: 2px;
	border: 5px solid white;
}

.gallery ul
{
	list-style: none;
	margin: 7px;
	padding: 0px;
	width: 350px;
}

.gallery li.album_title
{
	font-weight: bold;
}
.gallery li.album_contents
{
	color: gray;
}

.gallery td
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.gallery_navigation
{
	float: left;
}


#email_message dt
{
	float: left;
	clear: left;
	text-align: right;
	width: 50px;
	margin: 2px;
}
#email_message dd
{
	float: left;
	text-align: left;
	margin: 2px;
}

#email_message input, #email_message textarea
{
	border: 1px solid gray;
	background-color: transparent;
	width: 300px;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}
#email_message textarea
{
	height: 150px;
}
#email_submit
{
	width: 360px;
	clear: both;
	text-align: right;
}

#server_stats dt
{
	font-weight: bold;
	float: left;
	padding-left: 20px;
	padding-right: 5px;
}

#server_stats p
{
	clear: both;
}

.centered
{
	text-align: center;
}

.error
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.error p
{
	font-size: 15px;
}
.error span
{
	font-style: italic;
}

dl.news_list dt
{
	font-weight: bold;
}
dl.news_list dd
{
	margin-left: 40px;
	margin-right: 40px;
}

#music li
{
	list-style-type: none;
}

#music span
{
	font-weight: bold;
}

