@charset "utf-8";

body {
	border:0;
	margin:0;
	background-color:#000000;
	color: #000000;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
}

#wrapper {
	width:822px;
	margin:0 auto;
		}
	
.header {
	width:802px;
	height:93px;
	background-image:url(image/header-bkg-01.jpg);
	background-repeat:no-repeat;
	padding:20px 10px 0 10px;
	text-align:right;
			}
			
.nav {
	width:822px;
	height:47px;
	background-image:url(image/nav-bkg-01.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	}

a:link {
	color: #000000; text-decoration: underline; 
	}
	
a:active {
	color: #0000ff; text-decoration: underline; 
	}
	
a:visited {
	color: #990066; text-decoration: underline; 
	}
	
a:hover {
	color: #ff0000; text-decoration: none; 
	}

.content {	
	width:822px;
	overflow:auto;
	background-image:url(image/content-bkg-01.jpg);
	background-color:white;
	background-repeat:repeat-y;
	padding:0;
	}
	
.footer {	
	width:822px;
	height:55px;
	background-image:url(image/footer-bkg-01.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Tahoma;
	font-size: 8pt
	}
	
	
#right_column{
	float:left;
	width:380px;
	padding:0 10px 10px 5px;
}

#center_column{
	float:right;
	width:650px;
	padding:50px
}

#left_column{
	float:right;
	width:410px;
	padding:0 5px 5px 5px;
	text-align:justify;
}
#marginblog{
	float:left;
	width:785px;
	padding:0 10px 10px 10px;

}
#right_column1{
	float:right;
	width:150px;
	}

#left_column1{
	float:left;
	width:280px;
	}

#story-img1{
	float:right;
	height:145px;
	width:280px;
	}

#story-img2{
	float:left;
	height:145px;
	width:150px;
	}
	
#floating1 {
	float:left;
	margin: 0 10px 0 5px;

}
