html
{
margin: 0;
padding: 0;
}

body {
margin: 0px 0px 0px 0px;
padding: 0px;
font-family: Verdana, 'Book Antiqua', Helvetica, Arial; 
font-size: 10px; 
color:#000000; 
background-color:#FFDAFE;
background-image: url(images/bodybg.jpg);
text-align: right;
}

div.container
{
margin: 0px 0px 0px 0px;
width: 100%;
text-align: left; 
}

div.layout
{
margin: 0px 0px 0px 0px;
width: 500px;
padding: 0px;
text-align: right;
background-image: url(images/divbg.jpg);
background-color: #FFDAFE;
border: none;
float: right;
}

div.header {
position: relative;
margin: auto;
width: 500px;
padding: 0px;
text-align: right;
background-color: #FFDAFE;
border: none;
}

div.footer {
position: relative;
margin: 0px;
width: 500px;
padding: 0px;
text-align: right;
background-color: #FFDAFE;
border: none;}


div.content {
position: relative;
margin: 0px;
padding: 0px;
width: 500px;
min-height: 400px;
text-align: left;
border: none;
background-image: url(images/index_02.jpg);
background-repeat: no-repeat;
}

div.content2 {
position: relative;
margin-left: 30px;
padding: 0px;
width: 310px;
color: #000000;
text-align: left;
border: none;
}

div.nav{
position: absolute;
margin-left:350px;
margin-top: 0px;
padding: 0px;
width: 150px;
color: #666666;
text-align: left;
border: none;
}
 /* Only IE/Win sees this \*/
*html div.content2 {
position: relative;
margin-left: 15px;
padding: 0px;
width: 310px;
color: #000000;
text-align: left;
border: none;
float: left;
clear: both;
}

*html div.nav{
position: relative;
margin-left:350px;
margin-top: 0px;
padding: 0px;
width: 150px;
color: #666666;
height: 500px;
text-align: left;
border: none;
float: right;
}


 /* End hide */

div.title {
position: relative;
margin: auto;
border-bottom: 1px solid #FFDAFE;
font-family: 'Georgia', 'Times New Roman', serif; 
font-size: 14px;
color:#FFDAFE;
text-align: left;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 5px;
}

div.navtitle {
position: relative;
margin: auto;
border: 1px solid #999999;
font-family: 'Georgia', 'Times New Roman', serif; 
font-size: 10px;
color:#FFDAFE;
background-color: #999999;
text-align: center;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 5px;
}

p.center{
text-align: center;}



.nav A:link, .nav A:visited, .nav A:active {color:#000000; text-decoration: none; font-weight: bold; text-transform: uppercase;}
.nav A:hover{color:#000000; font-weight: bold; text-transform: uppercase;}

A:link,  A:visited, A:active {color:#FFDAFE; text-decoration: none; font-weight: bold;}
A:hover {color:#FFDAFE; font-weight: bold;}

select, fieldset, textarea, input, .pic
{
border: 1px #FFDAFE solid; 
font-size: 10px; 
color:#FFDAFE; 
background-color:#000000;
}

