/*
Theme Name:		TorreEgger Web Design
Theme URI:		www.torreegger.com	
Description:	Work Site
Version:		1.0
Author:			Megan Williams
Author URI:		www.torreegger.com
*/

/*begin main style*/

* { padding: 0; margin: 0; }

body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 background: #524c4c;
	 color: #000;
}

p {margin:10px;}
#wrapper { 
	 width: 922px;
	 /*border: 1px solid #ccc;*/
         background: #b6aaaa;
         margin: 0 auto;
}
#bgwrapper {
	 margin: 50px 0px 50px 0px;
	 background: #b6aaaa;
         /*border: 1px solid #ccc;*/
}
#header {
	 width: 902px;
	 float: left;
	 padding: 10px;
	 height: 99px;
	 margin: 0px 0px 0px 0px;
	 background: url('images/header.jpg') no-repeat bottom center;
	 /*border-bottom: 3px solid #cf6406;*/
}
#header img { 
	 border-bottom: 3px solid #cf6406;
}
#navigation {
	 float: left;
	 width: 902px;
	 padding: 10px;
	 margin: 0px 0px 0px 0px;
	 background: #b6aaaa;
}
#leftcolumn { 
	 background: #b6aaaa;
	 margin: 0px 0px 0px 30px;
	 padding: 10px 10px 10px 28px;
	 width: 570px;
	 float: left;
}
#center { 
	 float: left;
	 background: #b6aaaa;
	 margin: 0px 0px 0px 0px;
	 padding: 10px 10px 10px 10px;
	 display: inline;
}
#rightcolumn { 
	 background: #b6aaaa;
	 margin: 0px 0px 0px 0px;
	 padding: 10px;
	 width: 200px;
	 float: left;
}
#footer { 
	 width: 902px;
	 clear: both;
	 background: #b6aaaa;
	 margin: 0px 0px 0px 0px;
	 padding: 10px;
	 text-align: center;
	 background: url(images/footer.jpg) top left no-repeat;
	 background-repeat:repeat-x;
         hieght: 100px;
}

/*end main style*/

/* begin link styling */

a:link {color: #5f6215; text-decoration: none; }
a:visited {color: #5f6215; text-decoration: underline; }
a:hover {color: #cf6406; text-decoration: none; }

/* end link styling */

/*begin nav layout*/

#navcontainer ul .current_page_item a { 
	background-color:#b5abaa;
}

ul#navlist {
	margin:0;
	padding: 0px 5px 0px 5px;
	margin:0;
	white-space: nowrap;
	text-align: center;
	font-size: 1.2em;
	font-family: Papyrus, Arial, Sans-Serif;
    font-size: 15px;
}

#navlist li {
    padding: 0 1px;
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 8px 10px; }

#navlist a:link, #navlist a:visited {
	background-color: #b5abaa;
	text-decoration: none;
	color: 
}

#navlist a:hover {
	background-color: #b5abaa;
	text-decoration: none;
}

/* end nav layout */

/*begin right sidebar layout*/

#rightcolumn ul{
	 padding-left:10px;
	 list-style: none;
	 margin: 0;
}

#rightcolumn p{
	margin: 0;
	padding: 5px 5px 10px 5px;
}

/*ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}*/

/*
<!--
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
-->*/




