/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#main {

 margin-bottom: 0px;
 
 width: 100%
}
#header {
 color: #333;

 padding: 0px;
 height: 96px;
 width:1000px;
 margin: 10px 0px 0px 0px;
 background: #ABBEBE;
 background: url(grafix/top.jpg);
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 1000px;
 height:694px;
 display: inline;
 position: relative;
  background: url(grafix/content.jpg);
  overflow:hidden;
}

#suport{
	posititon:absolute;
	}

#continut1{
	position:absolute;
	left: 441px;
	top: 45px;
	width: 537px;
	height: 523px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-indent:20px;
	text-align: justify;
	}

#footer { 
 width: 1000px;
 height: 93px;
 clear: both;
 background: url(grafix/footer.jpg);
 position:relative;
}

#infooter {
	position:absolute;
	left: 559px;
	top: 28px;
	width: 435px;
	height: 29px;
	color: #FFF;
	font-size: 10px;
}

#webtec {
	position:absolute;
	left: 6px;
	top: 57px;
	width: 991px;
	height: 35px;
	color: #FFF;
	font-size: 10px;
	overflow:hidden;
}

.clear { clear: both; background: none; }
.h1{
	font-family: Verdana, Geneva, sans-serif;
	text-indent:20px;
	text-align: justify;
	font-weight: bold;
}
.h2{	font-family: Verdana, Geneva, sans-serif;
	text-indent:20px;
	text-align: justify;}
.h3{	font-family: Verdana, Geneva, sans-serif;
	text-indent:20px;
	text-align: justify;}
	
.link a:link {text-decoration: none}
.link a:visited {text-decoration: none}
.link a:active {text-decoration: none}
.link a:hover {text-decoration: underline overline; color: red;}
