/*
      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-color: #3A3A3A!important;
}
img {
border: 0;
}

a img {
border: 0;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 450px;
 color: #333;
 padding-top: 10px;
 height: auto;
 margin-top: 100px;
 background: #3A3A3A;
 float: left;
}
#navigation {
 width: 450px;
 color: #333;
 padding-top: 10px;
 height: auto;
 margin-top: 100px;
 background: #3A3A3A;
 float: left;
 text-align: right;
}
#content { 
 width: 900px;
 color: #333;
 border: 5px solid #5f5b70;
 background: #1C1C1C;
 margin: 0px 0px 0px 0px;
 height: 350px;
 float:left;
}
#footer { 
 width: 450px;
 color: #333;
 float: left;
 background: #3A3A3A;
}
#contact_us {
 width: 450px;
 color: #333;
 float: left;
 background: #3A3A3A;
 text-align: right;
}


/* 
*/
.theme-default #slider {
 width:900px;
 height:350px; 
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
 margin-top:150px;
}

