body {  
text-align: center;
margin: 0px;
padding: 0px;
color: #4c4c4c;
font-family: Arial, Helvetica;
font-size: 12px;
background-color: #ddd5a9;
background-image: url(img/bg.jpg); }

#container {
margin: 0px auto;
padding-top: 50px;
text-align: center;
width: 800px;
}

#content {float : left;
background-color: #ffffff;
border: 1px #4c4c4c solid; } 

#title {
width: 800px;
background-color: #ded5aa;
border-bottom: 1px #000000 solid;
background-image: url(img/n_bg_lg.jpg);
background-repeat: no-repeat;
background-position: 0px 0px 0px 0px; } 

#navigation {
width: 800px;
text-align: center;
background-color: #ded5aa;
background-image: url(img/n_bg.jpg);
background-repeat: no-repeat; } 

#leftcolumn {
display : inline;
float : left;
width:540px;
text-align: right; }

#leftcolumn2 {
display : inline;
float : left;
width:800px;
text-align: right; }

#rightcolumn { 
display : inline;
width : 225px;
float : left;
border-left: 1px #4c4c4c dotted;
padding: 20px 5px 0px 10px;
text-align: center; } 

#top {
display : inline;
width:800px;
text-align: center; }

#bottom { 
display : inline;
width : 800px;
padding: 20px 10px 5px 10px;
text-align: center; } 

#footer{
color: #191919;
font-family: Arial, Helvetica;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(img/n_bg.jpg);
width:800px;
clear:both;  } 

p {
color: #4c4c4c;
font-family: Arial, Helvetica;
font-size: 12px;
text-align: left;
}

ul {
color: #4c4c4c;
font-family: Arial, Helvetica;
font-size: 12px;
text-align: left;
padding: 0px 0px 0px 40px;
margin: 2px; }

li {
color: #4c4c4c;
font-family: Arial, Helvetica;
font-size: 12px;
text-align: left;
}

h1 {
color: #800000;
font-family: Trebuchet, Arial, Helvetica;
font-size: 18px;
letter-spacing: 5px;
 }

h2 {color: #800000;
font-family: Trebuchet, Arial, Helvetica;
font-size: 16px;
font-weight: lighter;
}

h3 {color: #4c4c4c;
font-family: Trebuchet, Arial, Helvetica;
font-size: 14px;
font-weight: lighter;
padding-left: 15px;
}

h4 {color: #4c4c4c;
font-family: Trebuchet, Arial, Helvetica;
font-size: 14px;
padding-left: 15px;
text-align: left; }

h5 {color: #4c4c4c;
font-family: Trebuchet, Arial, Helvetica;
font-size: 16px;
text-align: center; }
a:link { color: #800000;
text-decoration: none; }

a:visited { color: #800000;
text-decoration: none;}

a:hover { color: #000000;
text-decoration: underline; }

.pad10 {
padding-right: 10px;
padding-left: 10px; } 

.pad20 {
padding-right: 20px;
padding-left: 20px; } 

.padall {
padding: 10px 5px 10px 5px ;
} 



