body {
	background-image: url(../../images/backgraund.gif); 
	background-repeat: repeat-x; 
	background-color: #f3f4f4; 
	border: 0px; 
	padding: 0px; 
	margin: 0px; 
	font-family: Sans-serif, Sans;
	font-size: 11px;
}

#main_div {
	text-align: left; 
	width: 990px; 
	/*border: 1px solid silver;*/
	overflow: hidden;
}

#div_sentence {
	float: left;
	width: 500px;
	/*border: 1px solid red;*/
	margin-right: 85px;
}

#sentence {
	font-size: 14px; 
	color: #919191; 
	margin: 10px; 
	padding: 0px; 
	width: 500px;
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 5px;
}

#latin_sentence{
	text-align: left;
	color: #000000;
	font-size: 12px; 
	/*border: 1px solid red;*/
}

#langs {
	margin: 10px;
	margin-right: -3px;
	margin-top: 20px;
	padding: 0px;
	font-size: 11px;
	/*border: 1px solid blue;*/
	
}

#langs a {
	color: #000000;
	text-decoration: none;
	padding: 3px;
}

#langs a:hover {
	/*background-color: #bfcdd7; */
	cursor: normal;
	padding: 3px;
}

#menu {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}




.navcontainer
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../../images/tabs_bg.gif); 
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.navcontainer li { display: inline; }

.navcontainer li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #9e7c7c;
}

.navcontainer li a:hover
{
	color: #fff;
	/*background-color: #369;*/
}

.closed_tab 
{
	display: none;
}


#tabs {
	background-image: url(../../images/tabs_bg.gif); 
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

#tabs a {
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #9e7c7c;
}

#tabs a:hover, .tab_selected {
	background-image: url(../../images/tabs_bg_hover.gif); 
	background-repeat: repeat-x;
}

.last_item {
	border-right: none !important;
}

.column {
	margin-left: 10px;
	width: 316px;
	border-right: 1px solid #919191; 
	float: left;
	height: 240px;
	padding: 0px;

}

.column h2 {
	font-size: 18px;
	color: #71cd06;
	/*font-weight: normal;*/
	margin: 10px;
	padding: 0px;
}

.column p {
	margin: 10px;
	text-align: justify;
	padding: 0px;
	margin-right: 20px;

}

.column a {
	color: #71cd06;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin:10px;
	text-align: right;
}

.link_column {
	margin: 20px;
	color: #919191;
	width: 100px;
	float: left;
}

.link_column a {
	color: #919191;
	text-decoration: none;
}

.link_column {
	margin: 20px;
	color: #919191;
	width: 150px;
	float: left;
	line-height: 200%;
}

.link_column a {
	color: #919191;
	text-decoration: none;
}

#contextmenu
{
	width: 200px;
	overflow: hidden;
	margin: 0px;
	/*border-right: 1px solid #919191;*/
	margin-top: 20px;
	padding-top: -10px;
	float: left;
	height: 100%;
}

#contextmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contextmenu li
{
	display: block;
	width: 190px;
	list-style-type: none;
	margin: 0px;
}


#contextmenu a
{
	color: #71cd06;
	font-weight: bold;
	display: block;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
	text-decoration: none;
	font-size: 13px;
	border: 1px solid #f3f4f4;
	background-position: 2px 2px;
}

#contextmenu a:hover, #contextmenu .selected
{
	background-image: url(../../images/menu_hover_left.gif);
	background-repeat: no-repeat;
	background-color: #f3f4f4;
	color: #000;
}
#contextmenu span
{
	background-color: #f3f4f4;
	white-space:nowrap;
}

#contextmenu li li
{
	/*
	display: block;
	color: #FFF;
	background-color: #69C;
	width: 9em;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	*/
}

#contextmenu li li a
{
	padding-left: 25px;
	background: url(../../images/sub_menu.gif);
	background-position:7% 50%; 
	background-repeat:no-repeat;
	color: #000000;
}

.content_title
{
	color: #71cd06;
	font-size: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

#main_body
{
	width: 740px;
	padding-left: 20px;
	border-left: 1px solid #919191;
	float: left;
	margin: 20px;
	margin-left: 0px;
}

#spacer_right
{
	
}

#content 
{
	text-align: justify;
	width: 560px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border-right: 1px solid #919191; 
}

#content h1
{
	color: #71cd06;
	font-size: 20px;
	/*margin-left: 20px;*/
	margin-top: 0px;
}
#right_pane
{
	padding-top: 10px;
	float: right;
}

#content_width
{
	width: 540px;
}

a {
	color: #71cd06;
	text-decoration: none;
}

a:hover {
	color: #71cd06;
	text-decoration: underline;
}