/*
      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; }

a:link {color: #fff; text-decoration:none}
a:visited {color: #fff; text-decoration:none}
a:hover {color: #fff; text-decoration:underline}
a:active {color: #fff; text-decoration:none}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/backgrounds.jpg);
         background-repeat: no-repeat;
        background-position: top left;
        background-attachment: fixed;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftbar { 
float: left;
 width: 450px;
}
#rightbar { 
margin: 5px;
 float: right;
 width: 440px;
}

#header {
 width: 900px;
 padding: 10px;
 height: 55px;
 margin: 10px 0px 5px 0px;
}
#navigation {
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 position: relative;
 height: 15px;
}

#navigation2 {
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
    position: absolute;
	 height: 15px;
}
#navigation3 {
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 position: relative;
 height: 15px;
}

#navigation11 {
 width: 105px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 110px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
    position: absolute;
	 height: 15px;
}
#navigation12 {
 width: 55px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 255px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
    position: absolute;
	 height: 15px;
}
#navigation13 {
 width: 65px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 350px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
    position: absolute;
	 height: 15px;
}
#navigation14 {
 width: 100px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 450px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
    position: absolute;
	 height: 15px;
}

#content { 
 width: 900px;
 margin: 20px 0px 5px 0px;
 padding: 10px;
 height: 600px;
position: relative;

}

#content2 { 
 width: 900px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
 margin: 20px 0px 5px 0px;
 padding: 10px;
 height: 600px;
   position: absolute;



}

#rightbar2 { 
 width: 440px;
 background-color:#000000;
 -moz-opacity: 0.5;opacity: 0.5;
 margin: 48px 0px 5px 450px;
 padding: 10px;
 height: 500px;
   position: absolute;

}
