*{

margin:0;
padding:0;

}

body{

background:#000;
text-align:center;

}

#wrapper{


width:960px;
height:auto;
background: url(../splashImages/bgTile.gif) top left repeat-y;
margin:0 auto;
text-align:left;

}

#col1{

float:left;
width:493px;
height:auto;

}

#logo1{

float:left;
width:493px;
height:127px;

}

#photo1{

float:left;
width:493px;
height:238px;

}

#content1{

float:left;
width:493px;
height:auto;

}

#col2{

float:left;
width:467px;
height:auto;

}

#logo2{

float:left;
width:467px;
height:127px;

}

#photo2{

float:left;
width:467px;
height:238px;

}

#content2{

float:left;
width:467px;
height:auto;

}

.clear{

clear:both;


}

p{

color:#fff;
font-family: Helvetica, Arial, Sans-Serif;
font-size:12px;
line-height:16px;
letter-spacing:1px;
}

h2{

color:#d0b874;
font-size:18px;
font-weight:normal;
margin:0 0 10px 0;
}


a:link, a:visited{

color:#d0b874;
font-size:18px;
font-weight:normal;
margin:10px 0 10px 0;
text-decoration:none;


}

a:hover{

color:#6F6345;

}

.inner{

margin:20px 40px 20px 20px;


}