/* CSS Document */

body {background-color: #FFFFCC;}

img {padding: 0px; margin: 0px;}

h1 {
	color: #990033;
	margin: 10px 0px 20px 0px;
	font-size: 30px;
}

h4 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

table {
	font-size: 10px;
}

.wrapper_home, .wrapper_org, .wrapper_afg, .wrapper_yourimage, .wrapper_gourmet, .wrapper_jarcake
{
	background-color: #FFFFFF;
	width: 810px;
	margin: 0px auto;
	border: solid black 2px;
}

.wrapper_org
{
	height: 2220px;
}

.wrapper_afg
{
	height: 1700px;
}

.wrapper_yourimage
{
	height: 1250px;
}

.wrapper_gourmet
{
	height: 1400px;
}

.wrapper_jarcake
{
	height: 1360px;
}

.wrapper2
{
	background-color: #FFFFFF;
	width: 910px;
	margin: 0px auto;
	border: solid black 2px;
}

.content_home, .content_org, .content_afg, .content_yourimage, .content_gourmet, .content_jarcake
{
	margin: 0px 0px 20px 0px;
	width: 770px;
	padding: 10px 20px 20px 20px;
	background-color: #FFFFFF;
	font-size: 18px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}

.content_home
{
	height: 1480px;
}

.content_afg
{
	height: 1280px;
}

.content_gourmet
{
	height: 980px;
}

.content_jarcake
{
	height: 940px;
}

.content_yourimage
{
	height: 830px;
}

.content_org
{
	height: 1800px;
}

.footer
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a:link, .footer a:visited
{
	color: #666666;
	text-decoration: none;
}

.footer a:hover
{
	color: #000000;
	text-decoration: none;
}

.text_menu a:link, .text_menu a:visited
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}

.text_menu a:hover
{
	color: #990000;
	text-decoration: underline;
}

/* Calendar Begin */

h1 {
	text-align: center;
}

tr.table_head td {
	height: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.number {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px 2px 0px 0px;
	color: #82102A;
} 

tr.info td {
	text-align: center;
	vertical-align: top;
	width: 128px;
	max-width: 128px;
	height: 90px;
	background-color:#FFFFFF;
}

.cal_item {
	padding: 2px 2px 2px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.cal_item span {
	color: #000066;
}

/* Calendar End */

