/* BODY */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/graphics/main_background.jpg);
	background-position: top center;
}

/* TEXT */

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}

.text_header {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}
/* HR */ 

hr {
	width: 98%;
	background: transparent;
	color: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dotted #CCCCCC;
}

/* LINKS */

A:link {
	text-decoration: none;
	color: #990000;
}
A:visited {
	text-decoration: none;
	color: #990000;
}
A:active {
	text-decoration: none;
	color: #990000;
}
A:hover {
	text-decoration: underline;
	color: #990000;
}

/* TEXTBOX */

.dropbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 20px;
	width: 200px;
}

/* TABLE */

table.content {
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #343A3E #343A3E #343A3E #343A3E;
	border-collapse: collapse;
}

/* FLICKR */

.flikr_container {
	width: 590px;
}
.flickr {
	width: 75px;
	height: 75px;
	border: 2px solid #990000;
	float: left;
	margin-right: 19px;
	margin-bottom: 14px;
}