/*
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
// This file is part of uCMS.
//
// uCMS is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// uCMS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with uCMS. If not, see <http://www.gnu.org/licenses/>.
//
// Official website: http://www.ucms-manager.com/
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
*/

body {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a {
	color: Black;
	text-decoration: none;
}

.clear { clear: right; }
.clear_left { clear: left; }

a:hover {
	color: #333333;
	text-decoration: none;
}

img { border: none; }

ul {
	margin: 0;
	padding: 0;
}

h1.logo {
	float: left;
	padding: 0;
	margin: 0;
	height: 216px;
}

div.mod_advertising {
	float: left;
	margin: 30px 0 0 30px;
}

div.page {
	width: 980px;
	margin: auto;
	background: transparent url('../img/page_bg.png') repeat-y top right;
}

div.content {
	background: transparent url('../img/page_bg.png') repeat-y top right;
}

div.menus {
	background: transparent url('../img/menus_bg.png') no-repeat top left;
	float: right;
	width: 200px;
	padding: 122px 0 0 30px;
}

ul.menu, ul.menu2 {
	font-size: 12pt;
	list-style: none;
	width: 200px;
}

ul.menu2 {
	font-size: 10pt;
}

ul.menu li, ul.menu2 li {
	text-align: right;
}

ul.menu li a, ul.menu2 li a {
	background: transparent url('../img/menu1_bg.png') no-repeat 180px 5px;
	display: block;
	padding: 0 30px 5px 0;
	text-decoration: none;
}

ul.menu2 li a {
	background: transparent url('../img/menu2_bg.png') no-repeat 160px 5px;
	padding: 0 50px 5px 0;
}

div.current_content {
	float: right;
	width: 720px;
	padding: 0 10px 0 20px;
}

div.mod_footer {
	text-align: center;
	background: white url('../img/footer_bg.png') no-repeat top left;
	height: 85px;
	padding: 15px 0 0 0;
	color: white;
}
div#karedess_webring {
	text-align: center;
	margin-top:20px;
	margin-right:210px;
}
