@font-face {
	font-family: arnoproFont;
	src: url('../font/ArnoPro-LightDisplay.otf');
}
@font-face {
	font-family: arnoproFont2;
	src: url('../font/ArnoPro-LightItalicDisplay.otf');
}
/*@font-face {
	font-family: 'NymphsHandwritingRegular';
	src: url('/blog/wp-content/themes/cairoscene/nymphshandwriting-webfont.eot');
	src: url('/blog/wp-content/themes/cairoscene/nymphshandwriting-webfont.eot?#iefix') format('embedded-opentype'),
	url('/blog/wp-content/themes/cairoscene/nymphshandwriting-webfont.woff') format('woff'),
	url('/blog/wp-content/themes/cairoscene/nymphshandwriting-webfont.ttf')format('truetype'),
	url('/blog/wp-content/themes/cairoscene/nymphshandwriting-webfont.svg#NymphsHandwritingRegular') format('svg');
}*/

body {
	margin: 0px;
	padding: 0px;
	font-family: arnoproFont, arnoproFont2;
	color: #4c4c4c;
}
a {
	outline: 0;
	text-decoration: none;
}
a:link { color: #4c4c4c; }
a:visited { color: #4c4c4c; }
a:hover { color: #4c4c4c; }
a:active { color: #4c4c4c; }
ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}
li {
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
	float: left;
}
p {
	padding-left: 3px;
	line-height: 14pt;
	font-size: 12pt;
}
div { display: block; }
div.wrap {
	width: 960px;
	margin: auto;
}
div.header { padding: 50px 0px; }
div.logo {
	font-size: 27.5pt;
	line-height: 21pt;
	float: left;
	padding: 10px 10px 0 5px;
}
div.menu {
	float: right;
	padding-top: 20px;
	font-size: 12pt;
	line-height: 10pt;
}
.dots {
	height: 5px;
	overflow: hidden;
	font-size: 35px;
	line-height: 0px;
	white-space: nowrap;
	color: #4c4c4c;
}
div.dots { clear: both; }
div.rightcol { /*width: 250px;*/
float: right; }
div.leftcol {
	float: left;
	width: 500px;
}
div.rightcol img { width: 375px; }
div.bodytext {
	float: left;
	font-size: 12pt;
	padding-left: 3px;
	line-height: 14pt;
}
div.datetext {
	float: right;
	font-size: 12pt;
	font-style: italic;
	line-height: 14pt;
	font-family: arnoproFont2;
}
div.headertext {
	padding-left: 3px;
	font-size: 16pt;
}
div.leftcol div.databox {
	margin-bottom: 20px;
	padding-top: 32px;
}
div.rightcol div.databox {
	margin-bottom: 23px;
	padding-top: 6px;
}
div.footer {
	text-align: right;
	font-size: 10pt;
	line-height: 10pt;
	padding-bottom: 15px;
}
div.clearfix {
	clear: both;
	height: 1px;
	position: relative;
	width: 100%;
}
div.contactshow {
	font-size: 10pt;
	line-height: 10pt;
	float: right;
	display: none;
}
div.pagetitle { float: right; }
div.pageimage img {
	width: 100%;
	padding: 5px 0px;
}
div.pageimagetitle {
	font-size: 12pt;
	font-family: arnoproFont2;
	font-style: italic;
	line-height: 10pt;
}
div.pagecentertitle {
	text-align: center;
	font-size: 15pt;
	line-height: 14pt;
}
div.pagecentertitle span { font-size: 12pt; }
div.pagelefttitle {
	text-align: left;
	font-size: 15pt;
	line-height: 14pt;
}
div.pagelefttitle span { font-size: 12pt; }
div.pagedetail {
	margin-top: 25px;
	margin-bottom: 10px;
}
div.space { height: 30px; }
div.chand { width: 370px; float:left;}
div.chandwide { width: 400px; }
div.chandtext {
	width: 500px;
	float: right
}
div.chandpageimage img {
	width: 100px;
	float: left;
}
div.chandpagetitle {
	font-family: arnoproFont2;
	font-style: italic;
	padding-right: 110px;
	padding-top: 50px;
	font-weight: bold;
}
div.chandpageimage {
	height: 55px;
	text-align: center;
}
div.chandrightcol {
	text-align: center;
	width: 460px;
	float: right;
	padding-top: 20px;
}
div.chandrightcol img {
	width: 455px;
	margin-bottom: 10px;
}
div.imageleft {
	float: left;
	width: 65%;
}
div.imageleft img { width: 100%; }
div.pagedetailright {
	float: right;
	width: 260px;
	margin-right: 30px;
}
div.imageright {
	float: right;
	width: 65%;
}
div.imageright img { width: 100%; }
div.pagedetailleft {
	float: left;
	width: 259px;
	margin-left: 30px;
}
div.pagedetailleft p { text-align: right; }
.menucontact { cursor: pointer; }
