html {
	/*overflow: scroll;*/
}

body {
	background-color: #bcc6c8;
	background-image: url("../images/layout/bg_vertical.png");
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

p.references_gallery img, #content_top_images img {
	border: 2px solid #bcc6c8;
}

p strong {
	color: #555;
}

a {
	color: #717c8a;
	text-decoration: underline;
}

a.light {
	color: #b57d0c;
}

a:hover {
	text-decoration: underline;
	color: #b57d0c;
}

img {
	border: 0px;
}

img.block {
	display: block;
}

h1 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
}

table {
	border: 0px;
}

ul {
	list-style-image: url("../images/style/list.gif");
}

.clear {
	clear: both;
	height: 2px;
	font-size: 0px;
}

.clickable {
	cursor: pointer;
	_cursor: hand;
}

.justify {
	text-align: justify;
}

#frame {
	width: 950px;
	padding-top: 161px;
	background-image: url("../images/layout/bg_top.png");
	background-repeat: no-repeat;
	background-position: 160px 0px;
}

#menu {
	width: 166px;
	height: 236px;
	float: left;
	background-image: url("../images/layout/bg_paper_left.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	width: 106px;
	height: 196px;
	padding: 40px 0px 0px 60px;
	float: left;
	background-image: url("../images/layout/bg_paper_right.png");
	background-repeat: no-repeat;
	background-position: top left;
	_position: relative;
	_left: -10px;
}

#main {
	width: 450px;
	min-height: 236px;
	float: left;
}

#main #content_top, #main .content_box {
	padding: 6px 48px 6px 16px;
}

#main #content_top {
	background-image: url("../images/layout/bg_main.png");
	background-repeat: repeat-y;
	height: 214px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 50px;
}

#main #content_top #content_top_text {
	height: 100px;
}

#main .content_box {
	background-image: url("../images/layout/bg_box.png");
	background-repeat: repeat-y;
	width: 384px;
	margin-top: 5px;
	padding-right: 60px;
	position: relative;
}

#signature {
	width: 626px;
	padding-top: 5px;
	clear: both;
	text-align: right;
}
.mail {
	color: orange;
}

.large1 {
	padding-top: 6px;
}
.large2 {
	padding-top: 4px;
}
