html {
height: 100%;
}

body {
height: 100%;
background-image: url(../images/body_bg.png);
background-repeat: repeat-x;
background-position: top;
background-color: #0B0B0B;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

.padding {
padding: 10px;
}

.container {
width: 756px;
margin-left:100px; 
margin-right:auto;
height: 100%;
}

.buttoncontainer {
	margin-bottom: 25px;
	text-align: center;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	min-height: 25px;
}

.buttoncontainer a:link, .buttoncontainer a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.top {
vertical-align: top;
}

.header {
width: 756px;
height: 100px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 36px;
font-weight: bold;
color: #ffffff;
text-align: left;
margin-top: 45px;
}

.logo {
height: 54px;
width: 211px;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: top left;
}

.menu_container {
width: 760px;
height: 90px;
margin-left:auto; 
margin-right:auto;
}

.menu_table {
width: 250px;
height: 90px;
float: right;
}

.menu_button {
height: 31px;
width: 100px;
font-family: Helvetica;
font-size: 12px;
}

.menu_button a, menu_button a:link, menu_button a:visited {
height: 31px;
width: 100px;
display: block;
text-align: center;
text-decoration: none;
color: #D9D9D9;
padding-top: 8px;
}

.menu_button a:hover {
color: #ffffff;
background-image: url(../images/menu_button_bg.png);
background-repeat: no-repeat;
}

.admin_menu_button {
height: 18px;
width: 110px;
font-family: Helvetica;
font-size: 12px;
}

.admin_menu_button a, admin_menu_button a:link, admin_menu_button a:visited {
height: 31px;
width: 110px;
display: block;
text-align: center;
text-decoration: none;
color: #D9D9D9;
padding-top: 8px;
}

.admin_menu_button a:hover {
color: #ffffff;
background-image: url(../images/admin_menu_button_bg.png);
background-repeat: no-repeat;
}

a, a:link, a:visited {
color: #D9D9D9;
text-decoration:none;
}

a:hover {
color: #A2D943;
text-decoration:none;
}

h2 {
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
padding: 0px;
margin: 0px;
}

.header_text {
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
padding: 0px;
line-height: 200%;
}

.comment_author, .comment_author a, comment_author a:link, comment_author a:visited {
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
}
.comment_author a:hover{
color: #A2D943;
text-decoration:none;
}

.main_body {
width: 756px;
margin-left:auto; 
margin-right:auto;
text-align: justify;
font-family: Helvetica;
font-size: 12px;
color: #D9D9D9;
}

.blog_body {
width: 756px;
margin-left:auto; 
margin-right:auto;
text-align: justify;
font-family: Helvetica;
font-size: 12px;
color: #D9D9D9;
border: 1px solid #3C3C3C;
margin-bottom: 20px;
}

.page_header {
font-family: Tahoma;
font-size: 28px;
font-weight: bold;
color: #3C3C3C;
padding:0;
margin-bottom: 20px;
line-height:80%;
display: block;
}

.large {
font-family: Helvetica;
font-size: 24px;
font-weight: bold;
}

.galleryimage_container {
width: 100%;
margin-left:auto; 
margin-right:auto;
}

.galleryimage_topleft {
width: 73px;
height: 74px;
background-image: url(../images/top_left.jpg);
background-repeat: no-repeat;
}

.galleryimage_top {
height: 74px;
background-image: url(../images/top.jpg);
background-repeat: repeat-x;
}

.galleryimage_topright {
width: 71px;
height: 74px;
background-image: url(../images/top_right.jpg);
background-repeat: no-repeat;
}

.galleryimage_right {
width: 71px;
background-image: url(../images/right.jpg);
background-repeat: repeat-y;
}

.galleryimage_left {
width: 73px;
background-image: url(../images/left.jpg);
background-repeat: repeat-y;
}

.galleryimage_image {
width: 618px;
height: auto;
padding: 0px;
margin-left: auto;
margin-right: auto;
}

.galleryimage_bottomleft {
width: 73px;
height: 77px;
background-image: url(../images/bottom_left.jpg);
background-repeat: no-repeat;
}

.galleryimage_bottomright {
width: 71px;
height: 77px;
background-image: url(../images/bottom_right.jpg);
background-repeat: no-repeat;
}

.galleryimage_bottom {
height: 77px;
background-image: url(../images/bottom.jpg);
background-repeat: repeat-x;
}

.about_me_image {
width: 750px;
height: 122px;
background-image: url(../images/me.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
margin-top: 20px;
}

.loginform {
width: 520px;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
padding: 10px;
}

.blogentry {
width: 100%;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
}

.commententry {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding: 10px;
border: 1px solid #3C3C3C; 
}

.logintext {
font-family: Helvetica;
font-size: 16px;
color: #D9D9D9;
}

.logininput {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 420px;
height: 20px;
font-family: Helvetica;
font-size: 16px;
margin-left: 10px;
}

.loginsubmit {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
height: 25px;
width: 80px;
font-family: Helvetica;
font-size: 16px;
display: block;
margin-left: auto;
margin-right: auto;
}

.admintext {
font-family: Helvetica;
font-size: 16px;
color: #D9D9D9;
}

.admininput {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 350px;
height: 20px;
font-family: Helvetica;
font-size: 16px;
margin-left: 10px;
moz-appearance: none;
}

.admintextarea {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 350px;
height: 120px;
font-family: Helvetica;
font-size: 16px;
margin-left: 10px;
}

.comment {
width: 683px;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
padding: 10px;
margin-bottom: 10px;
background: #1F1F1F;
}

.admincomment {
background: #3C3C3C;
}

.divider {
border-top: 1px dotted #CCCCCC;
padding: 5px;
}

.smallicon {
vertical-align: text-bottom;
}

.commentsform {
width: 90%;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
padding: 10px;
}

.adminform {
width: 90%;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
padding: 10px;
}

.contactmeform {
width: 520px;
margin-left: auto;
margin-right: auto;
border: 1px solid #3C3C3C; 
padding: 10px;
}

.contactmetext {
font-family: Helvetica;
font-size: 16px;
color: #D9D9D9;
}

.contactmeinput {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 350px;
height: 20px;
font-family: Helvetica;
font-size: 16px;
margin-left: 10px;
}

.contactmebotcheck {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 60px;
height: 20px;
font-family: Helvetica;
font-size: 16px;
margin-left: 10px;
}

.verificationimg{
border: 1px solid #3C3C3C;
margin-left: 10px;
}

.contactmetextarea {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 360px;
height: 80px;
font-family: Helvetica;
font-size: 16px;
margin-left: 10px;
}

.contactmesubmit {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
height: 25px;
width: 80px;
font-family: Helvetica;
font-size: 16px;
}

.edittextarea {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
width: 350px;
height: 60px;
font-family: Helvetica;
font-size: 16px;
}

.adminsubmit {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
height: 25px;
width: 120px;
font-family: Helvetica;
font-size: 16px;
display: block;
margin-left: auto;
margin-right: auto;
}

.backupsubmit {
border: 1px solid #3C3C3C;
background: #000000;
color: #D9D9D9;
height: 25px;
width: 150px;
font-family: Helvetica;
font-size: 16px;
}

.successtext {
border: 1px solid #BBD861;
background: #E4F2BD;
color: #6CA70F;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
margin-top: 15px;
}

.errortext {
border: 1px solid #920000;
background: #ECCED0;
color: #920000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
margin-top: 15px;
}

.informationtext {
border: 1px solid #38599F;
background: #859ED1;
color: #284072;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

.blackout{
	position: fixed;
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;	
	height: 100%;
	min-height: 100%;
}

.box {
	color: #000000;
	margin-top: 180px;
	text-align: center;
	background-color: #ffffff;
	width: 500px;
	min-height: 300px;
	left: 0;
	line-height: 0;	
	margin-left: auto;
	margin-right: auto;
}

.boxheader {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	}

.boxtext {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	padding: 20px;
	line-height: 100%;
	padding-top: 50px;
	}

.boxtext a:link, .boxtext a:visited{
	color: #ffffff;
	text-decoration: none;
	}

.boxthumbnail {
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.okbutton {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	float: left;
	}
	
.okbutton2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	padding-left: 4px;
	padding-top: 10px;
	text-align: center;
	float: center;
	}

.cancelbutton {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	padding-left: 4px;
	padding-top: 10px;
	text-align: center;
	float: right;
	}

.caption {
min-height: 20px;
width: 618px;
background: #0B0B0B;
border: 1px solid #3C3C3C;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
color: #D9D9D9;
padding: 10px;
font-family: Helvetica;
font-size: 14px;
}

.top {
vertical-align: top;
}

.class1 {
background: #000000;
border: 1px solid #3C3C3C;
padding: 2px;
}

.class2 {
background: #3C3C3C;
border: 1px solid #0B0B0B;
padding: 2px;
}

.admin_icon {
height: 16px;
width: 16px;
vertical-align: text-bottom;
padding-right: 5px;
}

.footer {
width: 756px;
height: 50px;
margin-left:auto;
margin-right:auto;
text-align: center;
font-family: Helvetica;
font-size: 10px;
font-weight: bold;
color: #D9D9D9;
margin-top: 10px;
padding-top: 10px;
border-top-style: dotted;
border-top-width: 1px;
border-top-color: #ffffff;
padding-bottom: 20px;
}

#navcontainer{	margin-bottom: 10px; margin-top: 10px;	padding: 0 0 0 0;	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #ffffff; }
#navcontainer UL{ list-style: none; margin: 0px; padding: 0;border: none;}
#navcontainer LI{	display: block;	float: left;	width: auto;	border: 1px solid #000000;	margin-right: 1px;}
#navcontainer span{ color: #ffffff; display: block;	width: auto;	text-decoration: none;	background: #000000;	margin-top: 0;		margin-bottom: 0;	margin-left: 0;	padding-top: 2px;	padding-right: 10px;	padding-bottom: 2px;	padding-left: 10px;}
#navcontainer A{	color: #ffffff; display: block;	width: auto;	text-decoration: none;	background: #000000;	margin-top: 0;		margin-bottom: 0;	margin-left: 0;	padding-top: 2px;	padding-right: 10px;	padding-bottom: 2px;	padding-left: 10px;}
#navcontainer A:hover, #navcontainer A:active {	background-color: #A2D943;color: #ffffff;}
#navcontainer .selected {	background-color: #3C3C3C;color: #ffffff;}
