/** Start Reset **/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding:3px 0px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img{border:0px;}
/** End Reset **/

/** Common Settings **/
p, ul{
 	padding-bottom:20px;
}
hr{
	border-color:#634f48;
	margin:0px;
}
h1{
 color:#541600; padding:0px; margin:0px; font-size:24px; line-height:48px;
}
h2{
	
}
h3{
	
}
h4{

}
h5{

}
h6{

}
input, textarea, select{
	border:1px solid #634F48; margin:0px; font-size:12px; padding:3px 1px;
}
body{
background-repeat:no-repeat; background-size:100%; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px; background-attachment:fixed; line-height:20px;
}
.fleft{float:left;}
.fright{float:right;}
.italic{font-style:italic;}
.bold{font-weight:bold;}
.overflow{overflow:auto;}
/** End Common Settings **/

.wrapper{
	width:960px; margin:0 auto; margin-top:15px; margin-bottom:15px; overflow:auto;
}
.leftsection{
	width:270px; float:left; background-image:url(../images/content-bg.png); border-radius:10px; min-height:650px; position:fixed;
}
.rightsection{
	width:680px; float:right; background-image:url(../images/content-bg.png); border-radius:10px; min-height:650px;
}
.leftwrapper{
	padding:10px 6px;
}
.rightwrapper{
	padding:10px 0px; width:642px; margin:0 auto;
}
.leftbox{
	width:252px; border:3px solid #e4ab8a; background-color:#f3d1b6; margin-bottom:10px;
}
.leftbox ul{
	padding:10px; position:relative;
}
.leftbox ul li{
	font-size:18px; line-height:16px;
}
.leftbox ul li ul{
	display:none;
	position:absolute;
	left: 190px;
	top:-65px;
	background-color:#f3d1b6;
	width:260px;
	z-index:2000;
	border:1px solid #e4ab8a;
	overflow:auto;
}
.leftbox ul li ul li{
	font-size:16px; line-height:18px;
}
.leftbox ul li a{
	text-decoration:none;
	color:#541600;
	display:block;
	padding:5px;
}
.leftbox ul li a:hover{
	background-color:#dcb195;
}
.leftbox ul li:hover ul{
	display:block;
}
.rightbox{
	width:616px; border:3px solid #634f48; background-color:#ded0ab; margin-bottom:10px; padding:10px; overflow:auto;
}
.rightbox ul{
	padding-left:20px;
	padding-top:0px;
}
.rightbox ul li{
	list-style:disc;
}
.rightbox a{
	text-decoration:none; color:#77290e;	
}
.rightbox a:hover{
	text-decoration:underline;
}
.jfvgallery{
	padding:0px !important; margin:0px !important;
}
.jfvgallery li{
	list-style:none !important;
	float:left;
	padding-left:9px;
	padding-bottom:4px;
}
.jfvgallery li img{
	border:2px solid #634F48; width:190px; height:inherit;
}
.tdgallery{
	padding:0px !important; margin:0px !important;
}
.tdgallery li{
	list-style:none !important;
}