* {
margin: 0;
padding: 0;
}

body {
background: #330033;
font: 12px verdana, sans-serif, arial, tahoma;
line-height: 20px;
padding-top: 40px;
}

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

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

a:hover {
text-decoration: underline;
}

h1 {
font: bold 12px verdana, sans-serif, arial, tahoma;
line-height: 18px;
padding-top: 40px;
}

#wrapper {
width: 900px;
height: 1409px;
border: solid 10px #fff;
background: #fff;
margin: 0 auto;
}

#header {
background: #330033;
width: 900px;
height: 225px;
}

#top {
width: 900px;
height: 24px;
background: #660066;
}

#navigation {
position: relative;
width: 900px;
height: 20px;
background: #660066;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
}

ul#navlist {
position: absolute; 
left: 105px;
bottom: 0;
width: 100%;
padding-left: 10px;
margin: 0;
list-style-type: none;
}

#navlist a {
float: left;
width: 9.29em;
text-decoration: none;
text-align: center;
font-weight: bold;
color: white;
background-color: #cc99cc;
padding: 0.6em 0.0m;
border-left: 1px solid white;

}

#navlist a:hover{
background-color: #660066;
}

#sidebarleft {
width: 115px;
height: 1164px;
background: #cc99cc;
float: left;
}

#content {
width: 410px;
float: left;
padding-left: 30px;
background: #fff;
}

#sidebarright {
width: 213px;
height: 1154px;
background: #cc99cc;
float: right;
padding-left: 10px;
padding-top: 10px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 10px;
border: 1px solid #fff;
}

a:hover img {
border-color: #302226;
}

.link_list {
	padding-top: 4ex;
	list-style: none;
}
