*	{
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 10pt;
	color: #492923;
	background-color: #e7dbc3;
	background-image: url('../img/bg_body.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
div#container {
	width: 831px;
	margin: 0px auto;
}
div#top {
	background-image: url('../img/bg_top.jpg');
	background-repeat: no-repat;
	width: 829px;
	height: 331px;
	margin-top: 15px;
}
a#easyguide {
	display: block;
	width: 316px;
	height: 90px;
	position: relative;
	top: 25px;
	left: 30px;
}
div#top_text {
	position: relative;
	width: 234px;
	font-size: 8pt;
	color: #984b00;
	top: 185px;
	left: 550px;
}
div#middle {
	background-image: url('../img/bg_middle.jpg');
	background-repeat: repeat-y;
	width: 829px;
}
div#middle_c {
	width: 780px;
	margin: 0px auto;
}
div#menu_column {
	width: 201px;
	float: left;
	position: relative;
	top: -40px;
}
div#menu_top {
	width: 199px;
	height: 174px;
	background-image: url('../img/bg_menu.jpg');
	background-repeat: no-repat;
	background-position: top;
}
div#menu_top_c {
	width: 150px;
	padding-top: 25px;
	padding-left: 20px;
}
a.top_menu {
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	color: #492923;	
	padding-bottom: 3px;
	padding-left: 35px;
	padding-top: 3px;
}
a.top_menu_current {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #492923;
	padding-bottom: 3px;
	background: url('../img/bg_guzik.jpg') no-repeat 0px 5px;
	padding-left: 35px;
	padding-top: 3px;
}
div.menu_sec_header {
	background: url('../img/bg_menu_sec_header.jpg') no-repeat 0px 5px;
	background-repeat: no-repeat;
	width: 197px;
	height: 37px;
}
div.menu_sec_header_tu {
	background-image: url('../img/bg_menu_sec_header_tu.jpg');
	background-repeat: no-repeat;
	width: 197px;
	height: 61px;
}
div.msh_c {
	display: none;
}
div.menu_sec {
	background-image: url('../img/bg_menu_sec_middle.jpg');
	background-repeat: repeat-y;
	width: 197px;
}
div.ms_c {
	margin-left: 15px;
	width: 172px;
	
}
a.sec_menu {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #492923;
}
a.sec_menu_current {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #492923;
	font-weight: bold;
}

div.menu_sec_bottom {
	background-image: url('../img/bg_menu_sec_bottom.jpg');
	background-repeat: no-repeat;
	width: 197px;
	height: 37px;
}
div#content {
    width: 560px;
    float: left;
    margin-left: 5px;
}
div#content_admin {
    width: 780px;
    float: left;
}
div#bottom {
	width: 829px;
	height: 16px;
	background-image: url('../img/bg_bottom.jpg');
	background-repeat: no-repat;
}
div#menu_bottom {
	width: 340px;
	margin: 5px auto;
	text-align: center;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;

}
a.bottom_menu {
	float: left;
	margin-left: 10px;
}
.sep {
	float: left;
	font-size: 8pt;
	width: 30px;
	text-align: center;
}
a.easy {
	color: #dc6d00;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #492923;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

.clear {
	clear: both;
}
li {
    list-style-position: inside;
        margin-left: 15px;
}
fieldset {
    border: 1px solid white;
    padding: 5px;
    margin: 5px;
}	
.actions {
    margin-top: 5px;
    margin-bottom: 5px;
}
#flashMessage {
    width: 95%;
    border: 1px solid orange;
    padding: 5px;
    margin: 0px auto;
    text-align: center;
}
.flashMessageError {
    width: 95%;
    border: 1px solid red;
    padding: 5px;
    margin: 0px auto;
    text-align: center;
}
.error-message {
    clear: both;
    color: red;
    margin-left: 15px;
}
.imaged {
    width: 185px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
#curcat {
    text-decoration: underline;
}
.disabled {
    display: inline;
}		
.paging {
    margin-top: 5px;
    text-align: center;
}
.wysiwyg {
    cursor: pointer; margin-left: 10px; margin-top: 10px; float: left; display: inline; width: 70px; font-weight: bold;
}

/*	firefox dotted border		*/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
