@charset "UTF-8";
/* *********************************************** */
/* CSS File created by CreeksideDesign.com 100408  */
/* design@gocreekside.com  www.creeksidedesign.com */
/* *************************************************
Light Blue for right sidebar #CED4EB
Maroonish color for main background #65241B
Orange for footer #D05003
Dark Blue for H1 tags #000D48
************************************************** */

body {
text-align: center;
margin: 0 auto;
background:#65241B url('../pics-main/bg-hot-summer.jpg') repeat-x;  /* maroonish */
/* Use background-position set to top center to center for browsers*/
background-position:top center;
}
h1 {
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
font-size : 0px;
color: #ffffff;
}
h2 {
font-size : 14pt;
color: maroon;
}
strong, em { color: #000D48; }
#mainbox {
width: 900px;
/* Use margin-left and margin-right set to auto to center for browsers*/
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
#shadowlft {
width: 50px;
background: url('../pics-main/glow-shadow-left.png') repeat-y;
}
#shadowrgt {
width: 50px;
background: url('../pics-main/glow-shadow-right.png') repeat-y;
}
#featured {
background:#ffffff;
margin-left: auto;
margin-right: auto;
}
#txt {
padding: 10px;
}
#txtmenu {
padding: 10px;
text-align: center;
font-size : 11pt;
font-style : normal;
height : auto;
vertical-align : bottom;
}
#sidebar {
background:#CED4EB;
margin-left: auto;
margin-right: auto;
}
#footer {
background: #D05003;
text-align: center;
color: #FDDA5F; /* gold */
padding: 10px;
font-size : 10pt;
font-style : normal;
height : auto;
}

.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
