/*
	 CSS for Chris Mollison Photography
*/

*					{ margin: 0; padding-top: 0; }
body				{ background: #c3c3c2; padding-top: 40px; }

h1                  { color: black; padding: 10px; }

h3					{color:#CC9966; font-family:Helvetica; font-size: 12px; margin-left: 50px; padding-top: 40px;} 

p 					{color:#9D958F; font-family:Helvetica; font-size: 12px; margin-right: 50px; margin-left: 50px;}

#holder {float: left; padding-left: 50px; width:240px; height: 350px;}

#text {width: 760px; margin-left: 50px;}

#page-wrap		    { max-width: 960px; height: auto; margin: 0 auto; background:#FFFFFF;  }

#header             { max-width: 960px; min-width: 560px; height: 100px; background-image:url(../images/header.gif); 
                      margin: 2px auto 0; }

#main-content       { border: none; padding: 0 0 0 200px; background: white; overflow: hidden; }


#main-sidebar       { position: absolute; left: 0; top: 0px; width: 160px; bottom: 0;
                      background: #ffffff; padding: 0 10px; }
#main-sidebar  a { color:#FFFFFF;} 
#footer             { max-width: 960px; min-width: 560px; height: 20px; background: #ffffff;
                      margin: 0 auto 15px; }
#footer p           { padding: 10px; color: black; align:center; }
#footer a           { color: white; border-bottom: 1px dotted white; text-decoration: none; }
#footer a:hover     { border-bottom-style: solid; }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none;}

/*menu */

#header_wrap{

position: relative;
top: 50px;
left: 180px;
width: 800px;
height: auto;

}

#header_wrap a { color:#FFFFFF;} 

.clear {
	clear: both;
}



.button {
	float: left;
	margin: 10px;
	display: inline;
	list-style-type:none;

}

.button a:link{text-decoration: none}

#home {
	display: block;
	padding: 30px;
}
#home-button {
	opacity: 1.0;

}

#contact {
	display: none;
	padding: 30px;
}
#contact-button {
	opacity: 0.4;


}
