
/**/
#wrapper { margin: 0px auto;width:200px;position:relative; left:0px;top:6px; background-color:#f7f7f7}
#wrapper2 { margin: 0px auto;position:relative; left:0px;top:6px; background-color:#f7f7f7;height:100px; width:100px;}
/**/
#main {
position: relative;
margin: 0px auto;
text-align: left; 
width: 100%;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
/**/
.cap {
position: relative;
margin: 0px auto;
text-align: left; 
width: 100%;
height: 10px;
line-height: 1px;
}
/**/
#ne_corner {
background: url(../images/project_corner_ne_white_10x10.gif) no-repeat;
width: 10px;
}
#nw_corner {
background: url(../images/project_corner_nw_white_10x10.gif) no-repeat;
width: 10px;
}
#se_corner {
background: url(../images/project_corner_se_white_10x10.gif) no-repeat;
width: 10px;
}
#sw_corner {
background: url(../images/project_corner_sw_white_10x10.gif) no-repeat;
width: 10px;
}
/**/
#ne_corner_default {
background: url(../images/project_corner_ne_white_10x10.gif) no-repeat;
width: 10px;
}
#nw_corner_default {
background: url(../images/project_corner_nw_white_10x10.gif) no-repeat;
width: 10px;
}
#se_corner_default {
background: url(../images/project_corner_se_white_10x10.gif) no-repeat;
width: 10px;
}
#sw_corner_default {
background: url(../images/project_corner_sw_white_10x10.gif) no-repeat;
width: 10px;
}
.top_edge {
border-top: 1px solid #CCCCCC;
}
.bottom_edge {
border-bottom: 1px solid #CCCCCC;
}
