body {
font-family: arial;
color:#fff;
font-size:12px;
background:url(../images/header.jpg) repeat-x center top, url(../images/bgbody.jpg) repeat-x center top;
background-color:#000;
margin:0; padding:0;
line-height:1.5em
}

img {
border:none;
}

a {
color:#fff;
text-decoration:none;
}

.container {
width:1000px;
margin:0 auto;
position:relative;
}

.bgcontainer {
background-color:#000;
padding:20px;
font-size:16px;

-moz-border-radius:7px;
-o-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
}

.centerheading {
font-family:bigNoodleTitling;
font-size:36px;
color:#ffd800;
background:url(../images/centerheading.png) no-repeat center bottom;
padding-bottom:20px;
text-align:center;
margin-bottom:40px;
}


/* CLEAR STYLE */
.clear, div.clear, li.clear, span.clear {
clear:both;
float:none;
}


/* margin - padding */
.mleft6 {
margin-left:6px;
}
 
.mleft14 {
margin-left:10px;
}

.mbottom10 {
margin-bottom:10px;
}
 
.mtop10 {
margin-top:10px;
}
 
.mtop15 {
margin-top:15px;
}
 
.mright10 {
margin-right:10px;
}

.mleft30 {
margin-left:30px;
}
 
.yellow1 {
color:#f3e29c;
}

.yellow2 {
color:#e6b900;
}

.darkgrey {
color:#737373;
}

.white {
color:#fff;
}

.red {
color:#ff0000;
}

.larger {
font-size:14px;
}

.huge {
font-size:24px;
}

.upper {
text-transform:uppercase;
}

.smaller {
font-size:11px;
}

.centered {
text-align:center;
}

.bullet1 {
background:url(../images/bullet1.png) no-repeat center left;
padding-left:25px;
}

.bullet2 {
background:url(../images/bullet2.png) no-repeat center left;
padding-left:25px;
}

