/* MAIN TYPOGRAPHY */
body{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #472415 url(image/page_bg.png) repeat-x center top;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

h2{
	font-size: 1.1em;
	color: #000;
}

h3{
	font-size: 1.0em;
	color: #000;
}

h4{
	font-size: 0.9em;
	color: #000;
}
p {
	font-size: 0.76em;
	color: #000;
	margin: 0px;
}

a{
	color: #600D07; /*#4F0707*/
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover{
	border-bottom: 1px solid;
}

a:visited{
	color: #600D07; /*#E9B097;*/

}

.small{
	font-size: 0.6em;
}

/* PAGE LAYOUT */

div#mainwrapper{
	margin: 0px auto;
	width: 935px;
}

div#mainbanner{
	background: transparent url(image/main_banner.png) no-repeat 0pt 100%;
	height: 127px;
	margin-left: 6px;
}

div#header{
	background: transparent url(image/main_top.png) no-repeat scroll center top;
	height: 35px;
	width: 935px;
}

div#mainbody{
	background: transparent url(image/main_bg.png) repeat-y scroll center top;
	height: 1%;
}

div.boxTapedCorners{
	background: transparent url(image/topright.png) no-repeat scroll 100% 0pt;
	height: 1%;
	margin-bottom: 10px;
}

div.boxTapedCorners div{
	background: transparent url(image/topleft.png) no-repeat scroll 0pt 0pt;
}


div.boxTapedCorners div div{
	background: transparent url(image/botright.png) no-repeat 100% 100%;	

}

div.boxTapedCorners div div div{
	background: transparent url(image/botleft.png) no-repeat scroll 0pt 100%;
	padding: 40px;
}

div#items{
	text-align: left;
	padding: 0px 10px 30px;
	margin: 0px 30px;
}

div#items h3{
	text-align: center;
}

div#footer{
	background: transparent url(image/main_bottom.png) no-repeat scroll center top;	
	height: 35px;
}

/* MODULE SUPPORT */

/* Module Style 1 (Default) */

div.module, div.moduleS1, div.module_menu, div.module_text {
	margin-bottom: 10px;
	background: url(../image/topright_1.png) 100% 0 no-repeat;
	height: 1%;
}

div.module div, div.moduleS1 div, div.module_menu div, div.module_text div {
	background: url(../image/topleft_1.png) 0 0 no-repeat;
}

div.module div div, div.moduleS1 div div, div.module_menu div div, div.module_text div div {
	background: url(../image/botright_1.png) 100% 100% no-repeat;
}

div.module div div div, div.moduleS1 div div div, div.module_menu div div div, div.module_text div div div {
	background: url(../image/botleft_1.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}

div.module div div div div, div.moduleS1 div div div div, div.module_menu div div div div, div.module_text div div div div {
	background: transparent none;
	padding: 0;
}

div.module h3, div.moduleS1 h3, div.module_menu h3, div.module_text h3 {
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	border: none;
	color: #a10000;
}

#showcase div.moduletable h3,
#bottom div.moduletable h3,
#panel div.moduletable h3,
#inset div.moduletable h3 {
	color: #a10000;
	line-height: 100%;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

/* Module Style 2 */

div.moduleS2 {
	margin-bottom: 10px;
	background: url(../image/topright_2.png) 100% 0 no-repeat;
	height: 1%;
}

div.moduleS2 div {
	background: url(../image/topleft_2.png) 0 0 no-repeat;
}

div.moduleS2 div div {
	background: url(../image/botright_2.png) 100% 100% no-repeat;
}

div.moduleS2 div div div {
	background: url(../image/botleft_2.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}

div.moduleS2 div div div div {
	background: transparent none;
	padding: 0;
}

div.moduleS2 h3 {
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	border: none;
	color: #fefef1;
}

/* Module Style 3 - Dark */

div.moduleS3 {
	margin-bottom: 10px;
	background: url(../image/topright_3.png) 100% 0 no-repeat;
	height: 1%;
}

div.moduleS3 div {
	background: url(../image/topleft_3.png) 0 0 no-repeat;
}

div.moduleS3 div div {
	background: url(../image/botright_3.png) 100% 100% no-repeat;
}

div.moduleS3 div div div {
	background: url(../image/botleft_3.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}

div.moduleS3 div div div div {
	background: transparent none;
	padding: 0;
}

div.moduleS3 h3 {
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	border: none;
	color: #fefef1;
}

/* Module Style 4 */

div.moduleS4 {
	margin-bottom: 10px;
	background: url(../image/topright_4.png) 100% 0 no-repeat;
	height: 1%;
}

div.moduleS4 div {
	background: url(../image/topleft_4.png) 0 0 no-repeat;
}

div.moduleS4 div div {
	background: url(../image/botright_4.png) 100% 100% no-repeat;
}

div.moduleS4 div div div {
	background: url(../image/botleft_4.png) 0 100% no-repeat;
	padding: 32px 32px 32px 32px;
}

div.moduleS4 div div div div {
	background: transparent none;
	padding: 0;
}

div.moduleS4 h3 {
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	font-style: normal;
	border: none;
	color: #a10000;
}

/* Module Style 5 */

div.moduleS5 {
	margin-bottom: 10px;
	background: url(../image/topright_5.png) 100% 0 no-repeat;
	height: 1%;
}

div.moduleS5 div {
	background: url(../image/topleft_5.png) 0 0 no-repeat;
}

div.moduleS5 div div {
	background: url(../image/botright_5.png) 100% 100% no-repeat;
}

div.moduleS5 div div div {
	background: url(../image/botleft_5.png) 0 100% no-repeat;
	padding: 32px 32px 32px 32px;
}

div.moduleS5 div div div div {
	background: transparent none;
	padding: 0;
}

div.moduleS5 h3 {
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	font-style: normal;
	border: none;
	color: #a10000;
}

div#items{
	width: 650px;
}

div#rightcol{
	float: right;
	width: 180px;
	margin-right: 50px;
}

div#rightcol p{
	padding-bottom: 10px;
}