body {

      background-image: url(../images/body_bg.jpg);
		margin: 0; 
		padding: 0; 
			font-family:Georgia, Times, Serif;
      }
	  
	  a{
	text-decoration:none;
	color:#A90F11;
}
a:hover{
	color:#AE5B5E;
}
a:visited{
	color:#bebebe;
}

p{
	font-size:16px;
}

.price strong{
	font-size:30px;
	color:#A90F11;
	font-weight:normal;
}
.price p{
	padding-top:25px;
}
.price span{ 
	font-size:11px;
	font-family:Helvetica, Arial, Sans-Serif;
}

#wrapper{
	width: 763px;
background-image: url(../images/main_bg.png);
  margin:0 auto;
  text-align:center;
	background-position: right; /* ADD THIS RULE */
	padding: 0px;
	height: 100%;
	position: relative;


	
}
#topbanner{
 text-align:center;
background:url(../images/topper.png) repeat-x;
height:24px;
width:745px;
margin:0px 9px auto;



}
#top_bg{
background:url(../images/top_bg.png) repeat-x;
margin:0px 9px auto;
width:745px;

}

#logo{
background-image:url(../images/logo.png);
background-repeat:no-repeat;
height:98px;
width:575px; 
padding-bottom:5px;

  margin:0 auto;
}

#navigation{
height:25px;
color:white;
padding:5px 9px auto;
font-size:14px;

background-color:#000000;


}
#content{

padding:10px;
padding-bottom:10px;
padding-top:30px;
text-align:left;
}

/* @group portfolio */

#gallery img{
float: left;
margin: 10px 5px 10px 5px;

	
}
#gallery{
	padding-left:0px;
	padding-bottom:10px;
	position:static;

}
/* @end */

/* @group highslide */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #666;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
    border: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* @end */


#footer{
background:url(../images/footer.png) repeat-x;
height:120px;
width:745px;
padding-top:27px;
}
#footer_left{
background:url(../images/footer_left.png) no-repeat;
height:100px;
width:100px;
float:left;
}
#footer_center{
width:545px;
color:#999999;
float:left;
padding-top:15px;
font-family:arial, sans-serif;
font-size:10px;
}


#footer_center #copyright {float:left;}

#footer_center .vcard {
margin-top:.5em;
width:560px;
font-weight:bold;
color:#eee;}

.vcard span {
display:inline;
padding-right:;
font-weight:bold;
color:#eee;}

#cpy {float:left; padding-right:.5em;}
#footer_center .vcard .org {float:left; padding-right:1.5em;}
#footer_center .vcard a {float:left; padding-right:1.5em;}
#footer_center .vcard .tel {float:left;}


#navigation   a {}
#navigation   a:link,
#navigation   a:visited {color:#b44;}
#navigation   a:hover {text-decoration:underline; color:#c77;}
#navigation   a:active {color:#890000;}


#footer_center   a {}
#footer_center   a:link,
#footer_center   a:visited {color:#b44;}
#footer_center   a:hover {text-decoration:underline; color:#c77;}
#footer_center   a:active {color:#890000;}


#footer_right{
background:url(../images/footer_right.png) no-repeat;
height:100px;
width:100px;
float:right;
}


#bottom{
background:url(../images/bottom.png) repeat-x;
height:9px;
width:763px;
  margin:0 auto;

}