html,body { 
margin: 0px; 
padding: 0px;
height: 100%;
min-height:100%;
background-color: #b3573a;
 background-image:url(img/dragon.gif); 
 background-position:center; 
 background-repeat: no-repeat; 

text-align:center;

}

img {
		border: 0px;
}

.thumb {
		width: 180px; 
		height: 120px;
		border: 1px #846616 solid;
}


DIV, TD {
		font-family: verdana;
		font-size: 7pt;
		line-height: 15px;
}

.dark {
		background-color: #e6d8b3;
}

p {
		display: inline;
}

.blackline {
		height: 1px;
		background-color: #2f2f2f;
}
.blackshadow {
		height: 3px;
		background-image: url(img/black_shadow.gif);
}
.black {
		height: 0px;
		background-image: url(img/black.gif);
		vertical-align: center;
		
}
.beige {
		background-image: url(img/beige_bg.gif);
}

a:link { text-decoration: none; color: #3e5b02; font-weight: bold;}
a:visited { text-decoration: none; color: #3e5b02; font-weight: bold;}
a:active { text-decoration: none; color: #3e5b02; font-weight: bold;}
a:hover { text-decoration: underline; font-weight: bold;}
 
 
a.white:link { text-decoration: none; color: #FFFFFF; font-weight: bold;}
a.white:visited { text-decoration: none; color: #FFFFFF; font-weight: bold;}
a.white:active { text-decoration: none; color: #FFFFFF; font-weight: bold;}
a.white:hover { text-decoration: underline; font-weight: bold;}


.box {
		background-color: #e6d8b3;
		border: 1px #846616 solid;
		width: 100%;
}

.box_content {
		background-color: #ece2c6;
		margin: 5px;
		padding: 5px;
}

.box_top_black {
		background-image: url(img/box_top_black.gif);
		height: 9px;
}
 
.box_top_beige {
		background-image: url(img/box_top_beige.gif);
		height: 19px;
		text-align: left;
}

.red_shadow_bottom {
		background-image: url(img/red_shadow_bottom.gif); 
		height: 4px;
}

.red_shadow_left {
		background-image: url(img/red_shadow_left.gif); 
		width: 0px;
}

.red_shadow_right {
		background-image: url(img/red_shadow_right.gif); 
		width: 0px;
}




.box_shadow_left {
		background-image: url(img/box_shadow.gif); 
		background-position: right; 
		background-repeat: repeat-y; 
		width: 0px;
}

.box_shadow_right{
		background-image: url(img/box_shadow.gif); 
		background-position: left; 
		background-repeat: repeat-y; 
		width: 0px;
}

.box_shadow_bottom {
		background-image: url(img/box_shadow_bottom.gif); 
		width: 0px;
}

.rubrik {
		color: #5b4500;
		font-size: 9pt;
		font-weight: bold;
}

.dark_beige {
		color: #5b4500;
		text-align: left;
}

.input {
		background-image: url(img/input.gif);
		border: 1px #b1891d solid;
		font-family: verdana;
		font-size: 7pt;
}

textarea {
			border: 1px #b1891d solid;
		font-family: verdana;
		font-size: 7pt;
		
}

.lightbg {
		background-color: #f2ead4;
}