body {
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	background-color: white;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#header {
	background-repeat: no-repeat;
	background-image: url(images/posta-logo.png);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height: 140px;
	border-width: 0px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -20px;
	width: 900px;
}

#header h1 {
	padding-top: 40px;
	margin-left: 250px;
	margin-bottom: 10px;
	font-size: 64px;
}#menu {
	height: 40px;
	border-bottom-color: black;
	border-top-color: black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(images/bg_menu.png);
	right: 0px;
	left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #2b2b2b;
}

#menu ul {
	margin-left: 150px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#menu ul li {
	border-left-color: gray;
	border-left-width: 1px;
	border-left-style: solid;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 152px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(images/bg_menu.png);
	color: white;
	position: relative;
display: inline;
float: left;
}

#menu ul li a {
	font-size: 21px;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 15px;
	color: white;
}

#menu ul li a:hover {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content {
	top: 250px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	width: 1000px;
	padding: 20px;
}

#header h2 {
	margin-left: 300px;
	margin-top: 0px;
	font-size: 24px;
}

#footer {
	margin-bottom: 0px;
	text-align: center;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
}

#alert {
	width: 300px;
	padding: 5px;
	border-color: #ff5c02;
	border-width: 1px;
	border-style: solid;
	background-color: #fff5ca;
}

#topheader {
	height: 40px;
	width: 99%;
	border-bottom-color: #a90000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding: 5px;
	background-color: black;
}

