* {
padding: 0px;
margin: 0px;
}

body {
background:url('../argyle2.png');
font-family: Helvetica, sans-serif;
font-size: 1em;
margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 2%;
}
a:link, a:visited, a:focus, a:hover, a:active {
color: #333333;
border: 0;
}
a:focus, a:hover, a:active {
background-color: #bb6600;
}
#sidebar {
position: relative;
background-color: #eeeeee;
opacity:0.9;
width: 285px;
float: left;
padding-top: 25px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
text-align: right;
border:1px solid #333333;
}
h3 {
font-size: 1.2em;
}
ul {
list-style-type: none;
text-indent: 15px;
padding-bottom: 10px;
}

/*This section is for everything in the main div*/
#main {
position: relative;
color: #333333;
background-color: #eeeeee;
min-width: 532px;
padding-top: 25px;
padding-bottom: 15px;
padding-left: 5px;
padding-right: 5px;
margin-left: 300px;
border:1px solid #333333;
overflow: hidden;
}

.sample {
padding: 3px;
margin-left: 10px;
}
.thumb {
padding: 3px;
margin-left: 3px;
margin-bottom: 3px;
float: right;
clear: right;
color: #bb6600;
border-style: solid;
border-width: 2px;
display: inline;
}
.links {
font-size: 0.7em;
text-align: right;
padding-bottom: 2px;
}
.current {
font-weight: bold;
}
p {
text-indent: 10px;
padding-top: 5px;
padding-bottom: 10px;
}
