/****************** DEFAULT CSS *********************/

#wrapper {
	clear: both;
	margin: 2% auto 0 auto;
	width: 993px;
/*	height: 596px; */
	background: url(img/wrapper_middle_bg.jpg) repeat-y;
	overflow: hidden;
}

#wrapper #wrapper_inner {
	clear: both;
	width: 993px;
	height: 722px;
	background: url(img/wrapper_bg.jpg) no-repeat top;	
}

#header {
	clear: both; 
	width: 993px; 
	height: 204px;
}

#header a {
	display: block;
	width: 993px; 
	height: 204px;
}

#top {
	clear: both; 
	height: 30px;	
}

#left {
	float: left;
	width: 196px;
/*	height: 500px; */
	padding: 0 0 0 54px;
}

#container {
	float: left; 
/* 	margin: 0 auto; */
	width: 598px;
	padding: 10px 140px 10px 0; 
}

#container .content-module {
	overflow: hidden;
}

#container .content-module .head {	
	padding: 0 0 0 15px;
	font: 16px Arial, Verdana, Helvetica, san-serif;
	font-weight: bold; 
	color: #8b4575;
}

.content {
	font: 11px Arial, Helvetica, Verdana san-serif;
	margin: 15px 0;    
	padding: 10px;
	color: #2b0b20;
    border: 2px solid #a95389;
	background-color: #fbf1f7;
}

#container .content-module .content a {
	font-weight: bold;
	color: #d97bbb;
}

#container .content-module .content a:hover {
	text-decoration: none;
	font-weight: bold;
}

#container .content-module .content img {
	border: solid 4px #a2d0ed;
}

#container .content-module .two_row_content {
/*	float: left; */
	font: 11px Arial, Helvetica, Verdana san-serif;
	width: 228px;
	margin-top: 8px;
	padding: 10px;
	color: #155782;
	background: url(img/content_bg.png) repeat;
	border: solid 1px #fffefe;
	overflow: hidden;
}

#container .content-module .two_row_content img {
	border: solid 4px #a2d0ed;
}

#bottom_dictionary {
	margin: 0 auto;
	width: 839px;
	padding: 0 0 0 154px; 
	background: url(img/wrapper_dictionary.jpg) repeat-y;
	overflow: hidden;	
}

/*
#bottom_dictionary #dictionary_label{
	padding-left: 96px;
	font: 20px Arial, Verdana, Helvetica, san-serif;
	font-weight: bold;
	color: #50b29a;
}
*/

#bottom_dictionary #dictionary_text{
	clear: both;
	width: 585px;
	height: 82px;
	padding-left: 96px;
	font: 14px Arial, Verdana, Helvetica, san-serif;
	font-weight: bold;
	color: #9f5987;
	background: url(img/dictionary_text_bg.jpg) no-repeat left;
}

#bottom {	
	clear: both;
	margin: 0 auto;
	width: 993px;
	height: 43px;
	background: url(img/wrapper_bottom.jpg) no-repeat;	
}

/*
#footer {
	padding-top: 10px; 
}
*/