/* CSS Document */
html { 
	height: 100%; 
}

body {
    background:#666666;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;  /* for firefox and opera */
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px #FFFFFF none;
}

/* ---------------------- */
/* ---  layout stuff  --- */
/* ---------------------- */


#outer {
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
	width: 820px;
	min-height: 510px;
	background-image:url(../images/border-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 800px;
	height:70px;
	padding: 0px;
	margin-bottom: 0px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	
	border-bottom: 4px #BF272E solid;
	position: relative;
}

#menu-container {	
	position: absolute;
	bottom: 0;
}

#main-container {
	width: 800px;
	height: 300px;
	padding: 0px;
	background-color:#FFFFFF;
	position: relative;
}

#main-sidebar-left {
	float: left;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 0px;
	position:relative;
}



#main-sidebar-left #top{
	position:absolute; 
	top: 0px; 
	left: 10px;
}

#main-sidebar-left #bottom{
	position:absolute; 
	bottom: 0px; 
	left: 0px;
	width: 100%;
}


#home-text-container{
	position:absolute; 
	left:310px; 
	top: 15px;
	right: 160px;
}




/* ---------------------- */
/* ---  border stuff  --- */
/* ---------------------- */
#featured-btn{
	background-image:url(../images/foot-border-red-top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#footer-white-to-red {
	height: 100%;
	background-image:url(../images/foot-border-red-top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#footer-white-to-grey {
	width: 800px;
	background-image:url(../images/foot-border-white.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}



#footer-border {
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
	width: 820px;
	background-image:url(../images/border-bottom-bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}



/* -------------------------- */
/* --- text and formating --- */
/* -------------------------- */
.headerRed{
	font-family:Arial, Helvetica, sans-serif;
	color: #BF272E;
	font-size: 16px;
	line-height:20px;
}

.defaultText{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

