/* CSS Document */

body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
}

#wrapper {
margin: 20px auto;
border: 8px solid #ccc;
background: yellow;
width: 728px;
height: 712px;
background: url(../images/bg.jpg)
}

#wrapper2 {
margin: 20px auto;
border: 8px solid #ccc;
background: yellow;
width: 728px;
height: 712px;
background: url(../images/bg2.jpg)
}

#top {
width: 728px;
height: 238px;
}

#leftHolder {
width: 261px;
float: left;
height: 434px;
padding-top: 10px;
}

#rightHolder {
width: 427px;
float: left;
height: 434px;
padding: 10px 20px 0 20px;
}

#leftHolder2 {
width: 311px;
float: left;
height: 434px;
padding-top: 10px;
}

#rightHolder2 {
width: 377px;
float: left;
height: 434px;
padding: 10px 20px 0 20px;
}

#FloatFix {
	clear: both;
}

h1 {
font-size: 130%;
font-weight: bold;
}

.boldItalic {
font-weight: bold;
font-style:italic;
}

.boldLargeHeading {
font-size: 150%;
font-weight: bold;
margin-bottom: 5px;
}

.boldLargeHeading2 {
font-size: 180%;
font-weight: bold;
margin-bottom: 5px;
font-style:italic;
}

.smallerCopy {
font-size: 90%;
}

p {
margin-bottom: 0;
}