/* CSS Document */
html{
	height:100%;
}
body{background:url('../images/bg_body_msdn.png') repeat-x;text-align:center;font-family: Arial,Times New Roman, Times, serif;
height:96%;
}
.blue{color:#075e7f;}
#container{
	margin:0 auto;
	padding:0;
	height:70%;
	min-height:600px;
	background-color:white;
	width:960px;
	text-align:left;
	border: 1px solid silver;
}
#content{margin:0;height:80%;padding:5px 0px;}
#header{height:150px;padding-left:0px;}
#header img{float:left;}
#header span{float:left;font-size:4.5em;font-style:italic;margin-top:15px;font-family: Arial;}
#header span.subheader{font-size:1em;position:relative;left:15px;top:85px;}
#logo{height:85px;background-color:#1e272e;padding:3px;}
#logo img{padding:15px;}
#nav{border-top:1px solid #075e7f;border-bottom:1px solid #075e7f;height:40px;padding:0;margin:0;/*background:url('topnav_bkgnd.png') repeat-x;*/}
#nav ul{list-style:none;margin-top:10px;}
#nav ul li{float:left;width:7em;padding:0 15px;border-right:1px solid silver;text-align:center;}
#nav ul li a{color:black;font-weight:bold;text-decoration:none;}


#slider{float:left;padding:0; margin:-30px 0 0 0px;height:150px;width:960px;clear:left;}
#slider ul{float:left; width:952px; list-style:none}
#slider ul li{float:left; width:960px}
#slider ul li img{float:left; border:1px solid #FFF;width:958px;}
#bottom_cols{height:200px;padding-top:10px;}
#bottom_cols div{float:left;width:296px;min-height:150px;border-right:1px solid silver;padding-left:10px;padding-bottom:5px;font-size:14px;}
#bottom_cols div h2{color:#075e7f;}
#bottom_cols div.last{border:none;}
#bottom_cols div table{margin-top:0px;}
#subpage{padding:20px;}
#footer{font-family:arial, helvetica,sans-serif;font-weight:600;}