@charset "UTF-8";
/* CSS Document */

body {
background: #2a2a2a url(../images/main_bg3.gif) top repeat-x;
margin: auto;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

ul {
font-size: 12px;
color:#fff;
text-align:left;
padding: 15px;
}

p {
font-size: 12px;
color:#fff;
text-align:left;
padding: 5px;
}

h1 {
font-size: 14px;
color: #333333;
width: 330px;
float: right;
}

h1 a{
font-size: 14px;
color: #333333;
width: 330px;
float: right;
}

h2 {
font-size: 14px;
color: #333333;
width: 330px;
}

a {
color: #CCCCCC;
}

#holding {
position: absolute;
top:0px;
left: 0px;
width: 100%;
padding: 0px;
margin: 0px;
border: 0px;
}

#content {
width: 700px;
height:400px;
padding: 0px;
}

#contentblack {
width: 700px;
height: 400px;
padding: 20px;
background-color: #000;
}


#contentblackb {
width: 700px;
padding: 20px;
background-color: #000;
}

#foot {

height: 150px;

background: url(../images/foot_bg.gif) bottom repeat-x;
}

#foot p{
padding: 100px 10px 10px 10px;
}

.boxright {
background-color: #000;
width: 330px;
float: right;
padding-left: 10px;
margin: 0px;
}

.boxleft {
background-color: #000;
width: 330px;
float: left;
padding-left: 10px;
margin: 0px;
}

.boxcenter {
background-color: #000;
padding: 10px;
margin: auto;
text-align: center;
}

.standout {
font-size: 15px;
text-decoration: bold;
}

.larger {
font-size: 17px;
text-decoration: bold;
}

.right {
float: right;
}

.left {
float: left;
}
