* {
	padding:0;
	margin:0;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#FFFFFF;
	color: #00264d;
    /*cursor: url(http://www.picgifs.com/food-and-drinks/food-and-drinks/eggs/food-and-drinks-eggs-252212.gif), auto;*/
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#1E87C5;
	}
a:hover {
	text-decoration:none;
	color:#FF0000;
	/*cursor: url(http://www.picgifs.com/food-and-drinks/food-and-drinks/eggs/food-and-drinks-eggs-252212.gif), auto;*/
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}

/* Structure */

#wrapper {
	width:100%;
	background:#FFFFFF;
	margin:0 auto;
	}
#header {
    width:100%;
	height:299px;
	background:url(images/header.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#header2 {
        width:100%;
	height:299px;
	background:url(images/header2.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#bulletold {
	height:260px;
	background:url(images/bulletold.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#bulletnew {
	height:260px;
	background:url(images/bulletnew.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#carpc {
	height:360px;
	background:url(images/carpc.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#carac {
	height:360px;
	background:url(images/carac.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#carsms {
	height:460px;
	background:url(images/carsms.jpg) no-repeat top center;
	margin-bottom:1px;
	}
#content {
	width:100%;
	padding:1px;
	float:center;
	}
#sidebar {
	width:100%;
	padding:0px;
	float:left;
       
	}
#sidebar2 {
	width:100%;
	padding:0px;
	float:right;
        
	}
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	}

/* Entries */

.entry {
	margin-bottom:50px;
        float:center;
	}
h1 a {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
        float:center;
	}
h1 a:hover {
	font-size:18px;
	font-weight:normal;
	color:#696969;
    float:center;
		
	}
.date {
	color:#444;
	font-size:10px;
	}
.entrybody {
	margin:1px 0 0 0;
	text-align:center;
    float:center;
	}
.entrymeta {
	margin-top:-5px;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	background:	#FFFFFF;
	margin-bottom:20px;
	}
#sidebar li a {
	display:block;
	padding:2px;
	border-left:0px solid #1E87C5;
	border-bottom:0px Solid #333;
	color:#696969;
        
	}
#sidebar li a:hover {
	display:block;
	padding:2px;
	border-left:0px solid #FFFFFF;
	border-bottom:0px Solid #333;
	background:#FF0000;
	color:#fff;
	/*cursor: url(http://www.picgifs.com/food-and-drinks/food-and-drinks/eggs/food-and-drinks-eggs-252212.gif), auto;*/
	}

/* Sidebar2 */
#sidebar2 ul {
	list-style-type:none;
	background:#FFFFFF;
	margin-bottom:20px;
	}
#sidebar2 li a {
	display:block;
	padding:2px;
	border-bottom:0px Solid #333;
	color:#696969;
    border-right:0px solid #1E87C5;
	}
#sidebar2 li a:hover {
	display:block;
	padding:2px;
	border-bottom:0px Solid #333;
	background:#FF0000;
	color:#fff;
	border-right:0px solid #1E87C5;
	/*cursor: url(http://www.picgifs.com/food-and-drinks/food-and-drinks/eggs/food-and-drinks-eggs-252212.gif), auto;*/
	}
#body_bg
{ 
background-color:#FFFFFF; 
}

#login-form{ 

background:#A9D0F5; 
border: 3 px solid #eeeee; 
padding:9px 9px;
width:300px; 
border-radius:5px; 
}
#container { display:block; }
@media only screen and (orientation:portrait){
  #container {
    height: 100vw;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (orientation:landscape){
  #container {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
  }
}