@import "layout.css";

html, body{
	margin:0;
	padding:0;
	width:100%;
	color:#777;
	font-size:11pt;
}

a{
	color:#666;
	text-decoration:underline;
}
body{
	background:url(/images/background.jpg) repeat-x center top;
}
#header{
	background:url(/images/header.jpg) no-repeat top center;
	height:210px;
	width:800px;
	margin:0 auto;
	text-align:left;
}

#content{
	width:690px;
	margin:0 auto;
	overflow:hidden;
}
img.main{
	padding:4px;
	border:1px solid #b7c1de;
}
#content .left{
	float:left;
	width:310px;
}

#content .right{
	margin-left:360px;
	width:310px;	
	padding-top:1px;
}

p{ 
	text-indent:10px;
	text-align:justify;
}
#body_home h1{
	font-size:1.1em;
	border:none;
	text-align:justify;
	text-indent:10px;
	line-height:110%;
}
input, textarea{
	font-size:9pt;
	line-height:12pt;
}
.gone{
	display:none;
}
input.checkbox{
	width:15px;
}
img.v_middle{
	vertical-align:middle;
	display:inline;
}
img.hand{
	cursor:pointer;
}

h1{
	font-size:12pt;
	color:#666;
	border-bottom:1px solid #999;
	width:100%;
	padding-bottom:3px;
}

h2{
	font-size:11pt;
}
/*/////////////////////  FOOTER //////////////////////////////////////////////////////////////////*/

#footer{
	clear:both;
	height:40px;
	width:650px;
	margin:15px auto;
	font-size:9pt;
}
#footer p{
	padding-bottom:20px;
	display:block;
}
#footer ul{
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
}

#footer ul li{
	float:left;
	padding:0px 15px;
	border-right:1px solid #b7c1de;
	list-style:none;
}

#footer ul li.end{
	border:0;
	padding-right:0;
}
#footer ul li.start{
	padding-left:0;
}
#footer a{
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li#made_by{
	float:right;
	clear:right;
	padding-right:30px;
}

/* ------------- IMAGE REPLACEMENT ----------------- */

.replace{
	position:relative;
	overflow:hidden;
}

.replace span{
	position:absolute;
	top:0 !important;
	left:0 !important;
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
}

