body{
	background-color: #ffffff;
	/*background-image: url('../images/spring.jpg');*/
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
/*    background-color: #cccccc;*/
}

a{
	color: #1863b6;
    font-family: "Courier New";
    font-size: 11px;
	text-decoration: none;
}

a:hover{
	color: #888888;
	text-decoration: none;
}


.ad{
	background-color: #000000;
	background-color: #ffffff;
	color: #ffffff;
	color: #000000;
	padding: 20px;
	border: 1px dashed #cccccc;
}

#cards{
	position: absolute;
	top: 10px;
	right: 0px;
}

#content{
	width: 100%;
	padding-top: 0px;
	background-color: #ffffff;
    clear: both;
}

#designers_for_darfur{
	position: absolute;
	top: 5px;
	right: 170px;
}

#designers_for_darfur img{
	width: 100px;
}

#header{
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}


#header #logo{

	width: 66%;
	text-align: center;
}

#header #logo img{
    width: 100%;
}

#header #quote{
	text-align: left;
	width: 17%;
}

#header #quote img{
  width: 90%;
}


#header #weather_forecast{
	text-align: right;
	width: 17%;
}

#header #weather_forecast img{
	width: 90%;
}

#menu{
	width: 100%;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	font-weight: bold;
	font-family: "times new roman";
	font-size: 16px;
}

#menu div{
	float: left;
}

.menuItem{
	/*display: inline;*/
	margin-left: 10px;
	margin-right: 10px;
    font-family: "times new roman";
}

.menuItem a{
	/*font-family: "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-size: 13px;
	/*color: #ea9823;*/
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
    font-family: "times new roman";
}

.menuItem a:hover{
	color: #a6a6a6;
}

#menuItems{
	text-align: center;
	width: 63%;
}

#newspaperNumber{
	width: 17%;
    padding-left: 15px;
}

#newspaperPrice{
	text-align: right;
	width: 17%;
    padding-right: 15px;
}

#menu_projects{
	position: absolute;
	top: 160px;
	left: 330px;
	background-color: #f89f2d;
    background-color: #ffffff;
	padding: 5px;
	z-index: 1;
	border: 2px solid #000000;
	visibility: hidden;
}

#menu_projects a:hover{

}


#page{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1100px;
	margin-left: -550px;
    background-color: #ffffff;


    border-left: 1px dashed #dddddd;
    border-right: 1px dashed #dddddd;

    margin-top: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


#pageUpdated{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 10px;
}



