@charset "utf-8";
/* Elements */

body {
	margin:0px;
	text-overflow: ellipsis;
	font-family: trajan pro, helvetica, calibri, arial, verdana;
	color:#333333;
	background: #ffffff/* url("notary-bg.jpg")*/ no-repeat fixed bottom right;
}
h1 {
	font-size:2.8em; /* 40px/16=2.5em */
	text-align: center;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size:1.8em;
	font-weight: normal;
	margin: 20px;
}
h3 {
	color:#666666;
	font-size:1.1em;
	text-transform: uppercase;
	font-family: helvetica, calibri, arial, verdana;
	font-weight: bold;
	margin: 15px;
}
p {
	font-size:1em;
	margin: /*0px 20px 0px*/ 20px;
}
img {
	max-width:99%;
	height:auto;
}
a:link {
	color: #3366ff;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #3366ff;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: underline;
}
/* Classes */

.floatright {
	float:right;
	width:250px;
	padding:5px;
	max-width: inherit;
}
.floatleft {
	float:left;
	width:250px;
	padding:5px;
	max-width: inherit;
}
.center {
	text-align:center;
}
/* IDs */

#container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	max-width:800px;
}
#header {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#content {
	padding:10px;
	margin-left:auto;
	margin-right:auto;/*	border:1px solid #999999;

	border-width: 2px 2px 2px 2px;

	border-top-right-radius:15px;

	border-top-left-radius:15px;

	border-bottom-right-radius:15px;

	border-bottom-left-radius:15px;

	background:rgb(0,0,0);

	background:rgba(0, 0, 0, .75);

 *background:transparent;

 *filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#BF000000, endColorStr=#BF000000);

 *-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)";*/
}
#footer {
	color:#666666;
	font-size:.7em;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:10px;
}
