* {
	padding: 0px;
	margin: 0px;
}

#main {
	height:1000px;
	background-image: url('../_images/design/bg.jpg');
	background-repeat: repeat-x;
}
#head {
	margin: 0px auto 0px auto;
	width:960px;
	height:500px;
	background-image: url('../_images/design/bgdesign.png');
	background-repeat: no-repeat;
}

p {
	padding:5px;
}

#nav {
	padding-top: 235px;
	margin-bottom:20px;
	width: 200px;
	padding-left:10px;
	float: right;	
}

#stories {
	padding-top: 250px;
	margin-bottom: 20px;
	width: 600px;
	padding-left: 10px;
	float: left;
}

#stories2 {
	padding-top: 0px;
	margin-bottom: 20px;
	width: 600px;
	padding-left: 10px;
	float: left;
}

#story {
	margin-top: 250px;
	margin-bottom: 20px;
	width: 650px;
	padding-left: 10px;
	float: left;
	background-color: #DDFFEE;
	 background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=75);   /* Internet Explorer       */
   -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
   opacity: 0.75;               /* newer Mozilla and CSS-3 */

}



#listing {
	padding-top: 250px;
	width: 600px;
}


#listing ul, #listing li {
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
	}

#new-story {
	margin-top: 200px;
	border: 1px solid black;
	width: 400px;
	padding: 10px;
	float: right;
}

body {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

.xone {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width:600px;
	height: 20px;
}


.delete {
float: left;	
}


ul {
	list-style: none;
}

.more {
	color: #1100EE;
}

.more:hover,
.more:active {
	color: #66CCFF;

}

a:link,
a:visited {
	color: black;
	text-decoration: none;
}

a:hover,
a:active {
	color: #66CCFF;

}
