body { 
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-color: #202020;
	margin:0px;
	scrollbar-face-color:#808080;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:#404040;
	scrollbar-darkshadow-color:#404040;
	scrollbar-shadow-color:#404040;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#C0C0C0;
}

#boxtitle {
	width:618px;
	background:#202020;
	background-image: url('../images/boxtitlebg.gif');
	background-repeat: no-repeat;
	border:1px solid white;
	border-bottom:0px;
	padding:2px;
	padding-left:5px;
	text-align:left;
	letter-spacing:2px;
	color:white;
	font-variant:small-caps;
	font-family:Tahoma;
	font-size:11px;
}

#boxtitleimg {
	position:absolute;
	top:-1px;
	right:-1px;
}

#boxmain {
	width:615px;
	border:1px solid white;
	padding:5px;
	text-align:left;
	color:black;
	font-family:Verdana;
	font-size:12px;
	background:#DCDADA;
}

#boxmaingallery {
	width:603px;
	border:1px solid white;
	padding:5px;
	padding-left:5px;
	text-align:left;
	color:black;
	font-family:Verdana;
	font-size:12px;
	background:#DCDADA;
}

#boxmain a:link, #boxmaingallery a:link, #boxmain a:visited, #boxmaingallery a:visited, #boxmain a:active, #boxmaingallery a:active { color: #000080; text-decoration:none; }
#boxmain a:hover, #boxmaingallery a:hover { color: #000080; text-decoration:underline; }

#boxtitleside {
	background:#202020;
	background-image: url('../images/boxtitlebg.gif');
	background-repeat: no-repeat;
	border:1px solid white;
	border-bottom:0px;
	padding:2px;
	padding-left:5px;
	text-align:left;
	letter-spacing:2px;
	color:white;
	font-variant:small-caps;
	font-family:Tahoma;
	font-size:11px;
}

#boxside {
	border:1px solid white;
	padding:2px;
	padding-left:4px;
	text-align:left;
	color:white;
	font-family:Verdana;
	font-size:11px;
	background:#8599A9;
}

#boxtitlesideimg {
	position:absolute;
	top:-1px;
	right:-1px;
}

#boxside a:link, #boxside a:visited, #boxside a:active { color: #FFFFFF; text-decoration:none; }
#boxside a:hover { color: black; }

#boxtbl {
	text-align:left;
	color:white;
	font-family:Verdana;
	font-size:11px;
	background:#8599A9;
}

#boxsubtitle {
	text-align:center;
	color:white;
	padding:2px;
	padding-left:5px;
	font-family:Tahoma;
	font-size:11px;
	font-variant:small-caps;
	letter-spacing:2px;
	border-color:black;
	border-width:1px;
	border-bottom-width:0px;
	border-style:solid;
	background:#202020;
	background-image:url('../images/boxsubtitlebg.gif');
	background-repeat:no-repeat;
	width:592px;
	position:relative;
}

#boxsubleftimg {
	position:absolute;
	top:-1px;
	left:-1px;
}

#boxsubrightimg {
	position:absolute;
	top:-1px;
	right:-1px;
}

#boxsubmain {
	text-align:left;
	padding:10px;
	border-color:black;
	border-width:1px;
	border-top-width:1px;
	border-style:solid;
	background:#F5F5F5;
	font-size:12px;
	width:579px;
}

input, textarea {
	border: 1px solid gray;
	padding-left:2px;
	font-family:Tahoma;
	font-size:11px;
	color:#404040;
}