* {
	/* Reset browsers default margin, padding and font sizes */
	margin:		0;
	padding:	0;
}

html,body {
	margin:		0;
	padding:	0;
	height:		100%;				/* needed for container min-height */
	
	background-image:url(images/background.jpg);
	font-family:verdana,tahoma,arial;
	font-size:14px;
	color: #111155;
;
}

/* Container and Blocks */
div#container {
	position:relative;			/* needed for header and footer positioning */
	margin:0 auto;				/* center, not in IE5 */	
	height:auto !important;		/* real browsers */
	height:100%;				/* IE6: treated as min-height */
	min-height:100%;			/* real browsers */
}
div#header {
	position:absolute;
	top: 0;
	width: 100%;
	height: 96px;
	min-width: 944px;
}
div#content {
	position: absolute;
	top: 106px;
	bottom:65px;
	left: 72px;
	right: 72px;
	min-width: 800px;
}
div#footer {
	position: absolute;
	bottom: 4px;
	left: 72px;
	right: 72px;
	min-width: 800px;
}
div#admincontent {
	position: absolute;
	top: 106px;
	bottom:65px;
	left: 72px;
	right: 72px;
}
div#adminmenubox {
	position: relative;
	height: auto;
	float: left;
	width: 275px;
	margin: 10px 0 0 10px;
}
div#adminsitebox {
	position: relative;
	height: 100%;
	margin: 10px;
	overflow: auto;
}

/* Classes */
.logo {
	margin: 10px;
	width: 125;
	height: 86;
	float: left;
}
.footertext {
	font-size: 10px;
	text-align: center;
	margin: 3px 0;
}
.menubox {
	float: right;
	margin: 43px 72px 0 0;
/* 	border: 1px solid black; */
}
.sitebox {
	position: relative;
	height: 100%;
	right:5px;
	padding:10px;
	overflow: auto;
/* 	border: 1px solid black; */
}
.headertext {
	margin-top: 37px;
	float: left;
}
.menu_buttons {
	float: right;
}
.button_element {
	margin-left: 10px;
}
.button_text {
	display: inline;
}
.admin_line {
	margin: 10px 0 0 10px;
}
.admin_desc {
	font-weight: bold;
	width: 130px;
	float: left;
}
.admin_item {
	
}
.contentheader {
	text-align: center;
	margin-bottom: 10px;
}
.contentfooter {
	text-align: center;
	margin-top: 10px;
}
.navbutton {
	width: 40px;
	height: 12px;
}
.addborders {
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}

.gallery_line {
	margin: 0 0 24px 20px;
	clear: both;
}
.gallery_title {
	float: left;
	width: 210px;
	color: #111155;
	font-weight: bold;
}
.gallery_comment {
	margin-left: 210px;
}
.thumbnail_box {
	position: relative;
	width: 150px;
	height: 183px;
	text-align: center;
	float: left;
	margin: 5px;
	background: white;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}
.tn_image {
	position: relative;
	width: 150px
	top: 0px;
}
.tn_text {
	position: absolute;
	width: 150px;
	bottom: 3px;
	font-size: 12px;
	left: 0px;
}
.contentheader {
	text-align: center;
	margin-bottom: 10px;
}
.contentbox {
	text-align: center;
}
.contentfooter {
	text-align: center;
	clear: left;
	padding: 10px 0px 10px 0px;
}
.list_text {
	margin-left: 170px;
}
.admin_menu_buttons {
	position: relative;
	padding: 0px;
	width: 245px;
	height: 47px;
	margin: 0px 0px 6px 0px;
	text-align: center;
}
.admin_button_element {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
}
.admin_button_text {
	position:absolute;
	left:10px;
	top:15px;
	z-index: 2
}
.admin_frame {
	margin:10px 0 0 10px;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}



/* Other */
img {
	border: 0;
}
h1 {
	
}
h2 {
	margin: 0 0 20px 0;
}
p {
	font-size: 100%;
	line-height: 120%;
	text-align: justify;
	margin:0 0 12px 0;
	color: #111155;
}
ul {
	margin-bottom: 7px;
}
li {
	text-align:justify;
	margin: 0 10px 5px 0;
}
i {
	font-size:				100%;
	font-weight:			normal;
	font-style:				italic;
	color: 						#111155;
}
u {
	font-size:				100%;
	font-weight:			normal;
	font-style:				normal;
	text-decoration:	underline;
	color: 						#111155;
}
b {
	font-size:				100%;
	font-weight:			bold;
	font-style:				normal;
	color: 						#111155;
}
a:link,a:visited,a:active {
	font-size:				100%;
	color: 						#d45c38;
}
a.nav:visited,a.nav:active,a.nav {
	font-size:				100%;
	font-weight:			bold; 
	text-decoration: 	none;
	color: 						#333399;
}
th {
	background: #000080;
	color: white;
	font-size: 100%;
	padding: 5px;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}
td {
	background: white;
	font-size: 90%;
	padding: 3px;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}


.fl {
 float:left;
 margin: 0 5px 5px 0;
}
.fr {
 float:right;
 padding: 0 0 5px 5px;
}
