* {
margin:0px;
padding:0px;
}

body {
background-color:#777777;
color:#eeeeee;
font-family:Arial,Helvetica,sans-serif;
}

img {
border:0px;
}

a {
color:#99ffff;
text-decoration:none;
}

a:hover {
color:#00ffff;
}

ul {
list-style-type:none;
}

#container {
margin-top:20px;
text-align:center;
}

#header, #footer {
font-size:0px;
}

#body {
width:690px;
padding:5px;
background-color:#333333;
text-align:left;
margin:auto;
}

#navigation {
padding:10px 5px 5px 5px;
background-image:url(../images/navbar2.gif);
background-repeat:no-repeat;
width:140px;
height:285px;
float:left;
}

#navigation li {
margin-left:10px;
}

#breadcrumb {
background-image:url(../images/breadcrumbbackground.gif);
width:495px;
height:38px;
margin-left:157px;
padding:17px 15px 0px 15px;
}

#article {
background-image:url(../images/body.gif);
width:495px;
height:321px;
margin:5px 0px 0px 157px;
padding:15px;
}

.registertext, .registertext1 {
width:170px;
float:left;
text-align:right;
margin-bottom:5px;
}

.registertext1 {
color:#00ffff;
}

#article form div input {
margin-bottom:5px;
}

#registersubmit {
margin-left:170px;
}

#footer {
margin-bottom:20px;
clear:both;
}