html {
	background		:	#fff;
	color			:	#000;
	margin			:	0;
	padding			:	0;
	font-family		:	courier new, verdana, arial;
	font-size		:	medium;
}

body {

}

h1 {
	font-size		:	x-large;
}

h2 {
	font-size		:	large;
}

#main-copy-wrapper {
	margin			:	10px;
	/*border			:	1px solid #f00;*/
}

.highlight {
	background		:	#FFFF00;
}

.strong-highlight {
	font-weight		:	bold;
	background		:	#FFFF00;
}

.headline {
	margin			:	1em 0 1.5em 0;
	font-size		:	x-large;
	font-weight		:	bold;
	color			:	#f00;
	text-align		:	center;
}

.big-text {
	font-size		:	x-large;
	font-weight		:	bold;
	color			:	#f00;
}

li {
	font-size		:	large;
	color			:	#005;
}

#letter {
	margin			:	0 auto;
	width			:	600px;
	/*border			:	1px dashed #f00;*/
}

.check-table {
	background		:	#ffffcc;
	padding			:	5px;
}

#order-box {
	margin			:	20px 10px;
	padding			:	15px;
	border			:	2px dashed #f00;
	background		:	#fffff8;
	/*text-align		:	center;*/
}

#order-box h2 {
	margin			:	0;
	text-align		:	center;
	color			:	#f00;
	font-size		:	large;
}

#order-button {
	text-align		:	center;
}

#template-1 {
	width			:	25px;
	height			:	25px;
	background		:	url(images/plain-shadowed_01.gif) no-repeat;
	/*border			:	1px solid #f00;*/
}

#template-2 {
	height			:	25px;
	background		:	url(images/plain-shadowed_02.gif) repeat-x;
	/*border			:	1px solid #f00;*/
}

#template-3 {
	width			:	25px;
	height			:	25px;
	background		:	url(images/plain-shadowed_03.gif) no-repeat;
	/*border			:	1px solid #f00;*/
}

#template-4 {
	width			:	25px;
	background		:	url(images/plain-shadowed_04.gif) repeat-y;
	/*border			:	1px solid #f00;*/
}

#template-5 {
	background		:	#fff url(images/plain-shadowed_05.gif) repeat;
	/*border			:	1px solid #f00;*/
}

#template-6 {
	width			:	25px;
	background		:	url(images/plain-shadowed_06.gif) repeat-y;
	/*border			:	1px solid #f00;*/
}

#template-7 {
	width			:	25px;
	height			:	25px;
	background		:	url(images/plain-shadowed_07.gif) no-repeat;
	/*border			:	1px solid #f00;*/
}

#template-8 {
	height			:	25px;
	background		:	url(images/plain-shadowed_08.gif) repeat-x;
	/*border			:	1px solid #f00;*/
}

#template-9 {
	width			:	25px;
	height			:	25px;
	background		:	url(images/plain-shadowed_09.gif) no-repeat;
	/*border			:	1px solid #f00;*/
}

#footer {
	border-top		:	1px solid #aaa;
	margin-top		:	30px;
	padding-top		:	10px;
	color			:	#888;
	font-size		:	x-small;
	font-family		:	verdana;
}