/**************************************/
/* Simply Interiors Top Level Styles */
/************************************/

a {text-decoration: underline; color: #7F774B; font: 12px arial, verdana, sans-serif;}
a:visited {color: #7F774B;}
a:hover {color: #6A0507;}

body {
	background-color: #291000;
	margin: 0px;
	}

td {
	font: 12px arial, verdana, sans-serif;
	vertical-align: top;
	color: #181818;
	}

img {
	border: none;
	}

h1 {

	}


/***************************************/
/* Simply Interiors Individual Styles */
/*************************************/

.redText {
	font: bold 13px arial, verdana, sans-serif;
	color: #6A0507;
	}

.multiUse {

	}

/*******************************/
/* Simply Interiors Framework */
/*****************************/

#pageAligner {
	width: 100%;
	height: 100%;
	}
	
	#pageAligner #verticalPositioner {
		vertical-align: middle;
		text-align: center;
		}
		
		#pageAligner #verticalPositioner #logoTop {
			background-image: url(images/logo_topback.gif);
			background-repeat: repeat-x;
			}
	
#mainHolder {
	width: 100%;
	height: 300px;
	background-color: #C3BA86;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #140800;
	}
	
	#mainHolder #horizontalPositioner {
		text-align: center;

		}

#mainArea {
	width: 750px;
	height: 300px;
	background-color: white;
	border-width: 0px 4px 0px 4px;
	border-style: solid;
	border-color: #140800;
	margin: 0px auto;
	}
		
	#mainArea #contentArea {
		width: 450px;
		height: 282px;
		}
		
		#mainArea #contentArea div {
			margin: 15px 11px 11px 11px;
			line-height: 16px;
			}
			
			#mainArea #contentArea div div {
				margin: 0px;
				}
		
	#mainArea #pictureArea {
		width: 300px;
		height: 300px;
		background-color: #F1F1F1;
		}
		
	#mainArea #menuArea {
		width: 450px;
		height: 18px;
		background-color: #C3BA86;
		}
	
#footerArea {

	}
