@import "typo.css";
@import "form.css";

body.home {
	background: #A69E94;
	font: 13px/1.2 "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#fffaf6;
	padding:0px;
	margin:0px;
	text-align:center;
	line-height: 17px;
	}
	
body {
	background: #404040;
	font: 13px/1.2 "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#fffaf6;
	padding:0px;
	margin:0px;
	text-align:center;
	line-height: 20px;
	}
	
#frame {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;	
	}

#bg 	{
	background: url(img/bgtop.gif) top repeat-x;
	}
	
#bgpic {
	background: url(img/bgbottom.gif) bottom repeat-x;
	}
	
#top {
	width:770px;
	padding:0px;
	text-align:left;
	}
	
	#topleft {
		width:333px;
		padding:0px;
		float:left;
		}
	
	#topright {
		width:437px;
		padding:0px;
		float:left;
		}
	
#middle {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background:url(img/bg_content.jpg) 0px 260px no-repeat;
	}
	
	#contentleft {
		width:123px;
		padding:0px;
		float:left;
		}
	
	#contentcenter {
		width:520px;
		padding:0px;
		float:left;
		margin-bottom:30px;
		}
	
	#contentright {
		width:120px;
		padding:0px;
		float:left;
		}

	#contentcenter.about {
		width:590px;
		padding:0px;
		float:left;
		margin-bottom:30px;
		}
	
	#contentright.about {
		width:240px;
		padding:0px;
		padding-top:67px;
		float:left;
		}

	#contactcenter {
		width:450px;
		padding:0px;
		float:left;
		}
	
	#contactright {
		width:150px;
		padding:0px;
		float:left;
		}
	
	#contactright p { font-size: 12px; }
	
#bottom {
	width:100%;
	height:200px;
	padding:0px 0px 100px 0px;
	background: #b6aea3;
	}
	
	#bottomleft {
		width:333px;
		padding:0px;
		float:left;
		text-align:left;
		background: url(img/corner_topleft.gif) 0px 0px no-repeat;
		}
	
	#bottomright {
		width:437px;
		height:86px;
		padding:0;
		float:left;
		text-align:left;
		background: url(img/corner_topright.gif) 100% 0px no-repeat;
		}
		
		#bottomright_inside { 
		padding: 8px 0 20px 20px; 
		background: url(img/bg_subscribe_inside.jpg) 0px 10px no-repeat;
		}

	#bottomleft_index {
		padding:0px;
		margin:0 10px 0 10px;
		float:right;
		text-align:left;
		}
		
	#bottomright_index {
		width:430px;
		height:86px;
		padding:0;
		float:right;
		text-align:left;
		}
		
		
		
#tnx { 	display:none; 	}
