/*basic css*/

	
image {
	border:none;
	}
	
h1 {
	font-size:25px;
	font-family: Arial, Helvetica, sans-serif;
	}

p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}

a:link.submenu, a:visited.submenu, a:active.submenu {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	}

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
a:hover {
	color:E13A3E;
	text-decoration:underline;
	}
	

	
	
/*divs*/

#wrapper {
	width:900px;
	height:800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
	
#header {
	width:900px;
	height:255px;
	}
	
#sidebar {
	width:160px;
	height:615px;
	float:left;
	background-color:#000000;
	}

#nav { /* 740w 40h */
	width:690px;
	height:40px;
	padding-left:50px;
	float:right;
	background-color:#FFFFFF;
	}
	
#info { /*440w 505h*/
	width:390px;
	height:485px;
	padding-left:25px;
	padding-top:20px;
	padding-right:25px;
	float:left;
	background-color:#FFFFFF
	}
	
#submenu { /*300w 505h*/
	width:300px;
	height:515px;
	float:right;
	padding-top:60px;
	background-color:#009A67;
	color:#FFFFFF;
	text-align:center;
	}

/*stories*/

#storieswrapper {
	width:900px;
	height:2300px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}

#storiessidebar {
	width:160px;
	height:2095px;
	float:left;
	background-color:#000000;
	}
	
#storiessubmenu { /*300w 505h*/
	width:300px;
	height:1995px;
	float:right;
	padding-top:60px;
	background-color:#009A67;
	color:#FFFFFF;
	text-align:center;
	}
	
/*return*/

#returnwrapper {
	width:900px;
	height:1200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}

#returninfo { /*440w 505h*/
	width:390px;
	height:985px;
	padding-left:25px;
	padding-top:20px;
	padding-right:25px;
	float:left;
	background-color:#FFFFFF
	}

#returnsidebar {
	width:160px;
	height:1045px;
	float:left;
	background-color:#000000;
	}

#returnsubmenu { /*300w 505h*/
	width:300px;
	height:945px;
	float:right;
	padding-top:60px;
	background-color:#009A67;
	color:#FFFFFF;
	text-align:center;
	}

