html,body { margin:0; padding:0; height:100%; background:#2b342e url('/templates/client/images/body_bg.gif') repeat top center ; font-family:"Georgia", "Times New Roman"; font-size:14px; line-height:20px; color:#333333; }

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

h1 	{ margin:0px; padding:0px; font-size:26px; line-height:20px; font-weight:normal; color:#735993; font-family:palatino, georgia; font-style:italic; }
h2 	{ margin:0px 0px 20px 0px; padding:0px; font-size:22px; line-height:20px; font-weight:normal; color:#735993; font-family:palatino, georgia; font-style:italic; }
h3 	{ margin:5px 0px 15px 0px; padding:0px; font-size:18px; line-height:20px; font-weight:normal; color:#735993; font-family:palatino, georgia; font-style:italic; }
p	{ margin:15px 0px 0px 0px; }

a:link 				{ color:#735993; text-decoration:underline; }
a:visited 			{ color:#735993; text-decoration:none; }
a:hover 			{ color:#000000; text-decoration:underline; }
.clear 				{ clear:both; }

#leftBg				{ position:absolute; margin:0px 0px 0px -150px; width:150px; height:730px; background-image:url('/templates/client/images/side_left_bg.jpg'); }
#rightBg			{ position:absolute; margin:0px 0px 0px 980px; width:150px; height:730px; background-image:url('/templates/client/images/side_right_bg.jpg'); }

#header 			{ height:200px; background-image:url('/templates/client/images/header_bg.jpg'); }

#content 			{ width:960px; margin:0px; padding:0px; }

#sidebarCont			{ width:260px; margin:0px 0px -20px 0px; float:left; display:inline; background-image:url('/templates/client/images/sidebar_bg.gif'); }
#sidebar				{ width:200px; margin:0px 0px 0px 20px; padding:0px 0px 0px 20px; font-family:Verdana, Arial; font-size:10px; font-weight:normal; line-height:14px; background-image:url('/templates/client/images/sidebar_texture.gif'); background-repeat:no-repeat; }
#sidebar .hr			{ margin:15px 0px 15px -10px; }
#sidebar .hr img		{ width:200px; height:4px; }
#sidebar .desc			{ width:180px; margin:8px 0px 0px 0px; }
#sidebar .img			{ margin:0px -5px 0px 5px; float:right; }
#sidebar h2				{ font-size:12px; font-weight:bold; font-family:Verdana, Arial; font-style:normal; margin:0px 0px 0px 0px; }

.moreLinks				{ width:180px; }

ul#mainMenu 			{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:12px; list-style-type: none; color:#735993; }
ul#mainMenu	li			{ margin:0px 0px 5px 0px; background-image: url('/templates/client/images/sidebar_bullet.gif'); background-repeat: no-repeat; background-position: 0px 4px; padding-left:12px; }
ul#mainMenu a:link		{ color:#735993; text-decoration:none; }
ul#mainMenu a:visited	{ color:#735993; text-decoration:none; }
ul#mainMenu a:hover		{ color:#000000; text-decoration:underline; }

ul#linkMenu				{ margin:8px 0px 10px 15px; padding:0px; color:#735993; }
ul#linkMenu a:link		{ color:#735993; text-decoration:none; }
ul#linkMenu a:visited	{ color:#735993; text-decoration:none; }
ul#linkMenu a:hover		{ color:#000000; text-decoration:underline; }

#contentRight 			{ width:700px; margin:5px 0px 0px 0px; padding:0px 0px 0px 0px; float:left; display:inline; }
#contentRight .hr		{ margin:20px 0px 20px 0px; height:4px; width:700px; background-image:url('/templates/client/images/content_hr.gif'); }
.readMore a:link		{ font-size:11px; color:#735993; text-decoration:underline; font-family:verdana; font-weight:normal; }
.readMore a:visited		{ font-size:11px; color:#735993; text-decoration:underline; }
.readMore a:hover		{ font-size:11px; color:#000000; text-decoration:underline; }

.listing				{ margin:20px 0px 0px 0px; font-size:12px; line-height:16px; }
.listing p				{ margin:5px 0px 0px 0px; }
.listing h3				{ margin:0px; padding:0px; font-size:16px; line-height:18px; font-weight:normal; color:#735993; font-family:palatino, georgia; font-style:italic; }
.listing .listingURL	{ font-size:10px; font-weight:bold; font-family:verdana; }
.listing .listingImg	{ margin:-10px 10px 0px -10px; float:left; display:inline; }
.listing .listingTxt	{ width:540px; background-color:transparent; margin:0px 0px 0px 0px; float:left; display:inline; }

.recipe					{ font-size:12px; line-height:16px; }
.recipe h3				{ margin:20px 0px -10px 0px; padding:0px; font-size:20px; line-height:20px; font-weight:normal; color:#735993; font-family:palatino, georgia; font-style:italic; }
.recipe table			{ font-size:10px; line-height:16px; font-family:verdana; }

#footer 				{ width:940px; text-align:center; padding:0px 20px 20px 20px; font-size:10px; line-height:14px; color:#b6b6b6; font-family:verdana; }
#footer a:link 			{ color:#b6b6b6; text-decoration:none; }
#footer a:visited 		{ color:#b6b6b6; text-decoration:none; }
#footer a:hover 		{ color:#333333; text-decoration:underline; }
#footer .hr				{ margin:20px 0px 20px 0px; height:6px; width:940px; background-image:url('/templates/client/images/footer_hr.gif'); }

.contactTable			{ font-size:12px; }
.contactTable input		{ width:250px; margin:5px 0px 5px 0px; }
.contactTable textarea	{ width:250px; height:200px; margin:5px 0px 5px 0px; }
.contactTable .submit	{ width:100px; margin:10px 0px 0px 0px; }


