#body {
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

#container {
width: 1000px;
border-style: solid;
border-width: 1px 1px 1px 1px;
background-image:url('bg.png');
background-repeat: repeat-y;
font-family: century gothic;
color: #3b3c72;
}

#nav {
float: left;
width: 210px;
padding-left: 10px;
padding-right: 10px;
padding-top: 70px;
color: #222346;
}

#content {
float: right;
width: 750px;
text-align:left;
padding-left: 10px;
padding-right: 10px;
}

#footer { 
clear: both;
padding-left: 240px;
}

img {
border-style: none;
}

img.nimg {
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #222346;
}

a:link {
font-family: century gothic;
color: #3b3c72;
text-decoration: none;
}

a:visited {
font-family: century gothic;
color: #3b3c72;
text-decoration: none;
}

a:hover {
font-family: century gothic;
color: #3b3c72;
text-decoration: none;
}

a:active {
font-family: century gothic;
color: #3b3c72;
text-decoration: none;
}