* {
margin:0px;
padding:0px;
z-index:50;
border:none;
}
.clear {
clear:both;
}
body {
background-color:#95BFDA;
background-image:url(images/bg_repeat.jpg);
background-repeat:repeat-x;
}
#wrapper {
width:860px;
text-align:left;
position:absolute;
margin:auto auto auto -430px;
top:0px;
left:50%;
}
#bg {
position:absolute;
left:0px;
top:0px;
z-index:10;
width:830px;
height:720px;
background-image:url(images/bg_image.jpg);
background-repeat:no-repeat;
}
#header {
margin:10px 10px 30px 10px;
padding:50px 10px 5px 10px;
background-color:#000;
background-image:url(images/banner_small.jpg);
background-repeat:no-repeat;
}
#login{
position:absolute;
top:20px;
right:20px;
}
/* left column */
#left_col {
float:left;
width:200px;
margin-left:10px;
}
#spacer {
float:left;
width:20px;
height:640px;
}
.pic {
	margin-bottom:5px;
}
/* middle column */
#mid_col {
float:left;
width:400px;
margin-right:20px;
}
.underline {
background-image:url(images/dash_x_fff.gif);
background-repeat:repeat-x;
background-position:bottom;
margin-bottom:5px;
padding-bottom:1px;
}
.whitebox, .blackbox, .greybox, .bluebox {
padding:5px 5px 10px;
margin-bottom:5px;
}
.whitebox {
background-color:#FFF;
}
.blackbox {
background-color:#000;
}
.greybox {
background-color:#666;
}
.bluebox {
background-color:#09F;
}
/* right column */
#right_col {
float:left;
width:200px;
}
#footer {
margin:0px 10px 10px;
padding-top:4px;
background-image:url(images/dash_x_fff.gif);
background-repeat:repeat-x;
}
#left_col, #mid_col, #right_col {
margin-bottom:30px;
}