/* CSS Document */

body {
	background-color: #d1c19e;	
	text-align:center;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

body, div, p, td, span
{ margin:0px;
padding:0px;
}


#BodyAndLeft{
	padding-left:10px;
	width:1300px;
	margin:0 auto; /* need this for Firefox */
	background-image: url(pics/bg_leftborder.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
	text-align:left;	
}

#BodyAndRight{
	width:1290px;
	background-image: url(pics/bg_rightborder.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
	text-align:left;
}
#BodyContainer{
	width:1280px;
		text-align:left;
	background-image: url(pics/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #464035;
	border-right-color: #464035;
	border-bottom-color: #464035;
	border-left-color: #464035;
	min-height:640px;
}
#BannerContainer{
	height:125px;	
}
#BannerContainer a{color:#333333;}
#TopMenuContainer{
height:25px;
}
#ContentContainer{
width:910px;
margin-left:150px;
margin-top:10px;
padding-left: 30px;
padding-right: 30px;
padding-top:20px;
  min-height:500px;
  height:auto !important;
  height:500px;

}


#Footer{
padding-top:10px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
/* font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-size:11px;
text-align:center;
}
#Footer a{
color:#333333;
}
#Footer ul{display:inline;
}
#Footer li{display: inline;
list-style-type: none;
padding-left:5px;
padding-right:5px;
}

#RightCol{
	float: right;
	margin-right:50px;
	width: 12em;
	position: relative;
	
}
.shellBox_flatshell
{
width:180px;
height:75px;
background-image:url(pics/shell_box_flatshell.gif);
margin-bottom:20px;
}
.shellBox_shellcone
{
width:180px;
height:75px;
background-image:url(pics/shell_box_shellcone.gif);
margin-bottom:20px;
}

.shellBox_seastar
{
width:180px;
height:75px;
background-image:url(pics/shell_box_seastar.gif);
margin-bottom:20px;
}
.shellBox_content{
width:120px;
height:40px;
font-size:14px;
font-weight:bold;
margin-left:50px;
padding-top:30px;
color:#666666;
text-align:center;

}
.shellBox_content a{
color:#506042;
}
.sandleBlock{
background-image:url(pics/sandle.jpg); background-repeat: no-repeat;	background-position: right top;
}
#MainContent{
width:54em;
margin-right:170px;
margin-left:20px;
}
.yellowBlock{
background: yellow;
}
.redText{
color:red;
}
.blueText{
color:blue;
}