/* CSS Document */

* { margin:0; padding:0;} 

p {
	display: block;
	margin: 1em 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
/*
	background-color: #F1F2D2;
*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(beige_vert_stripes.gif);	
}

html {
	margin-bottom:1px;
}

#shell{
	position: relative;
	background: #F1F2D2;
	border: none;
	padding: 7px;
	width: 779px;
	margin: auto;
}

#header {
	border: solid #996666 3px;
	width: 757px;
	height: 97px;
	background: url(header.gif) no-repeat center;
	margin: 5px;
}

#nav {
	height:10px;
	margin-top: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: .06em;
}	

#buttons {
	height: 33px; 
	width: 760px; 
	background-color: #F1F2D2; 
	padding-top: 0px; 
	padding-bottom: 10px;
	font-weight: bolder;
	font-size: 20px;
	letter-spacing: -.01em;
}

#bodytext {
	margin: 20px 10px 0px 10px;
}

#bodytext p {
	text-align: justify;
}


#columns{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 765px;
}

#column1{
	border: solid #ff0000 3px;
	width:176px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 20px;
	padding-bottom: 5px;
	float: left;
}

#column1 div a img{
	border: #996666 solid 1px;
}

#column2{
	border: solid #996666 3px;
	width:486px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height:1.6;
	float: right;
}

#column3{
	border: solid #ff0000 3px;
	width: 160px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
}


.large_headline {
	font-weight: bold;
	color:#996666;
	font-size: 14px;
	line-height:1.5;
	font-variant:small-caps;
	text-align: center;
	
}

.large_headline_smaller {
	font-weight: 900;
	color: #ff3333;
	font-size: 12.49px;
	line-height:1.1;
	color: #ff3333;   
	text-align: center;
/*		font-variant:small-caps; */
	
}

.photo_caption {
	font-weight: bold;
	color: #996666;
	font-size: 11px;
	line-height:1.4;
	text-align: center;	
}

.photo_caption_small {
	font-weight: bold;
	color: #996666;
	font-size: 10px;
	line-height:1.2;
	
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #996666;
	padding-bottom:8px;
	text-align: center;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-variant:small-caps;
	color: #ff3333;
	line-height:1.3;
	padding-bottom:8px;
}

.copyright {
	font-size: 9px;
	font-weight: bold;
	color: #996666;

}


a:link {
	color: #993333;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #999900;
}
a:hover {
	font-weight: bold;
	color: #CC6600;
}
a:active {
	font-weight: bold;
	color: #FF0000;
}

a.linkBrown:link {font-size: 13px; color: #996666; font-weight: bolder; text-decoration: none;}
a.linkBrown:visited {font-size: 13px; color: #996666; font-weight: bolder; text-decoration: none; }
a.linkBrown:hover {font-size: 13px; color: #99CC00; font-weight: bolder; text-decoration: none;}
a.linkBrown:active {font-size: 13px; color: #A06F5C; font-weight: bolder; text-decoration: none; } 

a.linkOrange:link {font-size: 13px; color: #FF9A02; font-weight: bolder; text-decoration: none;}
a.linkOrange:visited {font-size: 13px; color: #FF9A02; font-weight: bolder; text-decoration: none; }
a.linkOrange:hover {font-size: 13px; color: #999900; font-weight: bolder; text-decoration: none;}
a.linkOrange:active {font-size: 13px; color: #A06F5C; font-weight: bolder; text-decoration: none; } 

.testimonials {
	font-size: 11px;
	font-style: italic;
line-height: 1.3em;	
}

#footer img {
	margin-top: 7px;
	text-align:center;

}
