body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF6600;
	background-image: url(layout/main-background.png);
	background-repeat: repeat-x;
}
div#holder{
	width:750px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
	background-color: #FFFFFF;
	background-image: url(layout/main-content-background.png);
	background-repeat: repeat-y;
}
div#menu{
	width: 520px;
	height: 31px;
	margin-left: 225px;
}
div.menu-item{
	float:left;
	width:129px;
	height:30px;
	padding-top:4px;
	margin-right:1px;
	text-align:center;
	background-image: url(layout/main-menu-background.png);
	background-repeat: repeat-x;
}
div.menu-item:hover{
	background-image: url(layout/main-menu-background-hover.png);
}
div#main{
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
a.menu:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
a.menu:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
a.menu:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
a.menu:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
p{
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}
input,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	font-size: 20px;
	color: #FF6600;
	background-image: url(layout/h1.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
h2{
	font-size: 16px;
	color: #6699CC;
	margin-left: 5px;
}
img{
	border-width: 0px;
}
img.frame-small{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(layout/frame_150_110.png);
	background-repeat: no-repeat;
	border-width:0px;
}
img.frame-big{
	padding: 15px;
	background-image: url(layout/frame_200_150.png);
	background-repeat: no-repeat;
	border-width:0px;
}
img.frame-thumb{
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-right: 7px;
	background-image: url(layout/frame_100_80-out.png);
	background-repeat: no-repeat;
	border-width:0px;
}
img.frame-thumb:hover{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(layout/frame_100_80-hover.png);
	background-repeat: no-repeat;
	border-width:0px;
}

