/* *** begin global config *** */

html , body {
	min-width: 777px;
    }

html {
	height: 100%;
    }

body {
	margin: 0;
	background: #f1eeea;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b5b5b9');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b5b5b9));
	background: -moz-linear-gradient(top ,  #ffffff ,  #b5b5b9);
	background-attachment: fixed;
	color: #212121;
	font: normal 16px/20px Palatino Linotype, Palatino, FreeSerif, serif
    }

h1 , h3 {
	margin-top: 0;
	padding: 0;
    }

h1 {
	margin-bottom: 0;
    }

img { border: 0; }

a 	  { color: #212121; }
a:hover	  { color: #919191; }
a:visited { color: #616161; }

p {
	margin-top: 0;
	padding-top: 0;
    }

div.float_clear { clear: both; }

#container_main {
	position: relative;
	margin: 13px auto;
	height: 684px;
    }

/* begin vertical bubble */

#bubble_vert {
	width: 580px;
	height: 645px;
	margin: 0 auto;
	background: #d0c6b6 url('../img/bg_vert.png');
	-moz-border-radius: 27px 27px 27px 27px;
	-webkit-border-radius: 27px 27px 27px 27px;
	padding: 13px;
	border: 1px solid #818181;
	-moz-box-shadow: 3px 3px 8px #aaa;
	-webkit-box-shadow: 3px 3px 8px #aaa;
	box-shadow: 3px 3px 8px #aaa;
    }

#bubble_vert h1 {
	margin-left: -1px;
	font-size: 28px;
	text-shadow: #a1a1a1 1px 1px 2px;
    }

#bubble_vert h1 a:visited {
	color: #313132;
    }

#bubble_vert h3 {
	font-size: 18px;
	margin-top: 9px;
	line-height: 1.1em;
    }

#container_headline {
	width: 380px;
	height: 73px;
	margin-top: -9px;
	margin-left: -9px;
	padding: 8px;
	padding-left: 11px;
	float: left;
    }

#banner_ph_num {
	position: relative;
	text-align: right;
	float: right;
    }

#banner_ph_num a {
	text-decoration: none;
    }

/* end vertical bubble */

/* begin horizontal bubble */

#container_bubble_horiz {
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -384px;
	width: 768px;
	height: 500px;
    }

#container_content {
	width: 736px;
	height: 444px;
	margin: 0 auto;
	background: #ffffff;
	-moz-border-radius: 33px 33px 33px 33px;
	-webkit-border-radius: 33px 33px 33px 33px;
	padding: 15px;
	padding-top: 13px;
	border: 1px solid #818181;
	text-align: center;
	clear: both;
	-moz-box-shadow: 4px 2px 4px #aaa;
	-webkit-box-shadow: 4px 2px 4px #aaa;
	box-shadow: 4px 2px 4px #aaa;
    }

#container_content h1 {
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
    }

/* end horizontal bubble */

/* begin 404 error section */

#container_404 {
	width: 420px;
	text-align: center;
	margin: 0 auto;
	clear: both;
    }

#title_404 {
        font: 212px serif;
	margin-top: 25px;
	margin-bottom: 17px;
	padding-top: 0;
    }

/* end 404 error section */

/* *** end global config *** */
