@charset "UTF-8";

#container #right #firstcolumn {
	float: left;
	width: 300px;
        text-align: right;
}

#right #firstcolumn h2 {
color: #CCCCCC;
text-align: right;
}

#container #right #webwrap {
    width: 440px;
    float: left;
    padding: 0 1em 3em 1em;
}

#webwrap a{
    color: #D97338;
}
#webwrap a:hover{
    color: #D95829;
}

.bigbox {
        width: 122px;
        height: 122px;
        float: left;
        margin: 0px 10px 10px 10px;
        border: 1px solid #CCCCCC;
}

.imgbox {
        position: relative;
	float: left;
	width: 75px;
	height: 75px;
        font-size: 80%;
        margin: 5px 22px 5px 22px;
}

.textbox {
        position: relative;
        clear: both;
        width: 105px;
        height: 30px;
        padding: 3px 15px 0px 0px;
        font-size: 11px;
        text-align: right;
        font-family: arial, sans-serif;
        border-top: 1px dashed #CCCCCC;
}

