/*CSS file for Fancy That Group - The Roundstone
	Resources pages*/


/* innerwrap div
===================================================================*/
#innerwrap {

}

/* left div
===================================================================*/
#left {
	width: 300px;
}

#left img {
	margin-top: 30px;
}

#left img.subnav {
	margin-top: 5px;
}

#left li.selected {
	color: #515b26;
}

#left p.fashion {
	margin-top: 20px;
}

/* Right div
===================================================================*/
#right {
	float: right;
	width: 400px;
	margin-bottom: 50px;
	margin-top: 20px;
}

#right span.word {
	font-variant: small-caps;
	color: #b09d89;
	font-weight: bold;
}

#right img.float-rt {
	float: right;
	padding-left: 5px;
}

#right img.float-lt {
	float: left;
	padding-right: 5px;
}

#right table {
	margin-top: 0px;
}


#right th {
	color: #b09d89;
	text-decoration: underline;
}

#right td {
	text-align: center;
}


/* Footer div
===================================================================*/



