@charset "utf-8";
/* CSS Document */

a:visited {
	text-decoration: none;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

#container{
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 2px 0px 50px 2px #000000;
-moz-box-shadow: 2px 0px 50px 2px #000000;
box-shadow: 2px 0px 50px 2px #000000; 
}

#header{
	width:900px;
	height:189px;
	background-image: url(../images/header_static.jpg);
}

#nav{
	width:900px;
	height:50px;
}

#content{
	width:900px;
	height:511px;
	background-image: url(../images/cont_bg.jpg);
}

#footer{
	width:900px;
	height:49px;
	text-align: center;
	color:#FFFFFF;
	background-image: url(../images/footer_bg.jpg);
	font-size: 10px;
	letter-spacing: 0.2em;
	background-repeat: no-repeat;
}

#text_box1 {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#text_box2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
}

.smal_font {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
.links_size {
	font-size: 16pt;
}


body{
	background-position:center top;
	background-repeat:repeat;
	background-color:#677C91;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../images/seamless.jpg);
}
.number_txt {
	font-size: 15pt;
	font-weight: bold;
	color: #FF0;
}


p{
	font-family: 'IdolwildRegular', Arial, sans-serif;
	font-size: 15pt;
	color:#ffffff;
}
#shareBox {
	-webkit-box-shadow: 2px 3px 10px 2px #2b2b2b;
	-moz-box-shadow: 2px 3px 10px 2px #2b2b2b;
	box-shadow: 2px 3px 10px 2px #2b2b2b;
	font-family: 'IdolwildRegular', Arial, sans-serif;
	font-size: 10pt;
	color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 233px;
	background: rgb(213,206,166);
	background: -moz-linear-gradient(top, rgba(213,206,166,1) 0%, rgba(201,193,144,1) 47%, rgba(183,173,112,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(47%,rgba(201,193,144,1)), color-stop(100%,rgba(183,173,112,1)));
	background: -webkit-linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 47%,rgba(183,173,112,1) 100%);
	background: -o-linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 47%,rgba(183,173,112,1) 100%);
	background: -ms-linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 47%,rgba(183,173,112,1) 100%);




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 );
	background: linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 47%,rgba(183,173,112,1) 100%);
	padding: 7px;
	font-size: 10pt;
	color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


#left-col{
	width:252px;
	height:470px;
	float:left;
	padding:20px;
}

#right-col{
	width:600px;
	height:100%;
	float:right;
	margin: 0px;
	padding: 0px;
}

.content{
font-family: 'IdolwildRegular', Arial, sans-serif;
color:#666666;
font-size:14px;
font-weight:bold;
}
