body {
	margin:0;
	padding:0;
	font-size:80%;
	color:#555;
	background:url(img/background.gif) repeat-y 50% 0;
}
* {
	margin:0;
	padding:0;
	font-size:100%;
}

img{
	vertical-align:bottom;
	border:0;
}
table {
	border-collapse:collapse;
}
td{
	vertical-align:middle;
}
.clr{
	clear:both;
}
a{
	color:#C42727;
}
a:hover{
	color:#999;
}
.red {
	color:#C42727;
}
.error {
	color:#f00;
}
.next {
	height:20px;
	background:url(img/next.gif) 50% 0 no-repeat;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
/* header
------------------------------------*/
#header {
	margin-bottom:1em;
	border-bottom:3px solid #C42727;
}
#header p.copy {
	padding:10px 0 5px 0px;
}
#header p.logo {
	padding:0px 0px 10px 0px;
}
#exp_block {
	line-height:1.4em;
	margin-bottom:1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
}
#menu {
	margin-bottom:3px;
}
#menu a {
	padding-left:10px;
	padding-right:2em;
	/*color:#96BA27;*/
	text-decoration:none;
	background:url(img/menu_li.gif) 0 50% no-repeat;;
}
.new_entry {
	color:#C42727;
	font-weight:bold;
}
/* footer
------------------------------------*/
#footer {
	text-align:center;
	padding:1em;
}
/* column
------------------------------------*/
#main_side {
	float:left;
	width:700px;
}
#banner_side {
	float:left;
	width:200px;
}
/* password_block
------------------------------------*/
#password_block {
	padding:1em;
	border:2px solid #BBE25A;
}

/* edit_block
------------------------------------*/
#edit_block {
	padding:1em;
	border:2px solid #BBE25A;
}
#check_calendar {
	float:left;
	width:250px;
	text-align:center;
}
#check_calendar table {
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#check_calendar table td {
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding:4px;
}
#check_calendar table tr.title td {
	text-align:center;
	background:#eee;
}
#colorfield1,#colorfield2,#colorfield3,#colorfield4,#colorfield5,#colorfield6 {
	width:100px;
}
#color_block {
	float:left;
	width:400px;
}
#color_block table.color td {
	padding:1px 0;
}
#check_exp p {
	margin-top:1em;
	text-indent:1em;
	background:url(img/indent.gif) no-repeat;
}
/* preview_block
------------------------------------*/
#preview_block {
	padding:1em;
	border:2px solid #BBE25A;
}
#preview_side {
	width:170px;
	float:left;
}
#source_side {
	float:left;
	width:480px;
}
textarea#source {
	width:500px;
	height:25em;
}
/* banner
------------------------------------*/
#amazon {
	margin-left:20px;
}
