body { 
	margin: 0;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	background: white url(../Images/bg.gif) repeat-x;
}

.clear { clear: both; }

a img {
	border: 0;
}

div.center { text-align: center; margin: 10px 0; }

div.left { text-align: left; margin: 10px 0; }

div.right { text-align: right; margin: 10px 0; }

input, textarea, select {
	font-family: verdana, arial, sans-serif; 
	font-size: 14px;
}

hr { display: none; }

.clear { clear: both; }
.f-left { float: left; }
.f-right { float: right; }

div.container {  
	width: 960px;
	margin: 10px auto;	
	background: white;
	border: 2px solid #444444;
}

div.container h1 {  
	margin: 0;
	height: 138px;
	background: url(../Images/banner.gif);
}

div.container h2 {
	margin: 0 0 20px 0;
	color: #000033;
	border-bottom: 2px solid #000033;
	font-size: 160%;
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 210px;
	background: url(../Images/menu.gif);
	width: 238px;
	height: 458px;
	margin: 5px 10px;
}

ul.menu li span.welcome{
	color: #FFFFFF;
	padding: 10px 15px;
	display: block;
	font-weight: bold;
}

ul.menu li>a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 200px;
	height: 16px;
	padding: 4px 10px;
	margin: 5px;
}

ul.menu div.images {
	text-align: center;
	background: #FFFFFF;
	margin: 0 20px 0 15px;
}

ul.menu div.images img {
	border: 0;
}

ul.menu a.selected, ul.menu a:hover {
	background: url(../Images/item.gif);
}

div.content {
	width: 658px;
	float: right;
	margin-top: -10px;
	padding: 0 30px 0 14px;
}

div.content p, div.content q {
	text-align: justify;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 25px;
	line-height: 160%;
	font-size: 14px;
}

div.content q {
	display: block;
	text-indent: 0;
	margin: 0 50px;
	padding: 15px;
	background: #00aadd;
	color: White;
}

div.container h4 {
	clear: both;
	text-align: right;
	width: 890px;
	margin: 0 20px;
	padding: 5px 15px;
	border-top: 1px solid #000000;
	font-size: 12px;
	height: 23px;
}

ul.alpha {
	list-style-type: lower-alpha;
}

ul.alpha li {
	margin: 5px 0;
}

select.combo {
	width: 200px;
}

div.content img {
	border: 0;
	margin: 10px;
}

div.content div.image-box {
	text-align: center;
}

div.content div.image-box2 {
	text-align: center;
	float: left;
	margin-top: 50px;
}

div.container h4 a {
	background: url(../Images/multe.gif) top right no-repeat;
	height: 23px;
	width: 177px;
	display: block;
	margin-top: -3px;
	float: right;
}

div.container h3 {
	margin: 0;
	padding-left: 20px;
}

div.popup {
	border: 2px solid #eee;
	border-right-color: black;
	border-bottom-color: black;
	background: white;
	position: absolute;
	top: 200px;
	left: 50%;
	padding: 15px;
	width: 250px;
	background: #AA1515;
	display: none;
}

div.popup input {
	float: right;
	margin: -7px;
	border: 1px solid black;
	background: #000033;
	color: White;
	font-weight: bold;
	font-size: 7px;
	padding: 1px;
	display: block;
	width: 15px;
	height: 15px;
}

div.popup h3 {
	text-align: center;
	padding: 0;
	color: #fff;
}

div.popup h3 a {
	color: White;
	text-decoration: none;
}
