'
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body { font-family: Arial, Helvetica, sans-serif;
background: #4a535b; }
.container {
    width: 1000px;
    margin:  auto; 
}
#main {
    background: url(images/Website_03.jpg) repeat-x;
}
#main .container {
    background: url(images/Website_02.png) no-repeat;
    height: 603px;
    width: 1405px;
    opacity: 1;
  }

#content h2 {font-size: 40px; color: #ffffff;
padding-top: 80px; }
#content {font-size: 18px; color: #ffffff;
font: 300 24px/29px "Helvetica Neue", sans-serif;
padding-left: 680px; padding-right: 100px; webkit-font-smoothing: antialiased;
font: 300 24px/29px "Helvetica Neue", sans-serif;}
#content <h2>{
    float: right;
    padding-left: 30px;
    opacity: .5;
    webkit-transition: opacity .5s;
    moz-transition: opacity .5s;
    ms-transition: opacity .5s;
    o-transition: opacity .5s;
    transition: opacity .5s; 
}

BODY { -webkit-font-smoothing: antialiased; }

h2 {
	font-size: 150%;
	line-height: 125%;
	font-weight: lighter;
        opacity: .8;
}
h3{
    	font-size: 90%;
	line-height: 125%;
	font-weight: 300;
        opacity: .9;
}
a:link {color:#c4d7e3;text-decoration:none;}    /* unvisited link */
a:visited {color:#c4d7e3;text-decoration:none;} /* visited link */

a
{
target-name:new;
target-new:tab;
}