#outline { 
        width:750px; 
        text-align:left; }

.outline-margin { 
        margin:0 10px; } 

#frame{
	width:700px;
	text-align:left;
}

#frame-margin{
	margin:0 10px;
}

A:link { 
        color: #66001a; }
A:visited {
        color: #b38066; }
A:active { 
        color: #3333e6; }
A:hover { 
        color: #4d804d; }

.main{
	width:490px;
	float:right;
}

.main_class_name { 
        background:#fee; 
        padding:0 5px; 
        font-weight:bold; 
        border-right:solid 1px #ccc; 
        border-bottom:solid 1px #ccc; 
        border-left:solid 10px #ff6633; 
}

.side{
	width:180px;
	float:left;
}

.side_class_name { 
        background:#fee; 
        padding:0 3px; 
        font-weight:bold; 
        border:dotted 2px #f60; 
}


.c-both{
	clear:both;
}
