@import url(sg_elements.css);
@import url(sg_common.css);
@import url(sg_forms.css);

body {
	background: #FFF;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

.imghover {
	cursor: pointer;
}

.divClear {
	clear: both;
}










/* LAYOUT */

#divMainwrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/page_back.jpg);
	background-repeat: no-repeat;
}

#divMenuTop {
	background-image: url(../images/index_banner_top.jpg);
	background-repeat: no-repeat;
	padding: 50px 0 0 340px;
}

#divLeft {
	float: left;
	width: 300px;
}

#divLeftContent {
	padding: 50px 30px;
}

#divRight {
	float: right;
	width: 590px;
	margin: 30px 30px 0 0;
}

#divMenuLeft {
	padding: 55px 0 0 45px;
}

#divFooter {
	clear: both;
	border-top: 2px solid #DDD;
	margin: 0 0 10px 0;
	font-size: 10px;
}













/* MENUS */

#divMenuTop ul {
	float: left;
	list-style: none;
	margin: 0;
}

#divMenuTop li {
	float: left;
	padding: 0;
	list-style-image: none;
}

#divMenuTop a {
	display: block;
	padding: 20px 0 0 0;
	width: 118px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#divMenuTop a:hover {
	color: #A74B62;
	text-decoration: underline;
}

#divMenuLeft ul {
	list-style: none;
	margin: 0;
}

#divMenuLeft li {
	padding: 0;
	list-style-image: none;
}

#divMenuLeft a {
	display: block;
	padding: 10px 0 0 40px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #4772AB;
}

#divMenuLeft a:hover {
	text-decoration: none;
}












/* BODY */

.divHeaderImageFrame {
	border: 10px solid #C7CBCA;
	height: 330px;
}

.divHeaderImageFrameSm {
	border: 6px solid #C7CBCA;
	height: 160px;
}

.divContent {
	padding: 20px 0;
}

.divContentLeft {
	float: left;
	width: 285px;
}

.divContentRight {
	float: right;
	width: 285px;
}

.divContentDivide {
	clear: both;
	border-top: 2px solid #A74B62;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.divContentDivideLight {
	clear: both;
	border-top: 1px solid #DDD;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}










/* HEADER IMAGES */

.divHIIndex {
	background-image: url(../images/img_head_index.jpg);
	background-repeat: no-repeat;
}

.divHIBooks {
	background-image: url(../images/img_books_01.jpg);
	background-repeat: no-repeat;
	height: 360px;
}

.divHI1 {
	background-image: url(../images/img_head_1.jpg);
	background-repeat: no-repeat;
}

.divHI2 {
	background-image: url(../images/img_head_2.jpg);
	background-repeat: no-repeat;
}

.divHI3 {
	background-image: url(../images/img_head_3.jpg);
	background-repeat: no-repeat;
}

.divHI4 {
	background-image: url(../images/img_head_4.jpg);
	background-repeat: no-repeat;
}












