

body {
background: #e4f0ff;
color: #343434;
text-align:center;

}

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

a:hover {
color: #82C1E7;
text-decoration:none;
}

#container {
font:13px Verdana,Tahoma,Arial,sans-serif;
width:800px;
background: #ffffff;
color: #343434;
margin:0 auto;
text-align:left;
}

#header {
width:800px;
height:75px;
color: #343434;
margin: 0 auto;
text-align:left;
}

h1 {
font-size:30px;
margin-left:50px;
margin-top:10px;
padding-top:20px;
color: #ffffff;
}

h2 {
font-size:14px;
margin-left:50px;
color: #ffffff;
}

#top {
background: url('images/top.jpg') no-repeat;
width:800px;
height: 29px;
margin: 0 auto;
}

#pleft {
float: left;
width: 620px;
}

#pright {
float: right;
width: 150px;
margin-top: 20px;
}


#bot {
background: url('images/bot.jpg') no-repeat;
width:800px;
height: 29px;
margin: 0 auto;
}

#footer {
clear:both;
font:12px Verdana,Tahoma,Arial,sans-serif;
text-align:center;
padding-top:10px;
padding-bottom:5px;
}

p {
margin: 0;
padding: 10px;
}



#wrapper{
padding-top: 20px;
width: 600px;
margin: 0 auto;
}
.box{
background: #fff;
text-align: center;
}
.boxholder{
clear: both;
padding: 5px;
background: #1d85c2;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #1d85c2 url(images/tab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

.codebox {
width: 500px;
height: 60px;
}

.clearer {
clear: both;
}