@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EEEEEE;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	background-image: url(../images/Sina1/bg.gif);
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FAF5E2;
	height: auto;
} 
.thrColFixHdr #header {
	background-color: #ADC267;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #ADC267;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px;
	margin-top: 20px;
	background-color: #FAF5E2;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 0px solid #EBF0F6;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 0px;
	right: 20px;
	margin-left: 0px;
	padding: 10px;
}

/*********** Horizontal Nav *************/
#horizonnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 900px;
	background-color: #2F3334;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a {
	color: #EEEEEE;
	text-decoration: none;
	line-height: 1.3;
	float: left;
	width: 97px;
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #94937E;
}
#horizonnav a:hover {
	background-color: #738383;
	text-decoration: underline;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}
.thrColFixHdr #mainContent {
	background-color: #FAF5E2;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: auto;
	height: 900px;
	background-image: url(../gallery/store/store1.gif);
	background-repeat: no-repeat;
	background-position: center;
} 
.thrColFixHdr #footer {
	background-color: #ADC267;
	background-image: none;
	height: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
