a {
color:#f00;
text-decoration:none;
}

a:hover {
color:#f7ba61;
}

body {
margin: 0;
font: .8em verdana, tahoma, sans-serif;
color: #000;
background: url('images/main.jpg') #f7ba61 no-repeat 50px 40px;
}

blockquote {
padding: .4em .6em;
margin: 0 2em;
text-align: justify;
background-color: #f7ba61;
}

blockquote a {
color:#ffc;
}

blockquote a:hover {
color:#000;
}

table {
margin: 0 auto;
}

td {
padding: 2px;
}

h1, h2, h3 {
font-size: 1em;
}

h1 {
padding: .2em;
text-align: center;
border-bottom: 2px solid;
}

h2 {
font-weight: normal;
text-decoration: underline;
}

h3 {
text-align: center;
font-weight: normal;
}

ol, ul {
margin-left: -10px;
margin-right: 20px;
}

ul li {
margin-bottom: 5px;
}

/*#all {
margin: 0 auto;
width: auto;
height: 365px;
overflow: auto;
border: 2px solid #000;
background-color: #fff;
}*/

#buttons {
text-align: center;
}

#content {
margin-left: 322px;
margin-right: 15px;
width: 450px;
padding: .5em 1.2em;
background-color: #fff;
height: 100%;
}

/*#pic {
height:365px;
width:272px;
margin-right:15px;
position:fixed;
border-right:2px solid;
}*/

#nav ul {
margin: 0;
padding: 0;
text-align: center;
list-style: none;
}

#nav ul li {
margin-left: .8em;
margin-right: .8em;
display: inline;
}

#updates {
margin: 0;
width: 85%;
text-align: center;
}

#updates li {
list-style: none;
text-align: left;
}

input, textarea, select {
font: 1em verdana, arial, sans-serif;
color: #000;
padding: 2px;
border: 1px solid #000;
}