/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Art Anderson Photography
Author : Ben Rinehart
URL : artandersonphotography.com

Description : While removing CC info from the gift certificate page, I moved css and js into the assets to bring this site more in line with our current design standards.

Created : unknown
Modified : 11/17/2006

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #323D27;
	margin: 0;
	color: #CCD8AD;
	}

#content{
	margin: 25px 75px 0 75px;
	}

h1{
	font: 20px Times, Times new roman, serif;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCD8AD;
	}

p, table{
	font: 16px Times, Times new roman, serif;
	margin: 3px 20px 15px 20px;
	line-height: 24px;
	}
	
p{
	color: #fff;
	}	

.bdr2{
	padding: 10px;
	border: 1px solid #CCD8AD;
	}

.bdr3{
	border: 1px solid #CCD8AD;
	}

a:link{
	text-decoration: none;
	font-variant: small-caps;
	color: #CCD8AD;
	}

a:visited{
	text-decoration: none;
	font-variant: small-caps;
	color: #fff;
	}

a:hover, a:visited:hover{
	text-decoration: underline;
	}