/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
}

body {
background:url(images/bg_main.jpg) repeat-x left top #d4cca5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0 2em 1em 0;
color:#464646;
}

img {
border: 0;
}

a:link, a:visited {
	color: #555;
	font-weight : bold; 
	outline:none;
  }

a:hover {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

a:active {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

p.ind {
text-indent:1cm;
font-size:12px;
margin-bottom:15px;
}

p {
text-decoration:none;
font-size:12px;
margin-bottom:15px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
font-size:14px;
font-weight:bold;
}

/* Header
======================================*/



/* Body
======================================*/
#title {
font-size:23px;
font-weight:bolder;
color:#a8562e;
text-align:right;
padding:10px 12px 0 0;
}
#content {
padding:1.7em;
}
#modelDesc {
padding:5px;
height:100%;
background:#d6a970;
border:1px solid #ccc;
border-top:5px solid #bc8952;
border-bottom:5px solid #bc8952;
}
#picsModel {
padding:8px;
font-size:15px;
border:1px solid #bc8952;
background:#d6a970;
}

/* Gallery
======================================*/
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}




/* Footer
======================================*/
#footerWrapper {
background:url(images/bg_ftr.jpg) no-repeat right;
text-align:center;
margin:auto;
width:884px;
height:100px;
}
#footerMaster {
text-align:right;
padding:3.5em 3em 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#d2b88f;
}
a.footer:hover {
text-decoration:underline;
color:#2e0c02;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#d2b88f;
/*visibility:hidden;*/
}
.footrCopyright {
color:#d2b88f;
}
