body {
		background-image: url(../images/bg3.gif);
		background-position: center;
}

body,
html {
    margin:0;
    padding:0;
    color:#c8cacc;
    }
body
{
min-width:770px;
}		
.date-header{
margin-top:0;
font-weight:bold;
color:#aaa;
border-top:dotted 1px #ddd;
}
.img{
float:left;
padding:10px;
padding-top:0;
}
h1{
font-size:2em;
}
h2{
margin-top:-0.7em;
font-size:1.5em;
}

body,table
{
font-family:Verdana,Arial;
font-size:12px;
}
a,a:visited
{
color:#ee9d52;
}
a:hover
{
text-decoration:none;
}


#bgwrap {
    background-image:url(../images/bg.jpg);
		background-repeat:no-repeat;
    background-color:#353d44;
    margin:0 auto;
    width:908px;
    }
		
#wrap {
    margin:0 auto;
    width:776px;
    }
		
#header {
    border-bottom:solid 1px #CCCCCC;
    }
#header h1 {
    padding:5px;
    margin:0;
    }		
#nav {
		position:relative;
    padding:10px;
		padding-top:80px;
    }
		
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
#main {
    float:left;
    width:550px;
    }
#main h2, #main h3, #main p {
    padding:0 10px;
    }
#sidebar {
    float:right;
    width:220px;
    }
#footer {
    text-align:center;
    font-size:80%;
    border-top:solid 1px #CCCCCC;		
    clear:both;
    }
#footer p {
    padding:5px;
    margin:0;
    }
		
		
/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	/*background:#fff;
	border:1px solid #666;*/
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borderLeft.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borderRight.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background-image:url(../images/boxBg.png);
/*
	background:#fff;
	border:1px solid #fff;*/
	border-width:1px 0;
	padding:0 10px;
	}
/* CSS for the box ends here */

/* You can use different borders for different boxes on the same page. Just adjust the CSS. The following is an example that uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
.highlight .i1 {
  background-image:url(../images/borderHighlightLeft.png);
  }
.highlight .i2 {
	background-image:url(../images/borderHighlightRight.png);
	}
.highlight .i3 {
	background-image:url(../images/boxHighlightBg.png);
	color:#fff;
	}
.highlight .bt,
.highlight .bt div,
.highlight .bb,
.highlight .bb div {
	background-image:url(../images/boxHighlight.png);
	}

.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	}	
.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	}
	
.cbb h3 {
	margin:0 -10px;
	padding:0.3em 10px;
	}	
.cb h3 {
	margin:0 -10px;
	padding:0.3em 10px;
	}

