@charset "utf-8";
/* CSS Document */

body{
background-color:#0c0067;
font-family:Verdana;
font-size:13px;
}

h1{
font-family:Verdana;
font-size:14pt;
}

#main{
background-color:#0c0067;
width:665px;
margin-left:auto;
margin-right:auto;
display:block;
}

#nav{
float:left;
clear:right;
width:234x;
}

#fill{
float:right;
clear:right;
width:420px;
}

#text{
float:right;
clear:right;
width:420px;
background-image:url(Design/background.JPG);
background-repeat:repeat-y;
}

#footer{
width: 665px;
font-family:Verdana;
font-size:9px;
color:#FFFFFF;
clear:right;
position:relative;
margin-left:auto;
margin-right:auto;
}