/* CSS Document */

html {}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a img{
text-decoration:none;
border:0;}

#container {
 margin:auto;
 border:1px solid white;
 height:1200px;
 width:800px;
}

#header {
border:1px solid white;

height:207px;
width:737px;
background-image: url(pics/header.jpg);
background-repeat:no-repeat;
}

#header2 {
background-image: url(pics/header2.jpg);
background-repeat:no-repeat;
border:1px solid white;
height:82px;
width:608px;
margin-top:210px;
}

#content {
border-left:1px solid #ccccff;
border-right:1px solid #ccccff;
border-top:2px solid #ccccff;
border-bottom:2px solid #ccccff;
margin-top:90px;
font-size:12px;
margin-left:10px;
padding-left:10px;
width:500px;

}

* html #content{
margin-top:20px;
}

#content h1{
color:#006699;
font-size:19px;
text-decoration:none;
font-weight:normal;}

#images{
border:1px solid white;
float:right;
margin-top:90px;
margin-right:65px;
}

* html #images{
margin-top:20px;
margin-right:25px;
}

#logo_bottom{
border:1px solid white;
background-position:right;
margin-left:675px;
width:117px;
height:45px;
background-image: url(pics/create_logo.jpg);
background-repeat:no-repeat;
float:right:}