@charset "ISO-8859-1";

body {
font-family: Times New Roman, serif;
font-size: 14px;
margin: 0px;
padding: 0px;
background-repeat: repeat-y;
}

table { width: 100%; }

table.small { width: auto; }

p { text-align: left; }

h1 {
font-size: 20px;
padding-bottom: 7px;
margin-bottom: 20px;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }

hr {
border-style: solid;
height: 1px;
margin-bottom: 15px;
}

img { border: 0px; }

label { font-weight: bold; }

.message_author { font-style: italic; }

.img_label { font-style: italic; }

.error {
color: #ff0000;
font-weight: bold;
}

div.error, p.error {
padding: 10px 10px 10px 15px;
margin-bottom: 10px;

color: #000000;
border: 1px solid #ff0000;
background-color: #ffeaea;
}

.inactive { color: #cccccc; }

.admin_action { text-align: right; }

.message_body p {
text-align: justify;	
}

.tip { font-style: italic; }

/* Comment spam filter */
.uname { display: none; }

#nav {
width: 240px;
padding-top: 120px;
margin: 0px;
float: left;
font-weight: bold;
}

#skip { display: none; }

#nav a {
display: block;
text-decoration: none;
}

#nav ul {
padding-left: 15px;
margin-left: 15px;
}

#nav li { padding-bottom: 5px; }

#content {
position: absolute;
left: 260px;
top: 95px;
width: 550px;
padding-right: 35px;
padding-bottom: 20px;
padding-left: 35px;
vertical-align: top;
}

#header {
width: 610px;
margin-left: 260px;
padding-top: 10px;
text-align: center;
}
