body{
background-color:#262626;
background-image:url(../images/bg.png);
background-repeat:repeat-x;
margin:0 auto;
}

#banner, #content, #footer {
width:1280px;
padding:10px 10px 10px 10px;
float:left;
clear:both;
font-size: 15px;
font-family: calibri;
}

#banner{ padding:0px 10px 0px 10px;
background-image:url(../images/gradient.png);}

#footer{ padding:0px 10px 0px 10px;
background-image:url(../images/gradient2.png);
height:85px;}

#banner, #footer {
color:#ffffff;
background-color:#353535;
}

#content {
background:#000000;
background-image:url(../images/bg.png)
border-top-style:ridge;
border-top-width:thin;}


p.logo {
float:left;
position:relative;
 }

p.time {
letter-spacing:18px;
float:right;}

p.date {
float:right;
clear:right;
position:relative;
right:15px}

img.gallery {
height:120px;
width:180px; }

    
#iran, #team, #tm2006, #tm2005, #team, #doritos, #candle { 
width:300px;
height:80px;
cursor: pointer;
}

#iran_a, #team_a, #tm2006_a, #tm2005_a, #team_a, #doritos_a, #candle_a { 
cursor: pointer;
opacity:0.4;
}


/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(../images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(../images/shadow_a.png) right bottom no-repeat;
    
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


/* helper classes (not YDSF related) */

.demo-ydsf {
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background: #fff url(../images/gradient.jpg) left top repeat-x;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}