/*Theme Name: Simple Colors
	Description: My Simple Theme
	Version: 1.0
	Author Gimpy BG*/


/*my code is in css*/


*{
padding: auto;
margin: auto; /*universal selector is important. thus says www.sitepoint.com.*/
}
body{
background-color: #eee;
font: 13pt Arial, sans-serif;
}

.pre-wrap{
max-width: 960px;
min-width: 940px;
}
.main{
width: 940px;
height: 100%;
margin-top: 100px;
clear: both;
}
.header{
width: 940px;
height: 150px;
background-color: #0075c7;
}

.header h1{
text-align: center;
font-size: 40pt;
color: #ccc;
}

.header{
text-align: center;
font-size: 20pt;
color: #ccc;
}
.navbar{
width: 940px;
height:80px;
background-color: silver;
margin-left: 0px;
float: left;

}

.navbar ul
{
list-style-type: none;
font-family: Arial, sans-serif;
font-size: 35pt;
}

.navbar ul li{
display: block;
margin-left: 10px;
float: left;
padding: 12px;
}

.navbar ul li a:link{
text-decoration: none;
color: #333;
}

.navbar ul li a:active{
text-decoration: none;
color: #333;
}

.navbar ul li a:hover{
text-decoration: none;
color: #6707c7;
}
.mainContent{
width: 940px;
height: 500px;
background-color: #fde400;
clear: both;
margin-top: 10px;
}

.content{
width: 940px;
height: 500px;
background-color: #00b8c7;
clear: both;
margin-top: 10px;
}
.content p{
padding: 1% 2% 1% 2%; 
text-align: justify;
}

.box{
background-color: #6707c7;
color: white;
font-family: Times;
width: 250px;
height: 350px; 
margin-top: 10px;
margin-left: 20px;
float: right;
}

.box p{
text-align: center;
left: 6px; 
}

.box2{
float: left;
  margin-top:  -356px;
   width: 680px;
  height: 355px;
  overflow-y: auto;
}

.box2 p{
text-align: justify;
 
}

.footer{
	float: left;
width: 940px;
height: 30px;
background-color: #333;
}
.footer p{
text-align: center;
color: #eee;
padding: 0.5% 2% 0 2%;
}

#slide{
	 width: 590px;
  height: 355px;
	margin-top: -610px;
margin-left: 6px; 
overflow-y: auto;
}

div.img {
    margin: 5px;
    padding: 5px;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    border: 3px solid #ffffff;
}


