.clear {
	clear: both;
}

body {
	background-color: #d9e7ed;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #000;
}

a {
	color: #ff7800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

img.left {
	float: left;
	margin: 0px 8px 8px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 8px 8px;
}

p.h1 {
	margin: 0px;
	
	font-weight: bold;
}
p.h1 a {
	display: block;
	color: #e21;
}
p.h1 a:hover {
	text-decoration: none;
}
p.h1 span.small {
	padding-left: 16px;
	font-size: 16px;
}
p.h1 span.big {
	font-size: 48px;
}

h1 {
	color: #e21;
	font-size: 1.8em;
}
h1 span {
	font-size: 0.8em;
}

h2 {
	color: #e21;
}

strong {
	font-weight: normal;
	color: #e21;
}

#frame {
	width: 625px;
	margin: 0px auto 20px auto;
}

#container {
	margin: 0px auto 0px auto;
	padding: 20px 8px 20px 8px;
	background-image: url("../images/cont_background.png");
	background-repeat: repeat-x;
	background-color: #fff;
}

#top {
	/* height: 173px; */
}

#menu {
	/* margin-top: 8px; */
}

#content {
	clear: both;
	padding-top: 20px;
}

#content_left {
	width: 392px;
	border-right: 1px dotted gray;
	padding-right: 8px;
	text-align: justify;
}

#content_left p {
	color: #444;
	padding-bottom: 8px;
}

#content_left p:hover {
	color: #000;
}

#content_right {
	width: 200px;
	float: right;
	text-align: right;
}

#signature {
	background-color: #a1cde1;
	color: #fff;
	clear: both;
	margin-top: 6px;
	padding: 2px 8px 2px 8px;
	text-align: right;
}
