a {
	border-bottom: #555051 1px dotted;
	color: #555051;
	text-decoration: none;
}

a:hover {
	border-bottom: #ae0000 1px solid;
	color: #ae0000;
	text-decoration: none;
}

a.logo {
    border-bottom: 0px;
}

body {
	background: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

em {
	color: #FF0000;
	font-weight: bold;
}

h1 {
    background: #ae0000;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: normal;
    line-height: 120%;
    margin: 0px;
    padding: 5px;
}

h2 {
    background: #ffffff;
    color: #ae0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: normal;
    line-height: 120%;
    margin: 0px;
    padding: 5px;
}

li {
	background: none;
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

td.left {
    text-align: left;
}

td.logo {
    text-align: center;
    width: 240px;
}

td.message {
	color: #899cb1;
	font-size: 150%;
    text-align: center;
}

td.right {
    text-align: right;
}

td.small-logo {
    text-align: center;
    width: 120px;
}

.text {
    width: 200px;
}

textarea {
    height: 200px;
    resize: none;
    width: 1000px;
}

ul {
	background: none;
	list-style: none;
	margin: 10px 0px 0px 20px;
	padding: 0px;
}

ul.error {
	color: #ae0000;
    list-style-type: none;
}

#center {
	margin: 10px auto;
	width: 900px;
}

#header {
	background: url(../images/probendi.png) no-repeat center;
	height: 141px;
	width: 900px;
}

#main {
	background: #ffffff;
	border-bottom: #555051 1px solid;
	border-top: #555051 1px solid;
	width: 900px;
}

#content {
	background: #ffffff;
    border-left: #555051 1px dotted;
	clear: both;
	color: #555051;
	float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
	padding: 10px;
	width: 650px;
}

#content-image {
	float: left;
	margin: 15px;
	width: 300px;
}

#content-text {
    color: #555051;
    float: right;
    width: 300px;
}

#navigation {
	background: #ffffff;
	color: #555051;
	float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
	padding: 10px;
	width: 200px;
}

#footer {
	background: #ffffff;
	border-bottom: #555051 1px solid; 
	border-top : #555051 1px solid;
	color: #ae0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
	margin: 5px auto 0;
	padding: 5px;
	text-align: center;
	width: 890px;
	border-top: #555051 1px solid;
}
