/*
Theme Name: Game Rebel Theme
Theme URI: http://elliotjaystocks.com
Description: Game Rebel Wordpres Theme
Version: 2.8
Author: Anthoni Caldwell
Author URI:
*/

body {
  background-color:fff;
  background-image:url('images/LayoutMain.jpg');
  background-position:top center;
  background-repeat:no-repeat;
}

.search {
 
float: right;
vertical-align: bottom;

}

.header {



min-width: 900px;
max-width: 900px;

min-height: 150px;
max-height: 150px;

margin-left: auto;
margin-right: auto;

-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;

-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;

-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;

}

.navigation {

-moz-border-radius: 10px;
-webkit-border-radius: 10px;

background: #000;
opacity: .8;

color: #fff;

padding: 5px;
margin: 0px;

vertical-align: middle;

min-height: 250px;

min-width: 190px;
max-width: 190px;

float: left;
top: 15px;
right: 60px;
position: relative;

-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;

}

.body {
 
color: #000;
width: 600px;
display:block;
padding-left: 200px;
padding-bottom: 15px;
padding-top: 25px;


}

.body h1,h2,h3 {
 
margin: 0px;

}

.content {

min-width: 900px;
max-width: 900px;

margin-left: auto;
margin-right: auto;

padding: 0px;

background: #fff;

-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;

min-height: 500px;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}

.nav {

list-style-type: none;
padding-left: 0px;

}

.nav li {

list-style-type: none;
padding-left: 0px;

}

.nav a {
 
text-decoration: none;
color: #fff;

}

.nav a:hover {

text-decoration: underline;
color: #fff;

}

a {
 
text-decoration: none;
color: #000;

}

a:hover {
 
text-decoration: none;
color: #ff0000;

}

.foot {
 
min-width: 900px;
max-width: 900px;

margin-left: auto;
margin-right: auto;

text-align: center;

}

