body {
	height: 100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#post {
	height:90%;
  overflow:auto;
}
div {
	font-size: 9pt;	
}
#Container {
	background-color: #F9F9F4;
	border-right: 1px #E0E0E0 solid;
	padding-top: 5px;
	float: left;
}
#Header {
	width: 282px;
	padding: 0px 0px 0px 10px;
	float: left;
}
#Visual {
	width: 282px;
	height: 640px;
	background-image:url(images/visual.jpg);
	background-color:#3399CC;
	margin-top: 5px;
}
#album {
  height:85%;
  overflow: auto;
}
#album table {
  background-color: #EEE;
  border:1px #CCCCCC solid;
  display: block;
  width: 90%;
  margin-bottom:10px;
}
#album td {
  font-size: 10pt;
  text-align: left;
  font-family: Courier New;
  width:50%;
}
.album img{
  border:0px;
}
#Menu {
	width: 192px;
	height: 645px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	background-color:#3399FF;
	background-image:url(images/menu_bg.jpg);
	text-align: center;
	float: left;
}
#MenuCaption {
	height:30px;
	text-align:right;
	width: 152px;
	background-image: url(images/menu_item_bg.gif);
	background-repeat: repeat-x;
	background-position: 2px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 120%;
	color:#FFFF00;
	line-height: 35px;
	margin-right: auto;
	margin-left: auto; 
}
#MenuItem {
	text-align: left;
	padding-left: 20px;
	width: 120px;
	background-image: url(images/menu_item_bg.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto; 
}
#MenuItem a:link {
  color: #FFFF00;
  text-decoration: none;
}
#MenuItem a:visited {
  color: #FFFF00;
  text-decoration: none;
}
#MenuItem a:hover {
  color: #000;
  text-decoration: underline;
}
#MenuAccessories{
	background-image: url(images/menu_acc_bg.gif);
	width: 152px;
	height: 80px;
	margin: 60px 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: right;
	margin-right: auto;
	margin-left: auto; 
}

#MenuAccessories a {
	padding-right: 10px;
	color: #000000;
	line-height:18px;	
}
#MenuAccessories a:link{
	text-decoration: none;
}
#MenuAccessories a:visited {
	text-decoration: none;
}
#MenuAccessories a:hover {
	text-decoration: underline;
}

#Content {
	background-image: url(images/main_field_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 20px;
	background-position: 0px 40px;
	margin: 0px;
	float: left;
	height: 630px;
	width: 383px;
	overflow: hidden;
}
#Content h1 {
	background-color:#efebe2;
	font-size: 24px;
	font-weight: bold;
	color:#614411;
	margin: 0px auto 5px auto;
	width: 350px;
	text-align: left;
	padding-left: 20px;
}
#Content h2 {
	text-align: center;
}
#MainText {
	width: 370px;
	border-bottom: 1px #CCC solid;
	margin-bottom:20px;
}

#MainText a:link {
  	color: #000000;
  	text-decoration: none;
}

#MainText a:visited {
  	color: #000000;
  	text-decoration: none;
}

#MainText a:hover {
  	color: #0099cc;
  	text-decoration: underline;
}
#MainTextItem{
	width: 344px;
	text-align: left;
	border-bottom: 1px #CCC dotted;
	position: relative;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto; 
}
#MainText .catalogStyle {
    float: left;
    color: #AAAAAA;
}
#MainText .link {
    float: left;
    width:220px;
    margin:4px 0px 0px 4px;
    line-height: 18px;
}
#MainText .dateStyle {
	position: absolute;
	top: 0px;
	right: 0px;
	clear: both;
}
#MainTextMore {
	width:344px;
	text-align:right;
	line-height: 30px;
	padding-bottom:5px;
}

.pictureAndText{
	float: left;
	width: 123px;
	over-flow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto; 
}
.pictureAndText a{
  margin-top:4px;
}
#Footer {
	height: 72px;
	width: 900px;
	float: left;
}
#FooterLeft {
	color: #FFFFFF;
	padding: 10px 0px 0px 25px;
	background-color: #a79d84;
	float: left;
	width: 460px;
	height:100%;
}

#FooterLeft a:link {
  	color: #FFFFFF;
  	text-decoration: none;
}

#FooterLeft a:visited {
  	color: #FFFFFF;
  	text-decoration: none;
}

#FooterLeft a:hover {
  	color: #FF9900;
  	text-decoration: underline;
}
#FooterRight {
	position:relative;
	color: #a79d84;
	padding: 10px 0px 0px 25px;
	background-color: #d4cfc2;
	float: left;
	width: 390px;
	height:72px;
}
#FooterRight a {
	color: #a79d84;
}
#ToTop{
	position: absolute;
	height: 13px;
	width: 14px;
	left: 425px;
	bottom: 85px;
}
.Upgrade {
	display: none;
}
