/* CSS Document */

body {
	overflow: -moz-scrollbars-vertical;
	width: 750px;
	/*border: 1px solid #cccccc;*/
	margin: 0 auto;
	z-index:0;
	position:relative;
	top:0;
	left:0;
	top:0;
	bottom:0;
	min-height: 100%;
	height: 100%;
}
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	list-style-type:circle;
}
#menu {
	width: 750px;
	margin: 0 auto;
	background-image:url(../images_f/bg_bar.png);
	background-repeat:no-repeat;
	z-index: 5;
	position: absolute;
	height: 110px;
}
#title_bar {
	background-image: url(../images_f/title_mid.png);
	background-repeat:repeat-x;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 0;
	position: relative;
}

#links {
	color: #848484;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	position: relative;
	top: 1px;
}

#links ul {
	margin: 0;
	float: left;
	list-style:none;
	width: 100px;
}

* html #links ul {
	margin-right: 20px;
}

#links form {
	margin: 0;
	padding: 0;
}

#content {
	z-index: -3;
}

#contentmask {
	height: 300px;
	width: 238px;
	background-color:#FFFFFF;
	position: absolute;
}

#title {
	height: 110px;
	/*border: 1px solid red;*/
	position: relative;
}
#title_bar {
	background-image: url(../images_f/title_mid.png);
	background-repeat:repeat-x;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 0;
	position: relative;
}

#title_sep {
	background-image:url(../images_f/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 13px;
	line-height: 1px;
}

.white_corner {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images_f/corner_white.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 15px;
}
.white_corner_sm {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images_f/corner_white_sm.gif);
	background-repeat:no-repeat;
	height: 8px;
	width: 8px;
}
.line_corner_tr {
	background-image:url(../images_f/line_corner_topright.gif);
	background-repeat:no-repeat;
	height: 37px;
	width: 37px;
	position: absolute;
	top: 0;
	right: 0;
}
#logo {
	position: absolute;
	bottom: 8px;
	left: 0;
}



#col_right h1 {
	background-image:url(../images_f/line.gif);
	background-repeat:repeat-x;
	padding-top: 10px;
	position: relative;
	top: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 32px;
	width: 200px;
}


#col_right h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 16px;
	font-weight:normal;
}

#col_right p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; 
	margin: .5em 0;
	z-index: 3;
}

div.clear {
	height:1%;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
}

p.quote {
	background-image:url(../images_f/line_vert_single.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
	position: relative;
	left: -7px;
	font-style:italic;
	color: #999999;
}

/* FORMS */

input {
	border: 1px solid #848484;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:12px;
}

a {
	color: #4a5147;
	text-decoration:none;
}

a:hover {
	color: #ccc;
	text-decoration:none;
}

#newsletter {
	width: 200px;
}

.soon {
	margin: 100px 0 100px 0;
}

.img_bl {
	position: relative;
	bottom: 3px;
}

* html .img_bl {
	bottom: 0px;
}