* {
	margin:0;
	padding:0;
}

html, body {
	font-family: "Lucida Grande", Arial, Sans;
}

body {
	background-color: #dddddd;
}

a:link {
    color: #3538ff;
    text-decoration: none;
}

a:hover {
    color: #0003d1;
    text-decoration: underline;
}

a:visited {
    color: #3538ff;
    text-decoration: none;
}

#header {
	margin: auto;
	padding-left: 74px;
	padding-top: 35px;
	text-align:left;
	clear: left;
	width: 670px;
	background-image: url(images/header.jpg);
	height: 55px;
	font: bold 23px "Lucida Grande", Arial, Sans;
	color: white;
}
#header a {
	font: bold 23px "Lucida Grande", Arial, Sans;
	color: white;
	text-decoration: none;
}
#header a:hover {
	font: bold 23px "Lucida Grande", Arial, Sans;
	color: white;
	text-decoration: underline;
}

#header ro {
    font: 12px "Lucida Grande", Arial, Sans;
    color: #fffcd9;
    padding-right: 20px;
    text-align: right;
    position: absolute;
}

#header ro a {
    font: 12px "Lucida Grande", Arial, Sans;
    color: #fffcd9;
    text-decoration: none;
}
#header ro a:hover {
    font: 12px "Lucida Grande", Arial, Sans;
    color: #ece78b;
    text-decoration: underline;
}

#container {
	margin: auto;
	padding-left: 22px;
	padding-right: 14px;
    margin-bottom: 0px;
    position: relative;
	text-align:left;
	width: 706px;
	clear:left;
	background: url(images/container.jpg) top left repeat-y;
}



#entry {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	width: 430px;
	border-bottom-style: dotted;
	border-color: #555555;
	border-width: 1px;
	border-bottom-color: #858585;
}

entry a {
    color: #3538ff;
    text-decoration: none;
}

#textbody {
    font-size: 12px;
}

#comment {
    background-color: #FFFFFF;
	padding: 10px;
	width: 300px;
	border-bottom-style: solid;
	border-width: 1px;
	border-bottom-color: #d7d7d7;
}

#commentfield {
    background-color: #FFFFFF;
	padding: 10px;
	margin-left: 10px;
	width: 320px;
	border-style: dotted;
	border-width: 1px;
	border-color: #bdbdbd;
}

#postcomment {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    width:400px;
    border: 1px solid #c1c1c1;
}

#content {
	width: 430px;
	float: left;
    position: relative;
}

#right {
	width: 226px;
	float: right;
}

#right ul {
	padding: 20px;
}

#right ul lo {
    font: 10px "Lucida Grande", Arial, Sans;
    color: #bc0016;
    text-decoration: none;
}

#right ul lo a {
    font: 10px "Lucida Grande", Arial, Sans;
    color: #bc0016;
    text-decoration: none;
}
#header ul lo a:hover {
    font: 10px "Lucida Grande", Arial, Sans;
    color: #f97572;
    text-decoration: underline;
}

#right ul ro {
	text-transform: none;
	text-decoration: none;
	font-variant: small-caps;
}

#right ul li {
	font-size: 12px;
	margin-left: 15px;
}

#right ul li a {
	font-size: 12px;
	margin-left: 15px;
	text-decoration: none;
	margin: 0;
	color: #000000;
}

#right ul li a:hover {
	font-size: 12px;
	margin-left: 15px;
	text-decoration: underline;
	margin: 0;
	color: #5c5c5c;
}

#distance { 
    margin-top: auto;
    margin-bottom: auto;
    padding:0px;
	text-align:center;
}

#setup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 400px;
    margin-left: -250px; /* half of width */
    margin-top: -200px;  /* half of height */
	background-color:#f2f2f2;
	text-align: center;
	border: 1px outset #fff;
}

#setup-top {
    background: url(images/posttop.jpg) repeat-x;
    height: 28px;
    width: 494px;
    text-align: left;
    color: #fff;
    padding-top: 12px;
    padding-left: 5px;
}

#setup-top ro {
    padding: 3px;
    background-color: #939393;
    font-size: 12px;
}

#setup-container lo {
    padding: 5px;
    background-color: #6e8193;
    font-size: 12px;
}

#setup-container lo a {
    color: #fff;
    text-decoration: none;
}
#setup-container lo a:hover {
    color: #fff;
    text-decoration: underline;
}

#login-top {
    background: url(images/logintop.jpg);
    height: 28px;
    width: 394px;
    text-align: left;
    color: #fff;
    padding-top: 12px;
    padding-left: 5px;
}

#login-top ro {
    padding: 3px;
    background-color: #939393;
    font-size: 12px;
}

#login-top ro a {
    color: #fff;
    text-decoration: none;
}
#login-top ro a:hover {
    color: #fff;
    text-decoration: underline;
}

#login-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 300px;
    margin-left: -200px; /* half of width */
    margin-top: -150px;  /* half of height */
	background-color:#f2f2f2;
	text-align: center;
	border: 1px outset #fff;
}

#post-top {
    background: url(images/posttop.jpg);
    height: 28px;
    width: 394px;
    text-align: left;
    color: #fff;
    padding-top: 12px;
    padding-left: 5px;
}

#post-top ro {
    padding: 3px;
    background-color: #939393;
    font-size: 12px;
}

#post-top ro a {
    color: #fff;
    text-decoration: none;
}
#post-top ro a:hover {
    color: #fff;
    text-decoration: underline;
}

#post-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 500px;
    margin-left: -200px; /* half of width */
    margin-top: -250px;  /* half of height */
	background-color:#f2f2f2;
	text-align: center;
	border: 1px outset #fff;
}

#bobottom {
	width: 706px;
	margin-left: 45px;
	padding-top: 40px;
	padding-left: 30px;
	margin-right: 30px;
	clear: both;
	height: 100px;
	padding-bottom:0px !important;
}

#footer {
	margin: auto;
	margin-top: 0px;
	text-align:left;
	padding-top: 9px;
	padding-left: 40px;
	padding-right: 40px;
	clear: left;
	width: 664px;
	background-image: url(images/footer.jpg);
	height: 39px;
	font: bold 12px "Lucida Grande", Arial, Sans;
	color: #dfe3ff;
}

#footer a {
	font: bold 12px "Lucida Grande", Arial, Sans;
	color: #abcfff;
	text-decoration: none;
}

#footer a:hover {
	font: bold 12px "Lucida Grande", Arial, Sans;
	color: #e7f5ff;
	text-decoration: underline;
}

#footer rof a{
	float: right;
	color: #fdffbe;
}