/* reset browser styles */


html, body, h1,
h2, h3, h4, h5,
h6, p, ol, ul,
li, pre, code,
address, variable, 
form, fieldset, 
blockquote 
		{
 		padding: 		0;
 		margin: 		0;
 		font-size: 		100%;
 		font-weight: 	normal;
		}

ol 		{ 
  		margin-left: 	1.4em; 
  		list-style: 	decimal; 
		}

ul 		{ 
  		margin-left: 	1.4em; 
  		list-style:		square; 
		}


img 	{
  		border: 	0;
		}


/* end reset browser styles */

body {
	background-color: #000;
}

/************************************************/
/*												*/
/*	Wrapper is only used for the landing 		*/
/*		page ( index.html )						*/
/*												*/
/************************************************/

#wrapper {
	background-image: url(images/wooded_stream_bg_smaller_radius.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 100px;
	width: 960px;
	margin-top: 10px;
}
#title {
	height: 100px;
	width: 250px;
	float: left;
	color: #FFF;
}
#title a img:hover {
	background-image: url(portfolio/web_portfolio/images/background_bubble.gif);
	background-repeat: repeat;
}

#nav_links {
	width: 710px;
	list-style-type: none;
	float: left;
	text-transform: lowercase;
	margin-top: 65px;
	height: 30px;
	font-family: "Segoe Script", "Lucida Handwriting", "Brush Script MT", "Kristen ITC", "Monotype Corsiva", "Comic Sans MS", cursive;
	font-size: 1em;
	color: #FFF;
}
h1 {
	font-size: 1px;
	color: #000;
	float: right;
}
#nav_links ul li {
	float: right;
	text-align: center;
	width: 125px;
	margin: 0px;
	padding: 0px;
	background-image: url(portfolio/web_portfolio/images/top_links_bg.gif);
	background-repeat: repeat-x;
}
#nav_links ul {
	list-style-type: none;
	text-align: center;
	height: 30px;
	margin-right: 44px;
}
#nav_links a {
	color: #FFF;
	text-decoration: none;
}
#nav_links a:link {
	color: #FFF;
	text-decoration: none;
}
#nav_links a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav_links a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(portfolio/web_portfolio/images/top_links_bg_hover.gif);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
}



#main_content {
	height: 450px;
	width: 960px;
	color: #000;
}


#footer {
	height: 50px;
	width: 960px;
	font-size: .75em;
	color: #FFF;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 20px;
}
#footer p a {
	color: #FFF;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}

#copyright {
	padding-left: 30px;
}
