body {
	padding: 0;
	background-color: #ffffff;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

#header {
	background-color: #FFFFFF;
    margin-right: auto;
	margin-left:auto;
	width: 940px;
    height: 139px;
	}

#header h1 {
        margin: 0;
        padding: 0.5em 0 0.25em 0;
        font-family: Georgia,'Times New Roman',Times,serif;
        font-weight: normal;
}


#body {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	display: flex;
	flex-direction: row;
}
	
h1 {
	width: 90%;
	height: 90%;
	margin: 20px;
}

h2 {
	width: 700px;
}

#content {
	border-top: 0px;
	padding-top: 0px;
	position: relative;
	top: -10px;
}

p {
	display: inline;
	font-size: medium;
}

#main {
	position: relative;
	width: 700px;
	max-width: 700px;
    	padding: 0;
	margin-top: 0;
	margin-bottom: 100px;
    	overflow: visible;
	margin-left: 0;
	order: 1;
}
#navbar {
	width: 940px;
	height: 30px;
	border: none;
	padding: 0;
	border-bottom: 1px solid #FDB515;
}

#breadcrumb {
font-size: 0.8em;
width: 940px;
}

#sidebar div.block {
    padding: 15px;
}

#sidebar {
    float: left;
    width: 220px;
    padding: 0px 0px 0px 20px;
    background-color: #FFFFFF;
    order: 2;
}

#rightSidebar{
	width: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #a1a1a1;
	border-radius: 10px;
	padding-left: 5px;
    padding-right: 20px;
}

#description_site_page {
	overflow: hidden;
	word-wrap: break-word
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: X;
	ax-height: X*3;
	padding-top: 10px;
	width: 700px;
}

.j_site_page {
    border: 1px solid #a1a1a1;
    border-radius: 10px;
    height: 5.3em;
    margin-bottom: 10px;
    overflow: auto;
    padding-left: 10px;
    padding-top: 10px;
    text-overflow: ellipsis;
    width: 700px;
}

.j_site_page {
	overflow: auto;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: X;
	max-height: X*3;
	width: 700px;
}

#content h3 {
	margin: .5em 1em .5em 0em;
}

.homepageImage img {
	margin: 2em 1em .5em 0;
}

.jcarousel-wrapper {
	width: 700px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #BEBEBE;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 10px;
	-moz-box-shadow: 2px 5px 15px -3px #7A7B7B;
	-webkit-box-shadow: 2px 5px 15px -3px #7A7B7B;
	box-shadow: 2px 5px 15px -3px #7A7B7B;
}
.jcarousel {
    position: relative;
    overflow: hidden;
	width:100%
}

.jcarousel ul {
    width: 20000em;
    height: 235px;
    position: relative;
    list-style: none;
    margin: 0;
    padding-top: 40px;
}

.jcarousel li {
    width: 126px;
    float: left;
    margin-left: 40px;
}

.jcarousel-image {
    display: table-cell;
    width: 126px;
    height: 173px;
    vertical-align: middle;
}

.jcarousel-link {
    display: inline-block;
}

.jcarousel img {
    margin: 11px;
    display: block;
    max-width: 100px;
    border: 1px solid #808080;
    height: auto;
}

.jcarousel-title {
    line-height: 1.1;
	width: 126px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 10px 0;
}

.jcarousel-title a {
    color: #67164B;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	vertical-align: sub;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 55px;
    margin-top: -15px;
    width: 32px;
    height: 175px;
    text-align: center;
	color: grey

}

.jcarousel-control-prev {
    left: 0;
    background: url("images/ojs/arrow_left.jpg") no-repeat;
}

.jcarousel-control-prev:hover {
    background: url("images/ojs/arrow_left_a.jpg") no-repeat;
}

.jcarousel-control-next {
    right: 0;
    background: url("images/ojs/arrow_right.jpg") no-repeat;
}

.jcarousel-control-next:hover {
    background: url("images/ojs/arrow_right_a.jpg") no-repeat;
}
