/*
      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;
 background-image: url(img/bg7.jpg);
 //background: url(images/bg7.jpg) no-repeat center center fixed;
 
     

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 min-width: 780px;
	max-width: 1260px;
	//margin: 10px auto;
}
#header {
 width: 900px;
 color: #ffffff;
 padding: 10px;
 //border: 1px solid #ccc;
 height: 100px;
 margin: 2px 0px 0px -20px;
 //background: #BD9C8C;
}

#menu {
 margin-bottom: 60px;
 margin-top: -100px;
 margin-left: 420px;
 color: #ffffff;

}
#content { 
 width: 900px;
 color: #333;
 //border: 1px solid #ccc;
 //background: black;
 margin: -56px 0px 0px 0px;
 padding: 10px;
 //height: 660px;
 
}
#content-home { 
 margin-left: -10px;
 width: 800px;
 color:white;
 height: 430px;
 //background: url(img/hom2.png) repeat-x top;
 
}

#hom2 { 

 color:white;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:13px;
 //background: url(img/plane.png);
 position:relative;
	left:-20px;
	top:-6px;
	width:250px;
	height:375px;
	z-index:1;
}
#home2 { 
 width: 900px;
 //height: 100px;
 color:black;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:10px;
 //border: 1px solid #ccc;
 background: #eeeeee;
 margin: -2px 0px 0px -10px;
 padding: 10px;
 -moz-border-radius: 1em;
  -moz-box-shadow: 0 0 5px 5px #cccbcb;
-webkit-box-shadow: 0 0 5px 5px#cccbcb;
box-shadow: 0 0 5px 5px #cccbcb;
}
#sub-content { 
 width: 900px;
 //height: 100px;
 color:white;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:10px;
 //border: 1px solid #ccc;
 //background: #4d4d4d;
 background-image: url(img/grass.png);
 margin: -2px 0px 0px -9px;
 padding: 9px;
}

#footer { 

}
#foot { 

 color:white;
 //font-size:10px;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}
#font-content{
    font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:justify;
	color:black;
}
#flip-content{
    font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	//text-align:justify;
	color:white;
}
#home-main { 

 margin: 0px 80px 0px 220px;
 text-align:justify;
 background:black;
 width:700px;
 color:white;
 font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
 

}
