/* CSS Document */
body{
background-color:#FFFAE6;
background-image: url(../images/bg2.jpg);
background-repeat:repeat-x;
font-family:Arial;
color:#333333;
font-size:13px;
margin-top:10px;
}

h1{
margin:0px;
padding:0px;
font-size:20px;
}

h2{
margin:0px;
padding:0px;
font-size:18px;
}

h3{
margin:0px;
padding:0px;
font-size:16px;
}

h4{
margin:0px;
padding:0px;
font-size:14px;
}

#header{
width:1000px;
height:275px;
background-image: url(../images/layout_r1_c1.jpg);
background-repeat:no-repeat;
margin:auto;
z-index:2;
}

#insideDiv1{
width:790px;
height:auto;
margin:auto;
}

#nav1{
width:270px;
height:auto;
padding-top:123px;
float:left;
}

#swf{
width:500px;
height:150px;
margin:auto;
float:right;
padding-top:121px;
padding-right:20px;
}

#main{
width:1000px;
height:auto;
background-image: url(../images/layout_r2_c1.jpg);
background-repeat:repeat-y;
margin:auto;
}

#insideDiv2{
width:790px;
height:auto;
margin:auto;
}

#myText{
height:auto;
text-align:left;
float:right;
}

#footer{
width:1000px;
height:52px;
background-image: url(../images/layout_r3_c1.jpg);
background-repeat:no-repeat;
padding-top:25px;
margin:auto;
text-align:center;
}


.menu{
width:180px;
height:30px;
margin-left:5px;
list-style:none;
}