body {
    background-color: #42130e;
    font-family: verdana, tahoma;
    font-size: 11px;
    color: #000000;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    font-family: verdana, tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

a:hover {
    font-family: verdana, tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}

input, select, option, textarea {
    font-family: verdana, tahoma;
    font-size: 11px;
    border: 1px solid #000000;
    background-color: #dddddd;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 25px;
    padding-top: 5px;
    margin: 0;
    background: url('gfx/arrow.gif') no-repeat center left;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#top {
    width: 100%;
    height: 68px;
    background-image: url('gfx/top_line.jpg');
    text-align: center;
}

#top1 {
    margin-bottom: -2px;
}

#top_banner {
    width: 850px;
    height: 100px;
    text-align: center;
  
}

#bott {
    width: 850px;
    height: 50px;
	 display: block;
	 margin-top: 30px;
	 text-align: center;
}

#bott .text{
    width: 850px;
    height: 50px;
}

#container {
    width: 850px;
    margin: 0 auto;
    padding: 0;
}

#left {
    width: 184px;
    display: inline;
    float: left;
    margin-right: 8px;
}

#left .top {
    width: 184px;
    display: block;
    margin-bottom: -2px;
}

#left .middle {
    width: 184px;
    display: block;
    background-image: url('gfx/menu_bg.gif');
}

#left .text {
    margin-left: 15px;
}

#left .bott {
    width: 184px;
    display: block;
}

#right {
    width: 184px;
    display: inline;
    float: left;
    margin-left: 8px;
}

#right .top {
    width: 184px;
    display: block;
    margin-bottom: -2px;
}

#right .middle {
    width: 184px;
    display: block;
    background-image: url('gfx/menu_bg.gif');
}

#right .text {
    margin-left: 15px;
}

#right .bott {
    width: 184px;
    display: block;
}

#center {
    width: 466px;
    display: inline;
    float: left;
}

#center .middle {
    width: 466px;
    display: block;
    background-image: url('gfx/center_bg.gif');
}

#center .text {
    margin-left: 15px;
}

h1 {
    font-size: 12px;
}

#center .photo {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    display: inline;
    border: 1px solid #000000;
}

#center .inside {
    float: left;
    display: inline;
}

.description {
    font-size: 10px;
}

.description_area {
    width: 300px;
    height: 80px;
}

.compulsory {
    color: red;
}

.compulsory1 {
    color: red;
    text-align: center;
}

.registred, .logout, .profil, .added, .voted {
    text-align: center;
}