/* Cover all main bases for margins on the page body */

body {
	color: #000000;
	background-color: #999D8C;
	font-family: Arial, Helvetica, sans-serif;
	}
.oa_wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* Custom Wrapper CSS Styling */

.oa_topr 		{background:url(/images/christmas/winterhome/top_r.jpg) repeat-x 0 0 #FFFFFF; width:100%; height: inherit;}
.oa_leftr 		{background:url(/images/christmas/winterhome/left_r.jpg) repeat-y 0 0; width:100%; height: inherit;}
.oa_rightr 		{background:url(/images/christmas/winterhome/right_r.jpg) repeat-y top right; width:100%; height: inherit;}
.oa_bottomr 		{background:url(/images/christmas/winterhome/bottom_r.jpg) repeat-x bottom; width:100%; height: inherit;}
.oa_tl 			{background:url(/images/christmas/winterhome/house_tl.jpg) no-repeat 0 0; width:100%; height: inherit;}
.oa_tr 			{background:url(/images/christmas/winterhome/tr.jpg) no-repeat right top; width:100%; height: inherit;}
.oa_bl 			{background:url(/images/christmas/winterhome/bl.jpg) no-repeat bottom left; width:100%; height: inherit;}
.oa_br 			{background:url(/images/christmas/winterhome/br.jpg) no-repeat bottom right; width:100%; height: inherit;}

/* Clears all float settings */

.oa_clear {
	clear: both;
}

/* Sets divs to the right or left */

.oa_left {
	float: left;
}
.oa_right {
	float: right;
}

/* Begin Page Module Styling */

#oa_header {
	width: 100%;
	height: 200px;
	padding: 20px 0 0 0;
}

#oa_templatetext {
	width: 100%;
	height: 60px;
}
#oa_content {
	width: 100%;
}
#oa_pagecontent {
	width: 750px;
	padding-right: 10px;
}
#oa_sidebar {
	width: 160px;
	height: 100%;
}
#oa_menu {
	width: 160px;
	height: 100%;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 25px;
}
#oa_pagehead {
	width: 100%;
	margin-bottom: 5px;
}
#oa_page {
	width: 735px;
	padding: 5px;
	margin-right: 10px;
	overflow-x: hidden;
	clear: both;
}
#oa_pagefoot {
	width: 100%;
	margin-top: 5px;
}
#oa_footer {
	width: 100%;
	height: 25px;
	text-align: right;
	margin-top: 5px;
	padding: 0 10px 5px 0;
	font-size: 85%;
	font-style: italic;
	color: #000000;
}
#oa_footer A:link    { color: #000000; text-decoration : none;}
#oa_footer A:visited { color: #000000; text-decoration : none;}
#oa_footer A:active  { color: #000000; text-decoration : none;}
#oa_footer A:hover   { color: #B50D0C; text-decoration : underline; }

/* Begin Text and Paragraph Styling */

#oa_companyname {
	width: 675px;
	height: 160px;
	font-size: 250%;
	font-family: Georgia;
	color: #120C0C;
	vertical-align: middle;
	padding: 25px 0 0 3px;
	overflow: hidden;
	margin: 0 5px 0 0;
}
#oa_companyslogan {
	width: 750px;
	height: 20px;
	overflow: hidden;
	margin-top: 25px;
	font-size: 100%;
	font-family: Georgia;
	color: #120C0C;
}
#oa_location {
	width: 170px;
	margin-top: 40px;
	padding: 0 25px 0 0;
	font-size: 75%;
	color: #000000;
	background-image: url(/images/backgrounds/layout/wrench.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}