#page { 
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	background-color: transparent;
	padding-left: 260px;
	padding-right: 15px;
	right: 0px;
	top: 0px;
	z-index: 1;
	max-width: 750px;
	min-width: 600px;
	
	font-family: georgia,serif; 
	color: black;
	font-size: 16px;		
}

#page img {
	border: 0px;
}

#page h1 {
	font-family: trebuchet ms;
	font-size: 50px;
	margin: 0px;
}

#page h3 {
	font-family:trebuchet ms;
	margin: 0px;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 5px;
}

#page p {
}

#page .price {
	font-size: 20px;
	color: #996666;
	font-style: italic;
	font-weight: normal;
}

#page .sidebar {
	width: 450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page .sidebar p {
	text-align: justify;
}

#page A:link  { 
	color: #336699; 
	text-decoration: none 
}
#page A:visited  { 
	color: #336699; 
	text-decoration: none 
}
#page A:active  { 
	color: #336699; 
	text-decoration: none 
}
#page A:hover   { 
	color:  #555753; 
	filter:alpha(opacity=80);
	 /* CSS3 standard */
 	 opacity:0.80;
	text-decoration: none;
}
#page A img {border: none;}

#news {
	list-style:none;
	padding:15px;
}
#news li{
	margin-bottom:15px;
	border-bottom:1px dotted pink;
}
#news h1{
	font-size:15px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.item_image {
	float:left;
	border: none;
	margin-right: 15px;
	padding:2px;
}
.item_sub_image {
	border: 1px solid;
	padding: 0px;
    display:block;
}
.item_desc{
	border:0px solid;
	margin-right:5px;
	padding:2px;
	color: #444444;
}
.item_title{
	font-family: trebuchet ms; 
	font-size:1.3em;
	letter-spacing: 1px; 
	color: black;
	margin: 0px;
	padding: 0px;
}

.mainmenu ul {
    margin: 0px;
}

.mainmenu li {
    margin: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
}