/* theCornerStudio */

html,body {
     height: 100%;
}
#flashcontent {
	width: 435px;
	height: 515px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96B965;
	background-image: url(../images/bgnd_tile.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
.content {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #43362f;
	line-height: 20px;
	background-image: url(../images/content_logo_bgnd.gif);
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-left: 50px;
}
.subContent {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #43362f;
	line-height: 20px;
	padding-top: 0px;
	padding-left: 50px;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 14px;
}
.headLine1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #732212;
	line-height: 28px;
}
.subTitle1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #732212;
	line-height: 22px;
}
ul {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.reg_trademark {
	font-size: 10px;
}
.footer {
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #A2BFCF;
	line-height: 12px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
/* **************************** */
/* link: content */
/* **************************** */
.content a:link {
	color: #732212;
}
.content a:visited {
	color: #732212;
}
.content a:hover {
	color: #FFFFFF;
}
/* **************************** */
/* link: footer */
/* **************************** */
.footer a:link {
	color: #A2BFCF;
}
.footer a:visited {
	color: #A2BFCF;
}
.footer a:hover {
	color: #FFFFFF;
}
/* button */
#button img {
	border: none;
}

