@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1, h2, h3 {
	color: #006699;
}
h1, h2 {
	font-size: 18px;
}
h3 a {
	color: #006699;
	font-size: 16px;
}
a {
	color: #000000;
}

#head {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE8F1;
}
#logo {
	float: left;
}

#bm {
	text-align: right;
	padding-top: 35px;
	padding-right: 10px;
	font-size: 11px;
}
#bm a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#main {
	position: relative;
}
#content {
	width: 570px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.desc {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBD1E8;
}
.desk h1 {
	font-size: 14px;
}
.short {
	margin-bottom: 20px;
	min-height: 115px;
	position: relative;
	background-image: url(images/bg_short.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.short img {
	height: 110px;
	width: 150px;
	border: 1px solid #6699CC;
	position: absolute;
	top: 0px;
	left: 0px;
}

.short p {
	text-align: justify;
	margin-top: 0px;
	padding-left: 165px;
}
.short h3 {
	background-color: #EEF3F9;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	padding: 5px;
}
.post {
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/bg_post.jpg);
	background-repeat: no-repeat;
	background-position: left -27px;
}
.post h1 {
	background-color: #B3D0E2;
	display: block;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.post p {
	text-align: justify;
}

.post img {
	background-color: #F3F6FB;
	border: 1px solid #006699;
	margin-left: 114px;
	height: 240px;
	width: 320px;
}
.read {
	text-align: right;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.read a {
	color: #6699CC;
	text-decoration: none;
}
.comm div {
	font-size: 11px;
	text-align: justify;
	padding-left: 30px;
	background-image: url(images/bg_comm.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
}

#side {
	float: right;
	width: 200px;
	text-align: justify;
	padding-bottom: 20px;
	padding-top: 30px;
}
.art_list a {
	display: inline;
	margin-bottom: 4px;
}
.art_list {
	text-align: left;
	margin-top: 25px;
}

.cse-branding-logo img {
	display: none;
}




#bot {
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 70px;
	background-image: url(images/bg_bot.jpg);
	color: #8DA6BC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAE8F1;
	clear: both;
}
