﻿body 
{
	background: url(images/bgd.gif);
	font-family: Verdana;
	font-size: small;
}
img
{
	border: 0;
}
a
{
	color: #a55506;
	text-decoration: none;
}
a:hover
{
	color: #8c8782;
	text-decoration: underline;
}
#container
{
	margin: 0 auto 10px auto;
	text-align: left;
	max-width: 1000px;
	min-width: 750px;
	width: expression(document.documentElement.clientWidth < 750? "750px" : ( document.documentElement.clientWidth > 1000? "1000px" : "auto" ) );
}
#banner
{
	background: url(images/top_bgd.gif);
	height: 109px;
}
#bannerLeft
{
	float: left;
}
#bannerRight
{
	float: right
}
#ninersWrap
{
	text-align: left;
	border: solid 1px #e59a23;
	border-left-width: 0px;
	border-right-width: 0px;
	background: #e8a119 url(images/nnrs_bgd.gif) repeat-x;
	height: 31px;
	padding: 1px;
	padding-top: 0px;
	padding-left: 15px;
}
#contentwrap
{
	border-right: solid 1px #a7a9a5;
	border-left: solid 1px #a7a9a5;
	background-color: #dadac7;
}
#content
{
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
#mainMenu
{
	text-align: left;
	background-image: url(images/mainMenu_bgd.gif);
	font-family: Courier New;
	font-size: 12px;
	height: 36px;
	padding-right: 10px;
}
#mainMenu ul
{
	margin: 0;
	padding: 0;
	float:right;
}
#mainMenu ul li
{
	display: inline;
	list-style-type: circle;
}
#mainMenu ul li a
{
	color: black;
	text-decoration: none;
}
#mainMenu ul li a:hover
{
	color: red;
	text-decoration: underline;
}
#mainMenu img
{
	margin-top: 5px;
	vertical-align: -0.5em;
}
#center
{
	border: solid 1px #a0a29f;
	background-color: #efefe8;
	padding: 5px;
}
#main
{
	border: solid 1px #a0a29f;
}
h1
{
	font-size: small;
	color: #a55506;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	border: solid 1px #fff;
	background: #ffcc00 url(images/replyHead_bgd.gif) repeat-x;
	padding: 5px;
}
.headerWrap
{
	margin-top: 1em;
	border: solid 1px #fff;	
}
h2
{
	border: solid 1px #dadac7;
	background: #e9e9de url(images/header_bgd.gif) repeat-x;
	font-size: small;
	padding: 5px;
	margin: 0;
	font-family: OCR A Extended, Courier New;
	font-weight: normal;
}
#description
{
	font-size: 80%;
	padding: 10px;
	border-bottom: dashed 1px #e9e9e9;
	background: #cecfcd url(images/replyDesc_bgd.gif) repeat-x;
	font-weight: bold;
	color: #545453;
	margin: 0;
}
#mainInner
{
	font-size: 85%;
	margin: 0;
	padding: 5px;
	background: #f8f8f7 url(images/reply_bgd.gif) repeat-x;	
}
#mainInner p,#mainInner pre
{
	padding-left: 3px;
	padding-right: 3px;
}
#footcap
{
	height: 20px;
	background-image: url(images/foot_bgd.gif);
	background-repeat: repeat-x;
}
#foot
{
	border-right: solid 1px #a7a9a5;
	border-left: solid 1px #a7a9a5;
}
#footContent,#footer
{
	font-size: smaller;
	text-align: center;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background-color: #dadac7;
	padding-top: 30px;
}
#footer
{
	padding-top: 15px;
}
#footer p
{
	margin: 0;
	padding: 0;
}
#footcap
{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#footleft
{
	float: left;
}
#footright
{
	float: right;
}
.error
{
	color: red;
}
.templateList
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.templateList li
{
	text-align: center;
	padding: 10px;
	float: left;
	width: 200px;
	height: 220px;
	overflow: hidden;
}
.templateList li img
{
	background-color: White;
}
.templateName
{
	font-weight: bold;
}
.templateDate
{
	font-size: smaller;
	color: Gray;
}
.templateListBox
{
	border: solid 1px #a0a29f;
	width: 98%;
	margin: 10px auto 0 auto;
	background-color: #efefe8;
}
dt
{
    font-weight: bold;
}
dd
{
    margin-left: 0;
}
dl#contents dd
{
	margin-left: 2em;
	margin-bottom: 1em;
}
.NinersCollage
{
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	width: 408px; /* 12 * 34 */
}
.NinersCollage img
{
	padding: 0;
	border: none;
	margin: 2px;
	width: 30px;
	height: 30px;
}
.rightRow
{
	text-align: right;
}
.leftRow
{
	float: left;
}