* {
margin: 0;
padding: 0;
}

a:hover {
color : #008b8b;
}

a {
color : #000;
}

body {
padding: 5px;
font-size: 14px;
text-align: center;
font-weight: bold;
background-color: #f5deb3;
}

#wrapper{
width: 1100px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#header {
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 64px;
font-size: 54px;
background-color: #fff;
text-shadow: #336699 3px 3px 5px;
}

#leftcol{
float: left;
width: 150px;
height: 600px;
background-color: #fff;
}

#rightcol{
float: left;
width: 150px;
height: 600px;
background-color: #fff;
}

#contents{
float:left;
background-image: url('drag3_background.jpg');
background-repeat: no-repeat;
width: 800px;
height: 600px;
}

#footer {
clear: both;
margin-left: auto;
margin-right: auto;
width: 1100px;
height: 24px;
font-size: 10px;
background-color: #fff;
}

.linkbox{
float: left;
margin-top: 10px;
width: 150px;
height: 90px;
}

img {
border-style : none;
}

